Commit d2647be 1 parent 2c859aa commit d2647be Copy full SHA for d2647be
File tree 14 files changed +24
-24
lines changed
installation/language/en-GB
system/tasknotification/src/Extension
14 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 3
3
<name >English (en-GB)</name >
4
4
<tag >en-GB</tag >
5
5
<version >5.3.0</version >
6
- <creationDate >2025-02 </creationDate >
6
+ <creationDate >2025-03 </creationDate >
7
7
<author >Joomla! Project</author >
8
8
<
authorEmail >
[email protected] </
authorEmail >
9
9
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 2
2
<metafile client =" administrator" >
3
3
<name >English (en-GB)</name >
4
4
<version >5.3.0</version >
5
- <creationDate >2025-02 </creationDate >
5
+ <creationDate >2025-03 </creationDate >
6
6
<author >Joomla! Project</author >
7
7
<
authorEmail >
[email protected] </
authorEmail >
8
8
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 6
6
<authorUrl >www.joomla.org</authorUrl >
7
7
<copyright >(C) 2019 Open Source Matters, Inc.</copyright >
8
8
<license >GNU General Public License version 2 or later; see LICENSE.txt</license >
9
- <version >5.3.0-beta2-dev </version >
10
- <creationDate >2025-02 </creationDate >
9
+ <version >5.3.0-beta2</version >
10
+ <creationDate >2025-03 </creationDate >
11
11
<description >FILES_JOOMLA_XML_DESCRIPTION</description >
12
12
13
13
<scriptfile >administrator/components/com_admin/script.php</scriptfile >
Original file line number Diff line number Diff line change 3
3
<name >English (en-GB) Language Pack</name >
4
4
<packagename >en-GB</packagename >
5
5
<version >5.3.0.1</version >
6
- <creationDate >2025-02 </creationDate >
6
+ <creationDate >2025-03 </creationDate >
7
7
<author >Joomla! Project</author >
8
8
<
authorEmail >
[email protected] </
authorEmail >
9
9
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 3
3
<name >English (en-GB)</name >
4
4
<tag >en-GB</tag >
5
5
<version >5.3.0</version >
6
- <creationDate >2025-02 </creationDate >
6
+ <creationDate >2025-03 </creationDate >
7
7
<author >Joomla! Project</author >
8
8
<
authorEmail >
[email protected] </
authorEmail >
9
9
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 2
2
<metafile client =" api" >
3
3
<name >English (en-GB)</name >
4
4
<version >5.3.0</version >
5
- <creationDate >2025-02 </creationDate >
5
+ <creationDate >2025-03 </creationDate >
6
6
<author >Joomla! Project</author >
7
7
<
authorEmail >
[email protected] </
authorEmail >
8
8
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 2
2
<metafile client =" installation" >
3
3
<name >English (United Kingdom)</name >
4
4
<version >5.3.0</version >
5
- <creationDate >2025-02 </creationDate >
5
+ <creationDate >2025-03 </creationDate >
6
6
<author >Joomla! Project</author >
7
7
<copyright >(C) 2005 Open Source Matters, Inc.</copyright >
8
8
<license >GNU General Public License version 2 or later; see LICENSE.txt</license >
Original file line number Diff line number Diff line change 3
3
<name >English (en-GB)</name >
4
4
<tag >en-GB</tag >
5
5
<version >5.3.0</version >
6
- <creationDate >2025-02 </creationDate >
6
+ <creationDate >2025-03 </creationDate >
7
7
<author >Joomla! Project</author >
8
8
<
authorEmail >
[email protected] </
authorEmail >
9
9
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change 2
2
<metafile client =" site" >
3
3
<name >English (en-GB)</name >
4
4
<version >5.3.0</version >
5
- <creationDate >2025-02 </creationDate >
5
+ <creationDate >2025-03 </creationDate >
6
6
<author >Joomla! Project</author >
7
7
<
authorEmail >
[email protected] </
authorEmail >
8
8
<authorUrl >www.joomla.org</authorUrl >
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ public function setApplication(CMSApplicationInterface $application): void
420
420
*
421
421
* @return void
422
422
*
423
- * @since __DEPLOY_VERSION__
423
+ * @since 5.3.0
424
424
*
425
425
* @deprecated 5.2 will be removed in 7.0
426
426
* Plugin should use the language from Application, and only after the app is initialised
@@ -437,7 +437,7 @@ public function setLanguage(Language $language): void
437
437
*
438
438
* @throws \UnexpectedValueException May be thrown if the language has not been set.
439
439
*
440
- * @since __DEPLOY_VERSION__
440
+ * @since 5.3.0
441
441
*
442
442
* @deprecated 5.2 will be removed in 7.0
443
443
* Plugin should use the language from Application, and only after the app is initialised.
@@ -459,7 +459,7 @@ protected function getLanguage(): Language
459
459
*
460
460
* @return $this
461
461
*
462
- * @since __DEPLOY_VERSION__
462
+ * @since 5.3.0
463
463
*
464
464
* @deprecated 5.2 will be removed in 7.0
465
465
* Plugin should implement DispatcherAwareInterface on its own, when it is needed.
@@ -482,7 +482,7 @@ public function setDispatcher(DispatcherInterface $dispatcher)
482
482
*
483
483
* @throws \UnexpectedValueException May be thrown if the dispatcher has not been set.
484
484
*
485
- * @since __DEPLOY_VERSION__
485
+ * @since 5.3.0
486
486
*
487
487
* @deprecated 5.2 will be removed in 7.0
488
488
* Plugin should implement DispatcherAwareInterface on its own, when it is needed.
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ final class Version
66
66
* @var string
67
67
* @since 3.8.0
68
68
*/
69
- public const EXTRA_VERSION = 'beta2-dev ' ;
69
+ public const EXTRA_VERSION = 'beta2 ' ;
70
70
71
71
/**
72
72
* Development status.
73
73
*
74
74
* @var string
75
75
* @since 3.5
76
76
*/
77
- public const DEV_STATUS = 'Development ' ;
77
+ public const DEV_STATUS = 'Beta ' ;
78
78
79
79
/**
80
80
* Code name.
@@ -90,15 +90,15 @@ final class Version
90
90
* @var string
91
91
* @since 3.5
92
92
*/
93
- public const RELDATE = '18-February -2025 ' ;
93
+ public const RELDATE = '4-March -2025 ' ;
94
94
95
95
/**
96
96
* Release time.
97
97
*
98
98
* @var string
99
99
* @since 3.5
100
100
*/
101
- public const RELTIME = '17:01 ' ;
101
+ public const RELTIME = '17:00 ' ;
102
102
103
103
/**
104
104
* Release timezone.
Original file line number Diff line number Diff line change 26
26
*
27
27
* @return void
28
28
*
29
- * @since __DEPLOY_VERSION__
29
+ * @since 5.3.0
30
30
*/
31
31
public function register (Container $ container )
32
32
{
Original file line number Diff line number Diff line change 23
23
/**
24
24
* The extension plugin for com_joomlaupdate
25
25
*
26
- * @since __DEPLOY_VERSION__
26
+ * @since 5.3.0
27
27
*/
28
28
final class Joomlaupdate extends CMSPlugin implements SubscriberInterface
29
29
{
@@ -32,7 +32,7 @@ final class Joomlaupdate extends CMSPlugin implements SubscriberInterface
32
32
*
33
33
* @var boolean
34
34
*
35
- * @since __DEPLOY_VERSION__
35
+ * @since 5.3.0
36
36
*/
37
37
protected $ autoloadLanguage = true ;
38
38
@@ -41,7 +41,7 @@ final class Joomlaupdate extends CMSPlugin implements SubscriberInterface
41
41
*
42
42
* @return array
43
43
*
44
- * @since __DEPLOY_VERSION__
44
+ * @since 5.3.0
45
45
*/
46
46
public static function getSubscribedEvents (): array
47
47
{
@@ -57,7 +57,7 @@ public static function getSubscribedEvents(): array
57
57
*
58
58
* @return void
59
59
*
60
- * @since __DEPLOY_VERSION__
60
+ * @since 5.3.0
61
61
*/
62
62
public function onExtensionAfterSave (AfterSaveEvent $ event ): void
63
63
{
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ public function notifySuccess(Event $event): void
207
207
*
208
208
* @return void
209
209
*
210
- * @since __DEPLOY_VERSION__
210
+ * @since 5.3.0
211
211
* @throws \Exception
212
212
*/
213
213
public function notifyWillResume (Event $ event ): void
You can’t perform that action at this time.
0 commit comments