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

Prepare Joomla! 3.9.26-rc

This commit is contained in:
Harald Leithner 2021-04-07 23:45:23 +02:00
parent 21aff1db75
commit 6796300350
12 changed files with 29 additions and 29 deletions

View File

@ -18,7 +18,7 @@ use Joomla\Utilities\ArrayHelper;
*
* @return boolean
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
function admin_postinstall_behindproxy_condition()
{
@ -48,7 +48,7 @@ function admin_postinstall_behindproxy_condition()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
function behindproxy_postinstall_action()
{

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile version="3.9" client="administrator">
<name>English (en-GB)</name>
<version>3.9.25</version>
<creationDate>March 2021</creationDate>
<version>3.9.26</version>
<creationDate>April 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,8 +2,8 @@
<extension version="3.9" client="administrator" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.9.25</version>
<creationDate>March 2021</creationDate>
<version>3.9.26</version>
<creationDate>April 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.25</version>
<creationDate>March 2021</creationDate>
<version>3.9.26-rc</version>
<creationDate>April 2021</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

View File

@ -2,8 +2,8 @@
<extension type="package" version="3.9" method="upgrade">
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>3.9.25.1</version>
<creationDate>March 2021</creationDate>
<version>3.9.26.1</version>
<creationDate>April 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -3,8 +3,8 @@
version="3.8"
client="installation">
<name>English (United Kingdom)</name>
<version>3.9.25</version>
<creationDate>March 2021</creationDate>
<version>3.9.26</version>
<creationDate>April 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

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile version="3.9" client="site">
<name>English (en-GB)</name>
<version>3.9.25</version>
<creationDate>March 2021</creationDate>
<version>3.9.26</version>
<creationDate>April 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,8 +2,8 @@
<extension version="3.9" client="site" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.9.25</version>
<creationDate>March 2021</creationDate>
<version>3.9.26</version>
<creationDate>April 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -120,7 +120,7 @@ class Installer extends \JAdapter
* Backup extra_query during update_sites rebuild
*
* @var string
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public $extraQuery = '';

View File

@ -61,7 +61,7 @@ class AbstractMenu
* User object to check access levels for
*
* @var User
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
protected $storedUser;
@ -152,7 +152,7 @@ class AbstractMenu
*
* @return null
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function setUser($user)
{
@ -396,7 +396,7 @@ class AbstractMenu
*
* @return User
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
protected function getUser()
{
@ -417,7 +417,7 @@ class AbstractMenu
*
* @return User|null
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function __get($propName)
{

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 = '26-dev';
const DEV_LEVEL = '26-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 = '2-March-2021';
const RELDATE = '7-April-2021';
/**
* Release time.
@ -119,7 +119,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '15:07';
const RELTIME = '22:45';
/**
* Release timezone.

View File

@ -15,7 +15,7 @@ use Joomla\CMS\Form\Rule\FilePathRule;
*
* @package Joomla.UnitTest
* @subpackage Form
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
class FilePathRuleTest extends TestCase
{
@ -24,7 +24,7 @@ class FilePathRuleTest extends TestCase
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function dataTestPaths()
{
@ -77,7 +77,7 @@ class FilePathRuleTest extends TestCase
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
* @dataProvider dataTestPaths
*/
public function testRule($expected, $element, $value)