From ae87846c82b0e4a9274598fa8d788b3b39a2f5aa Mon Sep 17 00:00:00 2001 From: Martin Kopp Date: Mon, 8 Jul 2024 16:03:30 +0200 Subject: [PATCH] Joomla! 4.4.6 Stable --- administrator/manifests/files/joomla.xml | 2 +- libraries/src/Version.php | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/administrator/manifests/files/joomla.xml b/administrator/manifests/files/joomla.xml index b00c3299a15f..8cfb0b9c4105 100644 --- a/administrator/manifests/files/joomla.xml +++ b/administrator/manifests/files/joomla.xml @@ -6,7 +6,7 @@ www.joomla.org (C) 2019 Open Source Matters, Inc. GNU General Public License version 2 or later; see LICENSE.txt - 4.4.6-rc2-dev + 4.4.6 2024-07 FILES_JOOMLA_XML_DESCRIPTION diff --git a/libraries/src/Version.php b/libraries/src/Version.php index 5d06cafb518e..4da0a47da55d 100644 --- a/libraries/src/Version.php +++ b/libraries/src/Version.php @@ -66,7 +66,7 @@ final class Version * @var string * @since 3.8.0 */ - public const EXTRA_VERSION = 'rc2-dev'; + public const EXTRA_VERSION = ''; /** * Development status. @@ -74,7 +74,7 @@ final class Version * @var string * @since 3.5 */ - public const DEV_STATUS = 'Development'; + public const DEV_STATUS = 'Stable'; /** * Code name. @@ -90,7 +90,7 @@ final class Version * @var string * @since 3.5 */ - public const RELDATE = '4-July-2024'; + public const RELDATE = '9-July-2024'; /** * Release time. @@ -98,7 +98,7 @@ final class Version * @var string * @since 3.5 */ - public const RELTIME = '18:01'; + public const RELTIME = '16:00'; /** * Release timezone. diff --git a/package.json b/package.json index 5f49e3baf389..fd453f974b21 100644 --- a/package.json +++ b/package.json @@ -111,4 +111,4 @@ "stylelint-order": "^5.0.0", "stylelint-scss": "^4.7.0" } -} +} \ No newline at end of file