Skip to content

Commit ecbea85

Browse files
committed
Joomla! 5.0.0 Beta 1
1 parent c2328dc commit ecbea85

File tree

87 files changed

+285
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+285
-284
lines changed

administrator/components/com_admin/script.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ private function migrateCompatPlugin($rowOld)
325325
*
326326
* @return void
327327
*
328-
* @since __DEPLOY_VERSION__
328+
* @since 5.0.0
329329
*/
330330
private function migrateLogRotationPlugin($data)
331331
{
@@ -368,7 +368,7 @@ private function migrateLogRotationPlugin($data)
368368
*
369369
* @return void
370370
*
371-
* @since __DEPLOY_VERSION__
371+
* @since 5.0.0
372372
*/
373373
private function migrateSessionGCPlugin($data)
374374
{
@@ -411,7 +411,7 @@ private function migrateSessionGCPlugin($data)
411411
*
412412
* @return void
413413
*
414-
* @since __DEPLOY_VERSION__
414+
* @since 5.0.0
415415
*/
416416
private function migrateUpdatenotificationPlugin($data)
417417
{
@@ -2415,7 +2415,7 @@ public function postflight($action, $installer)
24152415
*
24162416
* @return boolean True on success
24172417
*
2418-
* @since __DEPLOY_VERSION__
2418+
* @since 5.0.0
24192419
*/
24202420
private function migrateDeleteActionlogsConfiguration(): bool
24212421
{
@@ -2659,7 +2659,7 @@ private function migrateTinymceConfiguration(): bool
26592659
*
26602660
* @return boolean True on success
26612661
*
2662-
* @since __DEPLOY_VERSION__
2662+
* @since 5.0.0
26632663
*/
26642664
private function setGuidedToursUid()
26652665
{

administrator/components/com_content/src/Controller/ArticleController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __construct($config = [], MVCFactoryInterface $factory = null, $
6363
*
6464
* @return boolean True if access level checks pass, false otherwise.
6565
*
66-
* @since __DEPLOY_VERSION__
66+
* @since 5.0.0
6767
*/
6868
public function cancel($key = null)
6969
{

administrator/components/com_content/src/Field/Modal/ArticleField.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ArticleField extends ModalSelectField
4848
* @return boolean True on success.
4949
*
5050
* @see FormField::setup()
51-
* @since __DEPLOY_VERSION__
51+
* @since 5.0.0
5252
*/
5353
public function setup(\SimpleXMLElement $element, $value, $group = null)
5454
{
@@ -122,7 +122,7 @@ public function setup(\SimpleXMLElement $element, $value, $group = null)
122122
*
123123
* @return string
124124
*
125-
* @since __DEPLOY_VERSION__
125+
* @since 5.0.0
126126
*/
127127
protected function getValueTitle()
128128
{
@@ -153,7 +153,7 @@ protected function getValueTitle()
153153
*
154154
* @return array
155155
*
156-
* @since __DEPLOY_VERSION__
156+
* @since 5.0.0
157157
*/
158158
protected function getLayoutData()
159159
{
@@ -170,7 +170,7 @@ protected function getLayoutData()
170170
*
171171
* @return FileLayout
172172
*
173-
* @since __DEPLOY_VERSION__
173+
* @since 5.0.0
174174
*/
175175
protected function getRenderer($layoutId = 'default')
176176
{

administrator/components/com_content/src/View/Article/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function (Toolbar $childBar) use ($checkedOut, $itemEditable, $canDo, $user) {
242242
*
243243
* @return void
244244
*
245-
* @since __DEPLOY_VERSION__
245+
* @since 5.0.0
246246
*
247247
* @throws \Exception
248248
*/

administrator/components/com_fields/src/Plugin/FieldsPlugin.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ abstract class FieldsPlugin extends CMSPlugin
5353
*
5454
* @return array
5555
*
56-
* @since __DEPLOY_VERSION__
56+
* @since 5.0.0
5757
*/
5858
public static function getSubscribedEvents(): array
5959
{
@@ -70,7 +70,7 @@ public static function getSubscribedEvents(): array
7070
*
7171
* @return void
7272
*
73-
* @since __DEPLOY_VERSION__
73+
* @since 5.0.0
7474
*/
7575
public function getFieldTypes(GetTypesEvent $event)
7676
{
@@ -86,7 +86,7 @@ public function getFieldTypes(GetTypesEvent $event)
8686
*
8787
* @return void
8888
*
89-
* @since __DEPLOY_VERSION__
89+
* @since 5.0.0
9090
*/
9191
public function prepareField(PrepareFieldEvent $event)
9292
{
@@ -102,7 +102,7 @@ public function prepareField(PrepareFieldEvent $event)
102102
*
103103
* @return void
104104
*
105-
* @since __DEPLOY_VERSION__
105+
* @since 5.0.0
106106
*/
107107
public function prepareDom(PrepareDomEvent $event)
108108
{
@@ -115,7 +115,7 @@ public function prepareDom(PrepareDomEvent $event)
115115
*
116116
* @return void
117117
*
118-
* @since __DEPLOY_VERSION__
118+
* @since 5.0.0
119119
*/
120120
public function prepareForm(PrepareFormEvent $event)
121121
{

administrator/components/com_guidedtours/src/Helper/GuidedtoursHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* Guidedtours component helper.
2121
*
22-
* @since __DEPLOY_VERSION__
22+
* @since 5.0.0
2323
*/
2424
class GuidedtoursHelper
2525
{
@@ -31,7 +31,7 @@ class GuidedtoursHelper
3131
*
3232
* @return void
3333
*
34-
* @since __DEPLOY_VERSION__
34+
* @since 5.0.0
3535
*/
3636
public static function loadTranslationFiles($uid, bool $steps = false)
3737
{

administrator/components/com_guidedtours/src/Table/TourTable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function store($updateNulls = true)
121121
*
122122
* @return string $uid Contains the non-empty uid.
123123
*
124-
* @since __DEPLOY_VERSION__
124+
* @since 5.0.0
125125
*/
126126
protected function setTourUid()
127127
{
@@ -171,7 +171,7 @@ protected function setTourUid()
171171
*
172172
* @return string $uid Contains the modified uid.
173173
*
174-
* @since __DEPLOY_VERSION__
174+
* @since 5.0.0
175175
*/
176176
protected function ensureUniqueUid()
177177
{

administrator/language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
55
<version>5.0.0</version>
6-
<creationDate>2023-08</creationDate>
6+
<creationDate>2023-09</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

administrator/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="administrator">
33
<name>English (en-GB)</name>
44
<version>5.0.0</version>
5-
<creationDate>2023-08</creationDate>
5+
<creationDate>2023-09</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

administrator/manifests/files/joomla.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>5.0.0-beta1-dev</version>
10-
<creationDate>2023-08</creationDate>
9+
<version>5.0.0-beta1</version>
10+
<creationDate>2023-09</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

1313
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

0 commit comments

Comments
 (0)