Skip to content

Commit

Permalink
Prepare Joomla 3.9.24-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
HLeithner committed Dec 16, 2020
1 parent 2a059fa commit e34d513
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile version="3.9" client="administrator">
<name>English (en-GB)</name>
<version>3.9.24</version>
<creationDate>November 2020</creationDate>
<creationDate>December 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.9.24</version>
<creationDate>November 2020</creationDate>
<creationDate>December 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
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.24-dev</version>
<creationDate>November 2020</creationDate>
<version>3.9.24-rc</version>
<creationDate>December 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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>3.9.24.1</version>
<creationDate>November 2020</creationDate>
<creationDate>December 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-GB/en-GB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
client="installation">
<name>English (United Kingdom)</name>
<version>3.9.24</version>
<creationDate>November 2020</creationDate>
<creationDate>December 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile version="3.9" client="site">
<name>English (en-GB)</name>
<version>3.9.24</version>
<creationDate>November 2020</creationDate>
<creationDate>December 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.9.24</version>
<creationDate>November 2020</creationDate>
<creationDate>December 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion libraries/joomla/database/driver/pgsql.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function getConnectionCollation()
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 3.9.24
*/
private function getDefaultSchema()
{
Expand Down
2 changes: 1 addition & 1 deletion libraries/joomla/database/driver/postgresql.php
Original file line number Diff line number Diff line change
Expand Up @@ -1631,7 +1631,7 @@ public function quoteBinary($data)
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 3.9.24
*/
private function getDefaultSchema()
{
Expand Down
2 changes: 1 addition & 1 deletion libraries/joomla/form/fields/password.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class JFormFieldPassword extends JFormField
* also remove the value from the output.
*
* @var boolean
* @since __DEPLOY_VERSION__
* @since 3.9.24
*/
protected $lock = false;

Expand Down
10 changes: 5 additions & 5 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
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 = '24-dev';
const DEV_LEVEL = '24-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 = '24-November-2020';
const RELDATE = '16-December-2020';

/**
* Release time.
*
* @var string
* @since 3.5
*/
const RELTIME = '16:13';
const RELTIME = '23:34';

/**
* Release timezone.
Expand Down

0 comments on commit e34d513

Please sign in to comment.