29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-25 04:29:48 +00:00

Prepare 3.9.7-rc

Signed-off-by: Harald Leithner <leithner@itronic.at>
This commit is contained in:
Harald Leithner 2019-06-05 22:22:24 +02:00
parent fb088b2c60
commit 83c87ac471
10 changed files with 26 additions and 17 deletions

View File

@ -1987,6 +1987,15 @@ class JoomlaInstallerScript
'/libraries/src/Mail/language/phpmailer.lang-joomla.php',
'/plugins/captcha/recaptcha/recaptchalib.php',
/*
* Joomla! 3.9.0 thru 3.10.0
*/
'/SECURITY.md',
'/administrator/components/com_users/controllers/profile.json.php',
'/components/com_users/controllers/profile.json.php',
'/components/com_users/controllers/profile_base_json.php',
'/tests/unit/suites/libraries/cms/form/field/JFormFieldHelpsiteTest.php',
/*
* Legacy FOF
*/

View File

@ -2,7 +2,7 @@
<metafile version="3.8" client="administrator">
<name>English (en-GB)</name>
<version>3.9.7</version>
<creationDate>May 2019</creationDate>
<creationDate>June 2019</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>3.9.7</version>
<creationDate>May 2019</creationDate>
<creationDate>June 2019</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) 2005 - 2019 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.9.7-dev</version>
<creationDate>May 2019</creationDate>
<version>3.9.7-rc</version>
<creationDate>June 2019</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>3.9.7.1</version>
<creationDate>May 2019</creationDate>
<creationDate>June 2019</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -4,7 +4,7 @@
client="installation">
<name>English (United Kingdom)</name>
<version>3.9.7</version>
<creationDate>May 2019</creationDate>
<creationDate>June 2019</creationDate>
<author>Joomla! Project</author>
<copyright>Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -2,7 +2,7 @@
<metafile version="3.8" client="site">
<name>English (en-GB)</name>
<version>3.9.7</version>
<creationDate>May 2019</creationDate>
<creationDate>June 2019</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>3.9.7</version>
<creationDate>May 2019</creationDate>
<creationDate>June 2019</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -23,21 +23,21 @@ class Route
/**
* No change, use the protocol currently used.
*
* @since __DEPLOY_VERSION__
* @since 3.9.7
*/
const TLS_IGNORE = 0;
/**
* Make URI secure using http over TLS (https).
*
* @since __DEPLOY_VERSION__
* @since 3.9.7
*/
const TLS_FORCE = 1;
/**
* Make URI unsecure using plain http (http).
*
* @since __DEPLOY_VERSION__
* @since 3.9.7
*/
const TLS_DISABLE = 2;
@ -68,7 +68,7 @@ class Route
{
try
{
// @todo Deprecate in 4.0 Before __DEPLOY_VERSION__ this method accepted -1.
// @todo Deprecate in 4.0 Before 3.9.7 this method accepted -1.
if ($tls == -1)
{
$tls = self::TLS_DISABLE;

View File

@ -60,7 +60,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'dev';
const EXTRA_VERSION = 'rc';
/**
* Release version.
@ -78,7 +78,7 @@ final class Version
* @since 3.5
* @deprecated 4.0 Use separated version constants instead
*/
const DEV_LEVEL = '7-dev';
const DEV_LEVEL = '7-rc';
/**
* Development status.
@ -86,7 +86,7 @@ final class Version
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Development';
const DEV_STATUS = 'Release Candidate';
/**
* Build number.
@ -111,7 +111,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '6-May-2019';
const RELDATE = '5-June-2019';
/**
* Release time.
@ -119,7 +119,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '21:59';
const RELTIME = '21:20';
/**
* Release timezone.