29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 14:53:01 +00:00

Bump to 4.0.5 development

This commit is contained in:
wilsonge 2021-10-24 19:51:39 +01:00
parent 287c34d834
commit b3de496a33
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
10 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
<extension client="administrator" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.0.4</version>
<version>4.0.5</version>
<creationDate>October 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="administrator">
<name>English (en-GB)</name>
<version>4.0.4</version>
<version>4.0.5</version>
<creationDate>October 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -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>4.0.4</version>
<version>4.0.5-dev</version>
<creationDate>October 2021</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

View File

@ -2,7 +2,7 @@
<extension type="package" method="upgrade">
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.0.4.1</version>
<version>4.0.5.1</version>
<creationDate>October 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -2,7 +2,7 @@
<extension client="api" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.0.4</version>
<version>4.0.5</version>
<creationDate>October 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="api">
<name>English (en-GB)</name>
<version>4.0.4</version>
<version>4.0.5</version>
<creationDate>October 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>4.0.4</version>
<version>4.0.5</version>
<creationDate>October 2021</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

View File

@ -2,7 +2,7 @@
<extension client="site" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.0.4</version>
<version>4.0.5</version>
<creationDate>October 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="site">
<name>English (en-GB)</name>
<version>4.0.4</version>
<version>4.0.5</version>
<creationDate>October 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -50,7 +50,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
const PATCH_VERSION = 4;
const PATCH_VERSION = 5;
/**
* Extra release version info.
@ -61,7 +61,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = '';
const EXTRA_VERSION = 'dev';
/**
* Development status.
@ -69,7 +69,7 @@ final class Version
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Stable';
const DEV_STATUS = 'Development';
/**
* Code name.
@ -93,7 +93,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '19:25';
const RELTIME = '19:51';
/**
* Release timezone.