Skip to content

Commit d2647be

Browse files
committed
Joomla! 5.3.0 Beta 2
1 parent 2c859aa commit d2647be

File tree

14 files changed

+24
-24
lines changed

14 files changed

+24
-24
lines changed

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.3.0</version>
6-
<creationDate>2025-02</creationDate>
6+
<creationDate>2025-03</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.3.0</version>
5-
<creationDate>2025-02</creationDate>
5+
<creationDate>2025-03</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.3.0-beta2-dev</version>
10-
<creationDate>2025-02</creationDate>
9+
<version>5.3.0-beta2</version>
10+
<creationDate>2025-03</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

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

administrator/manifests/packages/pkg_en-GB.xml

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

api/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.3.0</version>
6-
<creationDate>2025-02</creationDate>
6+
<creationDate>2025-03</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

api/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="api">
33
<name>English (en-GB)</name>
44
<version>5.3.0</version>
5-
<creationDate>2025-02</creationDate>
5+
<creationDate>2025-03</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

installation/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="installation">
33
<name>English (United Kingdom)</name>
44
<version>5.3.0</version>
5-
<creationDate>2025-02</creationDate>
5+
<creationDate>2025-03</creationDate>
66
<author>Joomla! Project</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

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.3.0</version>
6-
<creationDate>2025-02</creationDate>
6+
<creationDate>2025-03</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

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="site">
33
<name>English (en-GB)</name>
44
<version>5.3.0</version>
5-
<creationDate>2025-02</creationDate>
5+
<creationDate>2025-03</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

libraries/src/Plugin/CMSPlugin.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ public function setApplication(CMSApplicationInterface $application): void
420420
*
421421
* @return void
422422
*
423-
* @since __DEPLOY_VERSION__
423+
* @since 5.3.0
424424
*
425425
* @deprecated 5.2 will be removed in 7.0
426426
* Plugin should use the language from Application, and only after the app is initialised
@@ -437,7 +437,7 @@ public function setLanguage(Language $language): void
437437
*
438438
* @throws \UnexpectedValueException May be thrown if the language has not been set.
439439
*
440-
* @since __DEPLOY_VERSION__
440+
* @since 5.3.0
441441
*
442442
* @deprecated 5.2 will be removed in 7.0
443443
* Plugin should use the language from Application, and only after the app is initialised.
@@ -459,7 +459,7 @@ protected function getLanguage(): Language
459459
*
460460
* @return $this
461461
*
462-
* @since __DEPLOY_VERSION__
462+
* @since 5.3.0
463463
*
464464
* @deprecated 5.2 will be removed in 7.0
465465
* Plugin should implement DispatcherAwareInterface on its own, when it is needed.
@@ -482,7 +482,7 @@ public function setDispatcher(DispatcherInterface $dispatcher)
482482
*
483483
* @throws \UnexpectedValueException May be thrown if the dispatcher has not been set.
484484
*
485-
* @since __DEPLOY_VERSION__
485+
* @since 5.3.0
486486
*
487487
* @deprecated 5.2 will be removed in 7.0
488488
* Plugin should implement DispatcherAwareInterface on its own, when it is needed.

0 commit comments

Comments
 (0)