Skip to content

Commit e108db2

Browse files
committed
Joomla! 6.0.1 Release Candidate 1
1 parent bda2a93 commit e108db2

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

administrator/components/com_finder/src/Model/FilterModel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function getTotal()
161161
*
162162
* @return boolean True on success, false on failure.
163163
*
164-
* @since __DEPLOY_VERSION__
164+
* @since 6.0.1
165165
*/
166166
public function save($data)
167167
{
@@ -197,7 +197,7 @@ public function save($data)
197197
*
198198
* @return array Array with [newTitle, newAlias].
199199
*
200-
* @since __DEPLOY_VERSION__
200+
* @since 6.0.1
201201
*/
202202
protected function generateNewTitleAndAlias(string $title, string $alias): array
203203
{
@@ -251,7 +251,7 @@ protected function generateNewTitleAndAlias(string $title, string $alias): array
251251
*
252252
* @return string A unique alias.
253253
*
254-
* @since __DEPLOY_VERSION__
254+
* @since 6.0.1
255255
*/
256256
protected function getUniqueAlias(string $base): string
257257
{
@@ -271,7 +271,7 @@ protected function getUniqueAlias(string $base): string
271271
*
272272
* @return boolean True if it exists, false otherwise.
273273
*
274-
* @since __DEPLOY_VERSION__
274+
* @since 6.0.1
275275
*/
276276
protected function aliasExists(string $alias): bool
277277
{

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>6.0.1</version>
6-
<creationDate>2025-10</creationDate>
6+
<creationDate>2025-11</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

administrator/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="administrator">
33
<name>English (en-GB)</name>
44
<version>6.0.1</version>
5-
<creationDate>2025-10</creationDate>
5+
<creationDate>2025-11</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<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>6.0.1-dev</version>
10-
<creationDate>2025-10</creationDate>
9+
<version>6.0.1-rc1</version>
10+
<creationDate>2025-11</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>6.0.1.1</version>
6-
<creationDate>2025-10</creationDate>
6+
<creationDate>2025-11</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

api/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>6.0.1</version>
6-
<creationDate>2025-10</creationDate>
6+
<creationDate>2025-11</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

api/language/en-GB/langmetadata.xml

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

installation/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="installation">
33
<name>English (United Kingdom)</name>
44
<version>6.0.1</version>
5-
<creationDate>2025-10</creationDate>
5+
<creationDate>2025-11</creationDate>
66
<author>Joomla! Project</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

installation/src/Model/ChecksModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function getForm($view = null)
260260
*
261261
* @return boolean
262262
*
263-
* @since __DEPLOY_VERSION__
263+
* @since 6.0.1
264264
*/
265265
public function getAutoUpdatesDisabled(): bool
266266
{

installation/src/View/Remove/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class HtmlView extends BaseHtmlView
7070
* If updates are disabled, we hide the box
7171
*
7272
* @var boolean
73-
* @since __DEPLOY_VERSION__
73+
* @since 6.0.1
7474
*/
7575
protected $autoUpdatesDisabled = false;
7676

0 commit comments

Comments
 (0)