Skip to content

Commit

Permalink
Joomla! 5.2.2 Release Candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Nov 18, 2024
1 parent 9f37c08 commit 816cd80
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -3158,11 +3158,11 @@ protected function fixFilenameCasing()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.2.2
*
* @todo 6.0 Remove this method
*
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0 without replacement
* @deprecated 5.2.2 will be removed in 6.0 without replacement
*/
protected function fixFilesystemPermissions()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class StepController extends FormController
*
* @return string The arguments to append to the redirect URL.
*
* @since __DEPLOY_VERSION__
* @since 5.2.2
*/
protected function getRedirectToListAppend()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Provider Account is empty or not set exception.
*
* @since __DEPLOY_VERSION__
* @since 5.2.2
*/
class ProviderAccountIsEmptyException extends \Exception
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Provider Account not found exception.
*
* @since __DEPLOY_VERSION__
* @since 5.2.2
*/
class ProviderAccountNotFoundException extends \Exception
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Provider not found exception.
*
* @since __DEPLOY_VERSION__
* @since 5.2.2
*/
class ProviderNotFoundException extends \Exception
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>5.2.2-dev</version>
<version>5.2.2-rc1</version>
<creationDate>2024-11</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Log/Logger/FormattedtextLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function __destruct()
/**
* Prevent object injection attacks by suppressing unserialization of instance with deferred rows
*
* @since __DEPLOY_VERSION__
* @since 5.2.2
*
* @throws \Exception
*/
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Menu/AdministratorMenuItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ class AdministratorMenuItem extends MenuItem
* The class of the menu item
*
* @var string
* @since __DEPLOY_VERSION__
* @since 5.2.2
*/
public $class = '';

/**
* The element type of the menu item
*
* @var string
* @since __DEPLOY_VERSION__
* @since 5.2.2
*/
public $element = '';
}
8 changes: 4 additions & 4 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'dev';
public const EXTRA_VERSION = 'rc1';

/**
* Development status.
*
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Development';
public const DEV_STATUS = 'Release Candidate';

/**
* Code name.
Expand All @@ -90,15 +90,15 @@ final class Version
* @var string
* @since 3.5
*/
public const RELDATE = '7-November-2024';
public const RELDATE = '18-November-2024';

/**
* Release time.
*
* @var string
* @since 3.5
*/
public const RELTIME = '17:01';
public const RELTIME = '10:00';

/**
* Release timezone.
Expand Down

0 comments on commit 816cd80

Please sign in to comment.