29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-17 01:22:48 +00:00

Release 5.1.1 RC 1

This commit is contained in:
Benjamin Trenkle 2024-05-20 18:34:57 +02:00
parent 0646618ddb
commit 746001d942
No known key found for this signature in database
GPG Key ID: 260C401E8F8A2574
13 changed files with 19 additions and 19 deletions

View File

@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.1.1</version>
<creationDate>2024-04</creationDate>
<creationDate>2024-05</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,7 +2,7 @@
<metafile client="administrator">
<name>English (en-GB)</name>
<version>5.1.1</version>
<creationDate>2024-04</creationDate>
<creationDate>2024-05</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -6,8 +6,8 @@
<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.1-dev</version>
<creationDate>2024-04</creationDate>
<version>5.1.1-rc1</version>
<creationDate>2024-05</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

View File

@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>5.1.1.1</version>
<creationDate>2024-04</creationDate>
<creationDate>2024-05</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.1.1</version>
<creationDate>2024-04</creationDate>
<creationDate>2024-05</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,7 +2,7 @@
<metafile client="api">
<name>English (en-GB)</name>
<version>5.1.1</version>
<creationDate>2024-04</creationDate>
<creationDate>2024-05</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,7 +2,7 @@
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>5.1.1</version>
<creationDate>2024-04</creationDate>
<creationDate>2024-05</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.1.1</version>
<creationDate>2024-04</creationDate>
<creationDate>2024-05</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,7 +2,7 @@
<metafile client="site">
<name>English (en-GB)</name>
<version>5.1.1</version>
<creationDate>2024-04</creationDate>
<creationDate>2024-05</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -163,7 +163,7 @@ class Changelog
* Update manifest `<folder>` element
*
* @var string
* @since __DEPLOY_VERSION__
* @since 5.1.1
*/
protected $folder;

View File

@ -12,7 +12,7 @@ namespace Joomla\CMS\TUF;
use Tuf\Exception\TufException;
/**
* @since __DEPLOY_VERSION__
* @since 5.1.1
*/
class HttpLoaderException extends TufException
{

View File

@ -267,7 +267,7 @@ class Update
* Joomla! target version used by the pre-update check
*
* @var string
* @since __DEPLOY_VERSION__
* @since 5.1.1
*/
private $targetVersion;
@ -708,7 +708,7 @@ class Update
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.1
*/
public function setTargetVersion($version)
{
@ -720,7 +720,7 @@ class Update
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 5.1.1
*/
public function getTargetVersion()
{

View File

@ -66,7 +66,7 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'dev';
public const EXTRA_VERSION = 'rc1';
/**
* Development status.
@ -74,7 +74,7 @@ final class Version
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Development';
public const DEV_STATUS = 'Release Candidate';
/**
* Code name.
@ -90,7 +90,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELDATE = '16-April-2024';
public const RELDATE = '20-May-2024';
/**
* Release time.
@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '16:59';
public const RELTIME = '18:45';
/**
* Release timezone.