Skip to content

Commit e34d513

Browse files
committed
Prepare Joomla 3.9.24-rc
1 parent 2a059fa commit e34d513

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

administrator/language/en-GB/en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile version="3.9" client="administrator">
33
<name>English (en-GB)</name>
44
<version>3.9.24</version>
5-
<creationDate>November 2020</creationDate>
5+
<creationDate>December 2020</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

administrator/language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
55
<version>3.9.24</version>
6-
<creationDate>November 2020</creationDate>
6+
<creationDate>December 2020</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

administrator/manifests/files/joomla.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2005 - 2020 Open Source Matters. All rights reserved</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>3.9.24-dev</version>
10-
<creationDate>November 2020</creationDate>
9+
<version>3.9.24-rc</version>
10+
<creationDate>December 2020</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

1313
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

administrator/manifests/packages/pkg_en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB) Language Pack</name>
44
<packagename>en-GB</packagename>
55
<version>3.9.24.1</version>
6-
<creationDate>November 2020</creationDate>
6+
<creationDate>December 2020</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

installation/language/en-GB/en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
client="installation">
55
<name>English (United Kingdom)</name>
66
<version>3.9.24</version>
7-
<creationDate>November 2020</creationDate>
7+
<creationDate>December 2020</creationDate>
88
<author>Joomla! Project</author>
99
<copyright>Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright>
1010
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

language/en-GB/en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile version="3.9" client="site">
33
<name>English (en-GB)</name>
44
<version>3.9.24</version>
5-
<creationDate>November 2020</creationDate>
5+
<creationDate>December 2020</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
55
<version>3.9.24</version>
6-
<creationDate>November 2020</creationDate>
6+
<creationDate>December 2020</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

libraries/joomla/database/driver/pgsql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function getConnectionCollation()
157157
*
158158
* @return string
159159
*
160-
* @since __DEPLOY_VERSION__
160+
* @since 3.9.24
161161
*/
162162
private function getDefaultSchema()
163163
{

libraries/joomla/database/driver/postgresql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ public function quoteBinary($data)
16311631
*
16321632
* @return string
16331633
*
1634-
* @since __DEPLOY_VERSION__
1634+
* @since 3.9.24
16351635
*/
16361636
private function getDefaultSchema()
16371637
{

libraries/joomla/form/fields/password.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class JFormFieldPassword extends JFormField
2424
* also remove the value from the output.
2525
*
2626
* @var boolean
27-
* @since __DEPLOY_VERSION__
27+
* @since 3.9.24
2828
*/
2929
protected $lock = false;
3030

0 commit comments

Comments
 (0)