Skip to content

Commit 369552e

Browse files
committed
Joomla! 5.2.4 Release Candidate 1
1 parent a89c179 commit 369552e

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

administrator/components/com_scheduler/src/Scheduler/Scheduler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public function fetchTaskRecords(array $filters, array $listConfig): array
336336
*
337337
* @return boolean True if the user is authorized to run the task.
338338
*
339-
* @since __DEPLOY_VERSION__
339+
* @since 5.2.4
340340
*/
341341
public static function isAuthorizedToRun(object $taskRecord, User $user): bool
342342
{

administrator/language/en-GB/install.xml

+1-1
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.2.4</version>
6-
<creationDate>2025-01</creationDate>
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

+1-1
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.2.4</version>
5-
<creationDate>2025-01</creationDate>
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

+2-2
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.2.4-dev</version>
10-
<creationDate>2025-01</creationDate>
9+
<version>5.2.4-rc1</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

+1-1
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.2.4.1</version>
6-
<creationDate>2025-01</creationDate>
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

+1-1
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.2.4</version>
6-
<creationDate>2025-01</creationDate>
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

+1-1
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.2.4</version>
5-
<creationDate>2025-01</creationDate>
5+
<creationDate>2025-02</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

components/com_finder/src/Service/Router.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(SiteApplication $app, AbstractMenu $menu)
5252
*
5353
* @return array Array of URL segments
5454
*
55-
* @since __DEPLOY_VERSION__
55+
* @since 5.2.4
5656
*/
5757
public function build(&$query)
5858
{

installation/language/en-GB/langmetadata.xml

+1-1
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.2.4</version>
5-
<creationDate>2025-01</creationDate>
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>

language/en-GB/install.xml

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

language/en-GB/langmetadata.xml

+1-1
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.2.4</version>
5-
<creationDate>2025-01</creationDate>
5+
<creationDate>2025-02</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

libraries/src/Version.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ final class Version
6666
* @var string
6767
* @since 3.8.0
6868
*/
69-
public const EXTRA_VERSION = 'dev';
69+
public const EXTRA_VERSION = 'rc1';
7070

7171
/**
7272
* Development status.
7373
*
7474
* @var string
7575
* @since 3.5
7676
*/
77-
public const DEV_STATUS = 'Development';
77+
public const DEV_STATUS = 'Release Candidate';
7878

7979
/**
8080
* Code name.
@@ -90,15 +90,15 @@ final class Version
9090
* @var string
9191
* @since 3.5
9292
*/
93-
public const RELDATE = '7-January-2025';
93+
public const RELDATE = '11-February-2025';
9494

9595
/**
9696
* Release time.
9797
*
9898
* @var string
9999
* @since 3.5
100100
*/
101-
public const RELTIME = '16:01';
101+
public const RELTIME = '16:00';
102102

103103
/**
104104
* Release timezone.

plugins/system/jooa11y/src/Extension/Jooa11y.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static function (SetCachingEvent $event) {
114114
*
115115
* @return void
116116
*
117-
* @since __DEPLOY_VERSION__
117+
* @since 5.2.4
118118
*/
119119
public function addJooa11y()
120120
{

0 commit comments

Comments
 (0)