Skip to content

Commit f503f01

Browse files
committed
Joomla! 3.10.3 Release Candidate 1
1 parent 1a58e2e commit f503f01

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

administrator/components/com_categories/controllers/category.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ protected function allowEdit($data = array(), $key = 'parent_id')
113113
*
114114
* @return boolean True if successful, false otherwise.
115115
*
116-
* @since __DEPLOY_VERSION__
116+
* @since 3.10.3
117117
*/
118118
public function save($key = null, $urlVar = null)
119119
{
@@ -134,7 +134,7 @@ public function save($key = null, $urlVar = null)
134134
*
135135
* @return boolean True if access level checks pass, false otherwise.
136136
*
137-
* @since __DEPLOY_VERSION__
137+
* @since 3.10.3
138138
*/
139139
public function cancel($key = null)
140140
{

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.3</version>
5-
<creationDate>September 2021</creationDate>
5+
<creationDate>October 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.3</version>
6-
<creationDate>September 2021</creationDate>
6+
<creationDate>October 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.3-dev</version>
10-
<creationDate>September 2021</creationDate>
9+
<version>3.10.3-rc1</version>
10+
<creationDate>October 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.3.1</version>
6-
<creationDate>September 2021</creationDate>
6+
<creationDate>October 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.3</version>
7-
<creationDate>September 2021</creationDate>
7+
<creationDate>October 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.3</version>
5-
<creationDate>September 2021</creationDate>
5+
<creationDate>October 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.3</version>
6-
<creationDate>September 2021</creationDate>
6+
<creationDate>October 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 = 'dev';
63+
const EXTRA_VERSION = 'rc1';
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 = '3-dev';
81+
const DEV_LEVEL = '3-rc1';
8282

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

9191
/**
9292
* Build number.
@@ -111,15 +111,15 @@ final class Version
111111
* @var string
112112
* @since 3.5
113113
*/
114-
const RELDATE = '12-September-2021';
114+
const RELDATE = '16-October-2021';
115115

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

124124
/**
125125
* Release timezone.

0 commit comments

Comments
 (0)