File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
installation/language/en-GB Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22<metafile version =" 3.9" client =" administrator" >
33 <name >English (en-GB)</name >
44 <version >3.10.0</version >
5- <creationDate >May 2021</creationDate >
5+ <creationDate >June 2021</creationDate >
66 <author >Joomla! Project</author >
77 <
authorEmail >
[email protected] </
authorEmail >
88 <authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 33 <name >English (en-GB)</name >
44 <tag >en-GB</tag >
55 <version >3.10.0</version >
6- <creationDate >May 2021</creationDate >
6+ <creationDate >June 2021</creationDate >
77 <author >Joomla! Project</author >
88 <
authorEmail >
[email protected] </
authorEmail >
99 <authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 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-alpha7-dev </version >
10- <creationDate >May 2021</creationDate >
9+ <version >3.10.0-alpha7</version >
10+ <creationDate >June 2021</creationDate >
1111 <description >FILES_JOOMLA_XML_DESCRIPTION</description >
1212
1313 <scriptfile >administrator/components/com_admin/script.php</scriptfile >
Original file line number Diff line number Diff line change 33 <name >English (en-GB) Language Pack</name >
44 <packagename >en-GB</packagename >
55 <version >3.10.0.1</version >
6- <creationDate >May 2021</creationDate >
6+ <creationDate >June 2021</creationDate >
77 <author >Joomla! Project</author >
88 <
authorEmail >
[email protected] </
authorEmail >
99 <authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 44 client=" installation" >
55 <name >English (United Kingdom)</name >
66 <version >3.10.0</version >
7- <creationDate >May 2021</creationDate >
7+ <creationDate >June 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 >
Original file line number Diff line number Diff line change 22<metafile version =" 3.9" client =" site" >
33 <name >English (en-GB)</name >
44 <version >3.10.0</version >
5- <creationDate >May 2021</creationDate >
5+ <creationDate >June 2021</creationDate >
66 <author >Joomla! Project</author >
77 <
authorEmail >
[email protected] </
authorEmail >
88 <authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 33 <name >English (en-GB)</name >
44 <tag >en-GB</tag >
55 <version >3.10.0</version >
6- <creationDate >May 2021</creationDate >
6+ <creationDate >June 2021</creationDate >
77 <author >Joomla! Project</author >
88 <
authorEmail >
[email protected] </
authorEmail >
99 <authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ final class Version
6060 * @var string
6161 * @since 3.8.0
6262 */
63- const EXTRA_VERSION = 'alpha7-dev ' ;
63+ const EXTRA_VERSION = 'alpha7 ' ;
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-alpha7-dev ' ;
81+ const DEV_LEVEL = '0-alpha7 ' ;
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 = '30-May -2021 ' ;
114+ const RELDATE = '13-June -2021 ' ;
115115
116116 /**
117117 * Release time.
118118 *
119119 * @var string
120120 * @since 3.5
121121 */
122- const RELTIME = '15:11 ' ;
122+ const RELTIME = '13:44 ' ;
123123
124124 /**
125125 * Release timezone.
You can’t perform that action at this time.
0 commit comments