Skip to content

Commit fd49a6a

Browse files
committed
Joomla! 3.10.0 Alpha6
1 parent d829c11 commit fd49a6a

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

administrator/components/com_joomlaupdate/models/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ private static function isNonCoreExtension($extension)
15011501
*
15021502
* @return array name,version,updateserver
15031503
*
1504-
* @since __DEPLOY_VERSION__
1504+
* @since 3.10.0
15051505
*/
15061506
public function getNonCorePlugins($folderFilter = array())
15071507
{

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.10.0</version>
5-
<creationDate>February 2021</creationDate>
5+
<creationDate>May 2021</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.10.0</version>
6-
<creationDate>February 2021</creationDate>
6+
<creationDate>May 2021</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) 2019 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>3.10.0-alpha6-dev</version>
10-
<creationDate>February 2021</creationDate>
9+
<version>3.10.0-alpha6</version>
10+
<creationDate>May 2021</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.10.0.1</version>
6-
<creationDate>February 2021</creationDate>
6+
<creationDate>May 2021</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.10.0</version>
7-
<creationDate>February 2021</creationDate>
7+
<creationDate>May 2021</creationDate>
88
<author>Joomla! Project</author>
99
<copyright>(C) 2005 Open Source Matters, Inc.</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.10.0</version>
5-
<creationDate>February 2021</creationDate>
5+
<creationDate>May 2021</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.10.0</version>
6-
<creationDate>February 2021</creationDate>
6+
<creationDate>May 2021</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

libraries/src/Version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class Version
6060
* @var string
6161
* @since 3.8.0
6262
*/
63-
const EXTRA_VERSION = 'alpha6-dev';
63+
const EXTRA_VERSION = 'alpha6';
6464

6565
/**
6666
* Release version.
@@ -78,15 +78,15 @@ final class Version
7878
* @since 3.5
7979
* @deprecated 4.0 Use separated version constants instead
8080
*/
81-
const DEV_LEVEL = '0-alpha6-dev';
81+
const DEV_LEVEL = '0-alpha6';
8282

8383
/**
8484
* Development status.
8585
*
8686
* @var string
8787
* @since 3.5
8888
*/
89-
const DEV_STATUS = 'Development';
89+
const DEV_STATUS = 'Alpha';
9090

9191
/**
9292
* Build number.
@@ -111,15 +111,15 @@ final class Version
111111
* @var string
112112
* @since 3.5
113113
*/
114-
const RELDATE = '2-February-2021';
114+
const RELDATE = '30-May-2021';
115115

116116
/**
117117
* Release time.
118118
*
119119
* @var string
120120
* @since 3.5
121121
*/
122-
const RELTIME = '19:19';
122+
const RELTIME = '14:56';
123123

124124
/**
125125
* Release timezone.

0 commit comments

Comments
 (0)