Skip to content

Commit b89c7a4

Browse files
committed
Set initial version for 5.4-dev
1 parent 72fc970 commit b89c7a4

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Overview
1111
---------------------
1212
* This is the source of Joomla! 5.x.
1313
* Joomla's [Official website](https://www.joomla.org).
14-
* Joomla! 5.3 [version history](https://docs.joomla.org/Special:MyLanguage/Joomla_5.3_version_history).
14+
* Joomla! 5.4 [version history](https://docs.joomla.org/Special:MyLanguage/Joomla_5.4_version_history).
1515
* Detailed changes are in the [changelog](https://github.com/joomla/joomla-cms/commits/5.3-dev).
1616

1717
What is Joomla?

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Joomla! CMS™
33
1- Overview
44
* This is a Joomla! 5.x installation/upgrade package.
55
* Joomla! Official site: https://www.joomla.org
6-
* Joomla! 5.3 version history - https://docs.joomla.org/Special:MyLanguage/Joomla_5.3_version_history
6+
* Joomla! 5.4 version history - https://docs.joomla.org/Special:MyLanguage/Joomla_5.4_version_history
77
* Detailed changes in the Changelog: https://github.com/joomla/joomla-cms/commits/5.3-dev
88

99
2- What is Joomla?

administrator/language/en-GB/install.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<extension client="administrator" type="language" method="upgrade">
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
5-
<version>5.3.0</version>
6-
<creationDate>2025-01</creationDate>
5+
<version>5.4.0</version>
6+
<creationDate>2025-02</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="administrator">
33
<name>English (en-GB)</name>
4-
<version>5.3.0</version>
5-
<creationDate>2025-01</creationDate>
4+
<version>5.4.0</version>
5+
<creationDate>2025-02</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-alpha4-dev</version>
10-
<creationDate>2025-01</creationDate>
9+
<version>5.4.0-alpha1-dev</version>
10+
<creationDate>2025-02</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<extension type="package" method="upgrade">
33
<name>English (en-GB) Language Pack</name>
44
<packagename>en-GB</packagename>
5-
<version>5.3.0.1</version>
6-
<creationDate>2025-01</creationDate>
5+
<version>5.4.0.1</version>
6+
<creationDate>2025-02</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<extension client="api" type="language" method="upgrade">
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
5-
<version>5.3.0</version>
6-
<creationDate>2025-01</creationDate>
5+
<version>5.4.0</version>
6+
<creationDate>2025-02</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="api">
33
<name>English (en-GB)</name>
4-
<version>5.3.0</version>
5-
<creationDate>2025-01</creationDate>
4+
<version>5.4.0</version>
5+
<creationDate>2025-02</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<arg value="--template" />
8686
<arg value="joomla" />
8787
<arg value="--title" />
88-
<arg value="Joomla! CMS 5.3 API" />
88+
<arg value="Joomla! CMS 5.4 API" />
8989
</exec>
9090
</target>
9191

installation/language/en-GB/langmetadata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>English (United Kingdom)</name>
4-
<version>5.3.0</version>
5-
<creationDate>2025-01</creationDate>
4+
<version>5.4.0</version>
5+
<creationDate>2025-02</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>

0 commit comments

Comments
 (0)