Skip to content

Commit 0db7d50

Browse files
committed
Joomla! 6.0.0
1 parent 9684b76 commit 0db7d50

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.0-rc5-dev</version>
9+
<version>6.0.0</version>
1010
<creationDate>2025-10</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

libraries/src/Version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ final class Version
6666
* @var string
6767
* @since 3.8.0
6868
*/
69-
public const EXTRA_VERSION = 'rc5-dev';
69+
public const EXTRA_VERSION = '';
7070

7171
/**
7272
* Development status.
7373
*
7474
* @var string
7575
* @since 3.5
7676
*/
77-
public const DEV_STATUS = 'Development';
77+
public const DEV_STATUS = 'Stable';
7878

7979
/**
8080
* Code name.
@@ -90,7 +90,7 @@ final class Version
9090
* @var string
9191
* @since 3.5
9292
*/
93-
public const RELDATE = '13-October-2025';
93+
public const RELDATE = '14-October-2025';
9494

9595
/**
9696
* Release time.
@@ -99,7 +99,7 @@ final class Version
9999
* @since 3.5
100100
*/
101101

102-
public const RELTIME = '07:05';
102+
public const RELTIME = '16:00';
103103

104104
/**
105105
* Release timezone.

libraries/src/Versioning/VersionableModelInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function saveHistory(array $data, string $context);
5252
*
5353
* @return boolean true on success, otherwise false.
5454
*
55-
* @since __DEPLOY_VERSION__
55+
* @since 6.0.0
5656
*/
5757
public function deleteHistory($typeAlias, $id);
5858
}

libraries/src/Versioning/VersionableModelTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ protected function markVersionAsCurrent(int $versionId, string $itemId): void
482482
*
483483
* @return boolean True if version history is enabled, false otherwise.
484484
*
485-
* @since __DEPLOY_VERSION__
485+
* @since 6.0.0
486486
*/
487487
protected function versionHistoryEnabled(string $context): bool
488488
{

0 commit comments

Comments
 (0)