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

Prepare Joomla! 3.9.27 Release Candidate

Signed-off-by: Harald Leithner <leithner@itronic.at>
This commit is contained in:
Harald Leithner 2021-05-19 13:01:27 +02:00
parent 09e0ff84d9
commit da37c7363b
10 changed files with 15 additions and 15 deletions

View File

@ -209,7 +209,7 @@ abstract class MediaHelper
*
* @return string The link for the action log
*
* @since __DEPLOY_VERSION__
* @since 3.9.27
*/
public static function getContentTypeLink($contentType, $id, CMSObject $mediaObject)
{

View File

@ -2,7 +2,7 @@
<metafile version="3.9" client="administrator">
<name>English (en-GB)</name>
<version>3.9.27</version>
<creationDate>April 2021</creationDate>
<creationDate>May 2021</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.27</version>
<creationDate>April 2021</creationDate>
<creationDate>May 2021</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 - 2020 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.9.27-dev</version>
<creationDate>April 2021</creationDate>
<version>3.9.27-rc</version>
<creationDate>May 2021</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.27.1</version>
<creationDate>April 2021</creationDate>
<creationDate>May 2021</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.27</version>
<creationDate>April 2021</creationDate>
<creationDate>May 2021</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>

View File

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

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 = '27-dev';
const DEV_LEVEL = '27-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 = '13-April-2021';
const RELDATE = '19-May-2021';
/**
* Release time.
@ -119,7 +119,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '15:51';
const RELTIME = '11:59';
/**
* Release timezone.

View File

@ -360,7 +360,7 @@ class JTableTest extends TestCaseDatabase
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.9.27
*/
public function testBindWithObject()
{