File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
installation/language/en-GB Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3
3
<name >English (en-GB)</name >
4
4
<tag >en-GB</tag >
5
5
<version >5.3.2</version >
6
- <creationDate >2025-05 </creationDate >
6
+ <creationDate >2025-06 </creationDate >
7
7
<author >Joomla! Project</author >
8
8
<authorEmail >admin@joomla.org</authorEmail >
9
9
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 2
2
<metafile client =" administrator" >
3
3
<name >English (en-GB)</name >
4
4
<version >5.3.2</version >
5
- <creationDate >2025-05 </creationDate >
5
+ <creationDate >2025-06 </creationDate >
6
6
<author >Joomla! Project</author >
7
7
<authorEmail >admin@joomla.org</authorEmail >
8
8
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 6
6
<authorUrl >www.joomla.org</authorUrl >
7
7
<copyright >(C) 2019 Open Source Matters, Inc.</copyright >
8
8
<license >GNU General Public License version 2 or later; see LICENSE.txt</license >
9
- <version >5.3.2-dev </version >
10
- <creationDate >2025-05 </creationDate >
9
+ <version >5.3.2-rc1 </version >
10
+ <creationDate >2025-06 </creationDate >
11
11
<description >FILES_JOOMLA_XML_DESCRIPTION</description >
12
12
13
13
<scriptfile >administrator/components/com_admin/script.php</scriptfile >
Original file line number Diff line number Diff line change 3
3
<name >English (en-GB) Language Pack</name >
4
4
<packagename >en-GB</packagename >
5
5
<version >5.3.2.1</version >
6
- <creationDate >2025-05 </creationDate >
6
+ <creationDate >2025-06 </creationDate >
7
7
<author >Joomla! Project</author >
8
8
<authorEmail >admin@joomla.org</authorEmail >
9
9
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 3
3
<name >English (en-GB)</name >
4
4
<tag >en-GB</tag >
5
5
<version >5.3.2</version >
6
- <creationDate >2025-05 </creationDate >
6
+ <creationDate >2025-06 </creationDate >
7
7
<author >Joomla! Project</author >
8
8
<authorEmail >admin@joomla.org</authorEmail >
9
9
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 2
2
<metafile client =" api" >
3
3
<name >English (en-GB)</name >
4
4
<version >5.3.2</version >
5
- <creationDate >2025-05 </creationDate >
5
+ <creationDate >2025-06 </creationDate >
6
6
<author >Joomla! Project</author >
7
7
<authorEmail >admin@joomla.org</authorEmail >
8
8
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 2
2
<metafile client =" installation" >
3
3
<name >English (United Kingdom)</name >
4
4
<version >5.3.2</version >
5
- <creationDate >2025-05 </creationDate >
5
+ <creationDate >2025-06 </creationDate >
6
6
<author >Joomla! Project</author >
7
7
<copyright >(C) 2005 Open Source Matters, Inc.</copyright >
8
8
<license >GNU General Public License version 2 or later; see LICENSE.txt</license >
Original file line number Diff line number Diff line change 3
3
<name >English (en-GB)</name >
4
4
<tag >en-GB</tag >
5
5
<version >5.3.2</version >
6
- <creationDate >2025-05 </creationDate >
6
+ <creationDate >2025-06 </creationDate >
7
7
<author >Joomla! Project</author >
8
8
<authorEmail >admin@joomla.org</authorEmail >
9
9
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 2
2
<metafile client =" site" >
3
3
<name >English (en-GB)</name >
4
4
<version >5.3.2</version >
5
- <creationDate >2025-05 </creationDate >
5
+ <creationDate >2025-06 </creationDate >
6
6
<author >Joomla! Project</author >
7
7
<authorEmail >admin@joomla.org</authorEmail >
8
8
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ final class Version
66
66
* @var string
67
67
* @since 3.8.0
68
68
*/
69
- public const EXTRA_VERSION = 'dev ' ;
69
+ public const EXTRA_VERSION = 'rc1 ' ;
70
70
71
71
/**
72
72
* Development status.
73
73
*
74
74
* @var string
75
75
* @since 3.5
76
76
*/
77
- public const DEV_STATUS = 'Development ' ;
77
+ public const DEV_STATUS = 'Release Candidate ' ;
78
78
79
79
/**
80
80
* Code name.
@@ -90,15 +90,15 @@ final class Version
90
90
* @var string
91
91
* @since 3.5
92
92
*/
93
- public const RELDATE = '27-May -2025 ' ;
93
+ public const RELDATE = '29-June -2025 ' ;
94
94
95
95
/**
96
96
* Release time.
97
97
*
98
98
* @var string
99
99
* @since 3.5
100
100
*/
101
- public const RELTIME = '16:01 ' ;
101
+ public const RELTIME = '12:30 ' ;
102
102
103
103
/**
104
104
* Release timezone.
You can’t perform that action at this time.
0 commit comments