File tree Expand file tree Collapse file tree 12 files changed +15
-15
lines changed
installation/language/en-GB Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 22<extension client =" administrator" type =" language" method =" upgrade" >
33 <name >English (en-GB)</name >
44 <tag >en-GB</tag >
5- <version >5.4.1 </version >
5+ <version >5.4.2 </version >
66 <creationDate >2025-11</creationDate >
77 <author >Joomla! Project</author >
88 <authorEmail >admin@joomla.org</authorEmail >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<metafile client =" administrator" >
33 <name >English (en-GB)</name >
4- <version >5.4.1 </version >
4+ <version >5.4.2 </version >
55 <creationDate >2025-11</creationDate >
66 <author >Joomla! Project</author >
77 <authorEmail >admin@joomla.org</authorEmail >
Original file line number Diff line number Diff line change 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.4.1 </version >
9+ <version >5.4.2-dev </version >
1010 <creationDate >2025-11</creationDate >
1111 <description >FILES_JOOMLA_XML_DESCRIPTION</description >
1212
Original file line number Diff line number Diff line change 22<extension type =" package" method =" upgrade" >
33 <name >English (en-GB) Language Pack</name >
44 <packagename >en-GB</packagename >
5- <version >5.4.1 .1</version >
5+ <version >5.4.2 .1</version >
66 <creationDate >2025-11</creationDate >
77 <author >Joomla! Project</author >
88 <authorEmail >admin@joomla.org</authorEmail >
Original file line number Diff line number Diff line change 22<extension client =" api" type =" language" method =" upgrade" >
33 <name >English (en-GB)</name >
44 <tag >en-GB</tag >
5- <version >5.4.1 </version >
5+ <version >5.4.2 </version >
66 <creationDate >2025-11</creationDate >
77 <author >Joomla! Project</author >
88 <authorEmail >admin@joomla.org</authorEmail >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<metafile client =" api" >
33 <name >English (en-GB)</name >
4- <version >5.4.1 </version >
4+ <version >5.4.2 </version >
55 <creationDate >2025-11</creationDate >
66 <author >Joomla! Project</author >
77 <authorEmail >admin@joomla.org</authorEmail >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<metafile client =" installation" >
33 <name >English (United Kingdom)</name >
4- <version >5.4.1 </version >
4+ <version >5.4.2 </version >
55 <creationDate >2025-11</creationDate >
66 <author >Joomla! Project</author >
77 <copyright >(C) 2005 Open Source Matters, Inc.</copyright >
Original file line number Diff line number Diff line change 22<extension client =" site" type =" language" method =" upgrade" >
33 <name >English (en-GB)</name >
44 <tag >en-GB</tag >
5- <version >5.4.1 </version >
5+ <version >5.4.2 </version >
66 <creationDate >2025-11</creationDate >
77 <author >Joomla! Project</author >
88 <authorEmail >admin@joomla.org</authorEmail >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<metafile client =" site" >
33 <name >English (en-GB)</name >
4- <version >5.4.1 </version >
4+ <version >5.4.2 </version >
55 <creationDate >2025-11</creationDate >
66 <author >Joomla! Project</author >
77 <authorEmail >admin@joomla.org</authorEmail >
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ final class Version
5555 * @var integer
5656 * @since 3.8.0
5757 */
58- public const PATCH_VERSION = 1 ;
58+ public const PATCH_VERSION = 2 ;
5959
6060 /**
6161 * Extra release version info.
@@ -66,15 +66,15 @@ final class Version
6666 * @var string
6767 * @since 3.8.0
6868 */
69- public const EXTRA_VERSION = '' ;
69+ public const EXTRA_VERSION = 'dev ' ;
7070
7171 /**
7272 * Development status.
7373 *
7474 * @var string
7575 * @since 3.5
7676 */
77- public const DEV_STATUS = 'Stable ' ;
77+ public const DEV_STATUS = 'Development ' ;
7878
7979 /**
8080 * Code name.
@@ -98,7 +98,7 @@ final class Version
9898 * @var string
9999 * @since 3.5
100100 */
101- public const RELTIME = '16:00 ' ;
101+ public const RELTIME = '16:01 ' ;
102102
103103 /**
104104 * Release timezone.
You can’t perform that action at this time.
0 commit comments