From 0e23b165e580270f5b53f9dc0c5fd17011f4bf87 Mon Sep 17 00:00:00 2001 From: Harald Leithner Date: Sat, 14 Oct 2023 17:08:35 +0200 Subject: [PATCH] Joomla! 5.0.0 Stable Signed-off-by: Harald Leithner --- .../com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php | 2 +- administrator/manifests/files/joomla.xml | 2 +- libraries/src/Version.php | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php b/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php index 44d4eb2a8b354..2fec11100701b 100644 --- a/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php +++ b/administrator/components/com_joomlaupdate/src/View/Joomlaupdate/HtmlView.php @@ -115,7 +115,7 @@ class HtmlView extends BaseHtmlView * * @var string The message * - * @since __DEPLOY_VERSION__ + * @since 4.4.0 */ protected $reasonNoDownload = ''; diff --git a/administrator/manifests/files/joomla.xml b/administrator/manifests/files/joomla.xml index 158e2264f3749..252e955cfe17c 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 - 5.0.0-rc3-dev + 5.0.0 2023-10 FILES_JOOMLA_XML_DESCRIPTION diff --git a/libraries/src/Version.php b/libraries/src/Version.php index 9c3032f074132..82576a2285b52 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 = 'rc3-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 = '10-October-2023'; + public const RELDATE = '17-October-2023'; /** * Release time. @@ -98,7 +98,7 @@ final class Version * @var string * @since 3.5 */ - public const RELTIME = '16:01'; + public const RELTIME = '16:00'; /** * Release timezone.