Skip to content

Commit

Permalink
Release Candidate for Joomla! 3.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Apr 15, 2020
1 parent 90be80c commit aeaf2b5
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.xml
Expand Up @@ -2,7 +2,7 @@
<metafile version="3.9" client="administrator">
<name>English (en-GB)</name>
<version>3.9.17</version>
<creationDate>March 2020</creationDate>
<creationDate>April 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.9.17</version>
<creationDate>March 2020</creationDate>
<creationDate>April 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions administrator/manifests/files/joomla.xml
Expand Up @@ -6,8 +6,8 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2005 - 2020 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.9.17-dev</version>
<creationDate>March 2020</creationDate>
<version>3.9.17-rc</version>
<creationDate>April 2020</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

<scriptfile>administrator/components/com_admin/script.php</scriptfile>
Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/packages/pkg_en-GB.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>3.9.17.1</version>
<creationDate>March 2020</creationDate>
<creationDate>April 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-GB/en-GB.xml
Expand Up @@ -4,7 +4,7 @@
client="installation">
<name>English (United Kingdom)</name>
<version>3.9.17</version>
<creationDate>March 2020</creationDate>
<creationDate>April 2020</creationDate>
<author>Joomla! Project</author>
<copyright>Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.xml
Expand Up @@ -2,7 +2,7 @@
<metafile version="3.9" client="site">
<name>English (en-GB)</name>
<version>3.9.17</version>
<creationDate>March 2020</creationDate>
<creationDate>April 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.9.17</version>
<creationDate>March 2020</creationDate>
<creationDate>April 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/MVC/Model/AdminModel.php
Expand Up @@ -1632,7 +1632,7 @@ public function editAssociations($data)
* @return boolean True if successful, false otherwise.
*
* @throws \Exception
* @since __DEPLOY_VERSION__
* @since 3.9.17
*/
protected function redirectToAssociations($data)
{
Expand Down
10 changes: 5 additions & 5 deletions libraries/src/Version.php
Expand Up @@ -60,7 +60,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'dev';
const EXTRA_VERSION = 'rc';

/**
* Release version.
Expand All @@ -78,15 +78,15 @@ final class Version
* @since 3.5
* @deprecated 4.0 Use separated version constants instead
*/
const DEV_LEVEL = '17-dev';
const DEV_LEVEL = '17-rc';

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

/**
* Build number.
Expand All @@ -111,15 +111,15 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '10-March-2020';
const RELDATE = '15-April-2020';

/**
* Release time.
*
* @var string
* @since 3.5
*/
const RELTIME = '15:28';
const RELTIME = '15:10';

/**
* Release timezone.
Expand Down

0 comments on commit aeaf2b5

Please sign in to comment.