File tree Expand file tree Collapse file tree 4 files changed +15
-40
lines changed
administrator/manifests/files Expand file tree Collapse file tree 4 files changed +15
-40
lines changed Original file line number Diff line number Diff line change 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.0-rc1 </version >
9+ <version >5.4.0-rc2-dev </version >
1010 <creationDate >2025-09</creationDate >
1111 <description >FILES_JOOMLA_XML_DESCRIPTION</description >
1212
Original file line number Diff line number Diff line change 3737 "type" : " vcs" ,
3838 "url" : " https://github.com/joomla-backports/portable-utf8.git" ,
3939 "no-api" : true
40- },
41- {
42- "type" : " vcs" ,
43- "url" : " https://github.com/joomla-framework/security-filter.git"
4440 }
4541 ],
4642 "autoload" : {
6561 "joomla/database" : " ^3.4" ,
6662 "joomla/di" : " ^3.1.1" ,
6763 "joomla/event" : " ^3.0.2" ,
68- "joomla/filter" : " dev-3.x-tabsinattributes as 3.0.5" ,
64+ "joomla/filter" : " ^ 3.0.5" ,
6965 "joomla/filesystem" : " ^3.2.0" ,
7066 "joomla/http" : " ^3.1.2" ,
7167 "joomla/input" : " ~3.0" ,
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ final class Version
6666 * @var string
6767 * @since 3.8.0
6868 */
69- public const EXTRA_VERSION = 'rc1 ' ;
69+ public const EXTRA_VERSION = 'rc2-dev ' ;
7070
7171 /**
7272 * Development status.
7373 *
7474 * @var string
7575 * @since 3.5
7676 */
77- public const DEV_STATUS = 'Release Candidate ' ;
77+ public const DEV_STATUS = 'Development ' ;
7878
7979 /**
8080 * Code name.
@@ -98,7 +98,7 @@ final class Version
9898 * @var string
9999 * @since 3.5
100100 */
101- public const RELTIME = '16:15 ' ;
101+ public const RELTIME = '16:16 ' ;
102102
103103 /**
104104 * Release timezone.
You can’t perform that action at this time.
0 commit comments