Skip to content

Commit 345c408

Browse files
committed
Joomla! 5.4.1 Release Candidate 1
1 parent 0d961b1 commit 345c408

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
@@ -163,7 +163,7 @@ public function getTotal()
163163
*
164164
* @return boolean True on success, false on failure.
165165
*
166-
* @since __DEPLOY_VERSION__
166+
* @since 5.4.1
167167
*/
168168
public function save($data)
169169
{
@@ -199,7 +199,7 @@ public function save($data)
199199
*
200200
* @return array Array with [newTitle, newAlias].
201201
*
202-
* @since __DEPLOY_VERSION__
202+
* @since 5.4.1
203203
*/
204204
protected function generateNewTitleAndAlias(string $title, string $alias): array
205205
{
@@ -253,7 +253,7 @@ protected function generateNewTitleAndAlias(string $title, string $alias): array
253253
*
254254
* @return string A unique alias.
255255
*
256-
* @since __DEPLOY_VERSION__
256+
* @since 5.4.1
257257
*/
258258
protected function getUniqueAlias(string $base): string
259259
{
@@ -273,7 +273,7 @@ protected function getUniqueAlias(string $base): string
273273
*
274274
* @return boolean True if it exists, false otherwise.
275275
*
276-
* @since __DEPLOY_VERSION__
276+
* @since 5.4.1
277277
*/
278278
protected function aliasExists(string $alias): bool
279279
{

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>5.4.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>5.4.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>5.4.1-dev</version>
10-
<creationDate>2025-10</creationDate>
9+
<version>5.4.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>5.4.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>5.4.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>5.4.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>5.4.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 5.4.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 5.4.1
7474
*/
7575
protected $autoUpdatesDisabled = false;
7676

0 commit comments

Comments
 (0)