Skip to content

Commit

Permalink
Prepare Joomla! 3.9.26-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Apr 7, 2021
1 parent 21aff1d commit 6796300
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
Expand Up @@ -18,7 +18,7 @@
*
* @return boolean
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
function admin_postinstall_behindproxy_condition()
{
Expand Down Expand Up @@ -48,7 +48,7 @@ function admin_postinstall_behindproxy_condition()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
function behindproxy_postinstall_action()
{
Expand Down
4 changes: 2 additions & 2 deletions administrator/language/en-GB/en-GB.xml
@@ -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>
Expand Down
4 changes: 2 additions & 2 deletions administrator/language/en-GB/install.xml
Expand Up @@ -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>
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.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>
Expand Down
4 changes: 2 additions & 2 deletions administrator/manifests/packages/pkg_en-GB.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions installation/language/en-GB/en-GB.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions language/en-GB/en-GB.xml
@@ -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>
Expand Down
4 changes: 2 additions & 2 deletions language/en-GB/install.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Installer/Installer.php
Expand Up @@ -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 = '';

Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Menu/AbstractMenu.php
Expand Up @@ -61,7 +61,7 @@ class AbstractMenu
* User object to check access levels for
*
* @var User
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
protected $storedUser;

Expand Down Expand Up @@ -152,7 +152,7 @@ public static function getInstance($client, $options = array())
*
* @return null
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function setUser($user)
{
Expand Down Expand Up @@ -396,7 +396,7 @@ public function load()
*
* @return User
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
protected function getUser()
{
Expand All @@ -417,7 +417,7 @@ protected function getUser()
*
* @return User|null
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function __get($propName)
{
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 = '26-dev';
const DEV_LEVEL = '26-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 = '2-March-2021';
const RELDATE = '7-April-2021';

/**
* Release time.
*
* @var string
* @since 3.5
*/
const RELTIME = '15:07';
const RELTIME = '22:45';

/**
* Release timezone.
Expand Down
Expand Up @@ -15,7 +15,7 @@
*
* @package Joomla.UnitTest
* @subpackage Form
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
class FilePathRuleTest extends TestCase
{
Expand All @@ -24,7 +24,7 @@ class FilePathRuleTest extends TestCase
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function dataTestPaths()
{
Expand Down Expand Up @@ -77,7 +77,7 @@ public function dataTestPaths()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.9.26
* @dataProvider dataTestPaths
*/
public function testRule($expected, $element, $value)
Expand Down

0 comments on commit 6796300

Please sign in to comment.