Skip to content

Commit 816cd80

Browse files
committed
Joomla! 5.2.2 Release Candidate 1
1 parent 9f37c08 commit 816cd80

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

administrator/components/com_admin/script.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3158,11 +3158,11 @@ protected function fixFilenameCasing()
31583158
*
31593159
* @return void
31603160
*
3161-
* @since __DEPLOY_VERSION__
3161+
* @since 5.2.2
31623162
*
31633163
* @todo 6.0 Remove this method
31643164
*
3165-
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0 without replacement
3165+
* @deprecated 5.2.2 will be removed in 6.0 without replacement
31663166
*/
31673167
protected function fixFilesystemPermissions()
31683168
{

administrator/components/com_guidedtours/src/Controller/StepController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class StepController extends FormController
2828
*
2929
* @return string The arguments to append to the redirect URL.
3030
*
31-
* @since __DEPLOY_VERSION__
31+
* @since 5.2.2
3232
*/
3333
protected function getRedirectToListAppend()
3434
{

administrator/components/com_media/src/Exception/ProviderAccountIsEmptyException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Provider Account is empty or not set exception.
1919
*
20-
* @since __DEPLOY_VERSION__
20+
* @since 5.2.2
2121
*/
2222
class ProviderAccountIsEmptyException extends \Exception
2323
{

administrator/components/com_media/src/Exception/ProviderAccountNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Provider Account not found exception.
1919
*
20-
* @since __DEPLOY_VERSION__
20+
* @since 5.2.2
2121
*/
2222
class ProviderAccountNotFoundException extends \Exception
2323
{

administrator/components/com_media/src/Exception/ProviderNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* Provider not found exception.
1919
*
20-
* @since __DEPLOY_VERSION__
20+
* @since 5.2.2
2121
*/
2222
class ProviderNotFoundException extends \Exception
2323
{

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.2-dev</version>
9+
<version>5.2.2-rc1</version>
1010
<creationDate>2024-11</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

libraries/src/Log/Logger/FormattedtextLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function __destruct()
147147
/**
148148
* Prevent object injection attacks by suppressing unserialization of instance with deferred rows
149149
*
150-
* @since __DEPLOY_VERSION__
150+
* @since 5.2.2
151151
*
152152
* @throws \Exception
153153
*/

libraries/src/Menu/AdministratorMenuItem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ class AdministratorMenuItem extends MenuItem
4848
* The class of the menu item
4949
*
5050
* @var string
51-
* @since __DEPLOY_VERSION__
51+
* @since 5.2.2
5252
*/
5353
public $class = '';
5454

5555
/**
5656
* The element type of the menu item
5757
*
5858
* @var string
59-
* @since __DEPLOY_VERSION__
59+
* @since 5.2.2
6060
*/
6161
public $element = '';
6262
}

libraries/src/Version.php

Lines changed: 4 additions & 4 deletions
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-November-2024';
93+
public const RELDATE = '18-November-2024';
9494

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

103103
/**
104104
* Release timezone.

0 commit comments

Comments
 (0)