Skip to content

Commit

Permalink
Joomla! 5.1.2 Release Candidate 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LadySolveig committed Jul 8, 2024
1 parent 9446241 commit ddfcd40
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ private function checkManifestXML(string $manifest, $packageName)
* @return boolean True if update source is reset, false if reset failed with error,
* null if no reset was necessary.
*
* @since __DEPLOY_VERSION__
* @since 5.1.2
*/
public function resetUpdateSource()
{
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.1.2-rc2-dev</version>
<version>5.1.2-rc2</version>
<creationDate>2024-07</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
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 = 'rc2-dev';
public const EXTRA_VERSION = 'rc2';

/**
* 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 = '4-July-2024';
public const RELDATE = '8-July-2024';

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

/**
* Release timezone.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.7.0"
}
}
}

0 comments on commit ddfcd40

Please sign in to comment.