Skip to content

Commit 7c94640

Browse files
committed
Joomla! 5.1.0 Beta 1
1 parent d834f81 commit 7c94640

File tree

111 files changed

+261
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+261
-261
lines changed

administrator/components/com_actionlogs/src/Plugin/ActionLogPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ abstract class ActionLogPlugin extends CMSPlugin
2929
* @var \Joomla\CMS\Application\CMSApplication
3030
* @since 3.9.0
3131
*
32-
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0 use $this->getApplication() instead
32+
* @deprecated 5.1.0 will be removed in 7.0 use $this->getApplication() instead
3333
*/
3434
protected $app;
3535

@@ -39,7 +39,7 @@ abstract class ActionLogPlugin extends CMSPlugin
3939
* @var \Joomla\Database\DatabaseDriver
4040
* @since 3.9.0
4141
*
42-
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0 use $this->getDatabase() instead
42+
* @deprecated 5.1.0 will be removed in 7.0 use $this->getDatabase() instead
4343
*/
4444
protected $db;
4545

administrator/language/en-GB/install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB)</name>
44
<tag>en-GB</tag>
55
<version>5.1.0</version>
6-
<creationDate>2024-02</creationDate>
6+
<creationDate>2024-03</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

administrator/language/en-GB/langmetadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metafile client="administrator">
33
<name>English (en-GB)</name>
44
<version>5.1.0</version>
5-
<creationDate>2024-02</creationDate>
5+
<creationDate>2024-03</creationDate>
66
<author>Joomla! Project</author>
77
<authorEmail>[email protected]</authorEmail>
88
<authorUrl>www.joomla.org</authorUrl>

administrator/manifests/files/joomla.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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.1.0-beta1-dev</version>
10-
<creationDate>2024-02</creationDate>
9+
<version>5.1.0-beta1</version>
10+
<creationDate>2024-03</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

1313
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

administrator/manifests/packages/pkg_en-GB.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>English (en-GB) Language Pack</name>
44
<packagename>en-GB</packagename>
55
<version>5.1.0.1</version>
6-
<creationDate>2024-02</creationDate>
6+
<creationDate>2024-03</creationDate>
77
<author>Joomla! Project</author>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

administrator/modules/mod_custom/services/provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* The custom module service provider.
2020
*
21-
* @since __DEPLOY_VERSION__
21+
* @since 5.1.0
2222
*/
2323
return new class () implements ServiceProviderInterface {
2424
/**
@@ -28,7 +28,7 @@
2828
*
2929
* @return void
3030
*
31-
* @since __DEPLOY_VERSION__
31+
* @since 5.1.0
3232
*/
3333
public function register(Container $container)
3434
{

administrator/modules/mod_custom/src/Dispatcher/Dispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Dispatcher class for mod_custom
2323
*
24-
* @since __DEPLOY_VERSION__
24+
* @since 5.1.0
2525
*/
2626
class Dispatcher extends AbstractModuleDispatcher
2727
{
@@ -30,7 +30,7 @@ class Dispatcher extends AbstractModuleDispatcher
3030
*
3131
* @return array
3232
*
33-
* @since __DEPLOY_VERSION__
33+
* @since 5.1.0
3434
*/
3535
protected function getLayoutData()
3636
{

administrator/modules/mod_frontend/services/provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* The frontend link module service provider.
2020
*
21-
* @since __DEPLOY_VERSION__
21+
* @since 5.1.0
2222
*/
2323
return new class () implements ServiceProviderInterface {
2424
/**
@@ -28,7 +28,7 @@
2828
*
2929
* @return void
3030
*
31-
* @since __DEPLOY_VERSION__
31+
* @since 5.1.0
3232
*/
3333
public function register(Container $container)
3434
{

administrator/modules/mod_frontend/src/Dispatcher/Dispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* Dispatcher class for mod_frontend
2121
*
22-
* @since __DEPLOY_VERSION__
22+
* @since 5.1.0
2323
*/
2424
class Dispatcher extends AbstractModuleDispatcher
2525
{
@@ -28,7 +28,7 @@ class Dispatcher extends AbstractModuleDispatcher
2828
*
2929
* @return array
3030
*
31-
* @since __DEPLOY_VERSION__
31+
* @since 5.1.0
3232
*/
3333
protected function getLayoutData()
3434
{

administrator/modules/mod_latestactions/services/provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* The latest actions module service provider.
2121
*
22-
* @since __DEPLOY_VERSION__
22+
* @since 5.1.0
2323
*/
2424
return new class () implements ServiceProviderInterface {
2525
/**
@@ -29,7 +29,7 @@
2929
*
3030
* @return void
3131
*
32-
* @since __DEPLOY_VERSION__
32+
* @since 5.1.0
3333
*/
3434
public function register(Container $container)
3535
{

administrator/modules/mod_latestactions/src/Dispatcher/Dispatcher.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Dispatcher class for mod_latestactions
2323
*
24-
* @since __DEPLOY_VERSION__
24+
* @since 5.1.0
2525
*/
2626
class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareInterface
2727
{
@@ -32,7 +32,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI
3232
*
3333
* @return void
3434
*
35-
* @since __DEPLOY_VERSION__
35+
* @since 5.1.0
3636
*/
3737
public function dispatch()
3838
{
@@ -48,7 +48,7 @@ public function dispatch()
4848
*
4949
* @return array
5050
*
51-
* @since __DEPLOY_VERSION__
51+
* @since 5.1.0
5252
*/
5353
protected function getLayoutData()
5454
{

administrator/modules/mod_latestactions/src/Helper/LatestActionsHelper.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class LatestActionsHelper
3333
*
3434
* @return mixed An array of action logs, or false on error.
3535
*
36-
* @since __DEPLOY_VERSION__
36+
* @since 5.1.0
3737
*
3838
* @throws \Exception
3939
*/
@@ -68,7 +68,7 @@ public function getActions(&$params)
6868
*
6969
* @return string The alternate title for the module.
7070
*
71-
* @since __DEPLOY_VERSION__
71+
* @since 5.1.0
7272
*/
7373
public function getModuleTitle($params)
7474
{
@@ -84,7 +84,7 @@ public function getModuleTitle($params)
8484
*
8585
* @since 3.9.1
8686
*
87-
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0
87+
* @deprecated 5.1.0 will be removed in 7.0
8888
* Use the non-static method getModuleTitle
8989
* Example: Factory::getApplication()->bootModule('mod_latestactions', 'administrator')
9090
* ->getHelper('LatestActionsHelper')
@@ -106,7 +106,7 @@ public static function getTitle($params)
106106
*
107107
* @throws \Exception
108108
*
109-
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0
109+
* @deprecated 5.1.0 will be removed in 7.0
110110
* Use the non-static method getActions
111111
* Example: Factory::getApplication()->bootModule('mod_latestactions', 'administrator')
112112
* ->getHelper('LatestActionsHelper')

administrator/modules/mod_loginsupport/services/provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* The login support information module service provider.
2020
*
21-
* @since __DEPLOY_VERSION__
21+
* @since 5.1.0
2222
*/
2323
return new class () implements ServiceProviderInterface {
2424
/**
@@ -28,7 +28,7 @@
2828
*
2929
* @return void
3030
*
31-
* @since __DEPLOY_VERSION__
31+
* @since 5.1.0
3232
*/
3333
public function register(Container $container)
3434
{

administrator/modules/mod_loginsupport/src/Dispatcher/Dispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Dispatcher class for mod_loginsupport
2222
*
23-
* @since __DEPLOY_VERSION__
23+
* @since 5.1.0
2424
*/
2525
class Dispatcher extends AbstractModuleDispatcher
2626
{
@@ -29,7 +29,7 @@ class Dispatcher extends AbstractModuleDispatcher
2929
*
3030
* @return array
3131
*
32-
* @since __DEPLOY_VERSION__
32+
* @since 5.1.0
3333
*/
3434
protected function getLayoutData()
3535
{

administrator/modules/mod_messages/services/provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* The messages module service provider.
2323
*
24-
* @since __DEPLOY_VERSION__
24+
* @since 5.1.0
2525
*/
2626
return new class () implements ServiceProviderInterface {
2727
/**
@@ -31,7 +31,7 @@
3131
*
3232
* @return void
3333
*
34-
* @since __DEPLOY_VERSION__
34+
* @since 5.1.0
3535
*/
3636
public function register(Container $container)
3737
{

administrator/modules/mod_messages/src/Dispatcher/Dispatcher.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Dispatcher class for mod_messages
2323
*
24-
* @since __DEPLOY_VERSION__
24+
* @since 5.1.0
2525
*/
2626
class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareInterface
2727
{
@@ -32,7 +32,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI
3232
*
3333
* @return void
3434
*
35-
* @since __DEPLOY_VERSION__
35+
* @since 5.1.0
3636
*/
3737
public function dispatch()
3838
{
@@ -52,7 +52,7 @@ public function dispatch()
5252
*
5353
* @return array
5454
*
55-
* @since __DEPLOY_VERSION__
55+
* @since 5.1.0
5656
*/
5757
protected function getLayoutData()
5858
{

administrator/modules/mod_messages/src/Helper/MessagesHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Helper for mod_messages
2222
*
23-
* @since __DEPLOY_VERSION__
23+
* @since 5.1.0
2424
*/
2525
class MessagesHelper
2626
{
@@ -32,7 +32,7 @@ class MessagesHelper
3232
*
3333
* @return integer
3434
*
35-
* @since __DEPLOY_VERSION__
35+
* @since 5.1.0
3636
*/
3737
public function getUnreadMessagesCount(Registry $params, AdministratorApplication $app)
3838
{

administrator/modules/mod_multilangstatus/services/provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* The multilanguage status module service provider.
2020
*
21-
* @since __DEPLOY_VERSION__
21+
* @since 5.1.0
2222
*/
2323
return new class () implements ServiceProviderInterface {
2424
/**
@@ -28,7 +28,7 @@
2828
*
2929
* @return void
3030
*
31-
* @since __DEPLOY_VERSION__
31+
* @since 5.1.0
3232
*/
3333
public function register(Container $container)
3434
{

administrator/modules/mod_multilangstatus/src/Dispatcher/Dispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* Dispatcher class for mod_multilangstatus
2424
*
25-
* @since __DEPLOY_VERSION__
25+
* @since 5.1.0
2626
*/
2727
class Dispatcher extends AbstractModuleDispatcher
2828
{
@@ -31,7 +31,7 @@ class Dispatcher extends AbstractModuleDispatcher
3131
*
3232
* @return array
3333
*
34-
* @since __DEPLOY_VERSION__
34+
* @since 5.1.0
3535
*/
3636
protected function getLayoutData()
3737
{

administrator/modules/mod_sampledata/services/provider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* The sample data module service provider.
2121
*
22-
* @since __DEPLOY_VERSION__
22+
* @since 5.1.0
2323
*/
2424
return new class () implements ServiceProviderInterface {
2525
/**
@@ -29,7 +29,7 @@
2929
*
3030
* @return void
3131
*
32-
* @since __DEPLOY_VERSION__
32+
* @since 5.1.0
3333
*/
3434
public function register(Container $container)
3535
{

administrator/modules/mod_sampledata/src/Dispatcher/Dispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Dispatcher class for mod_sampledata
2323
*
24-
* @since __DEPLOY_VERSION__
24+
* @since 5.1.0
2525
*/
2626
class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareInterface
2727
{
@@ -32,7 +32,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI
3232
*
3333
* @return array
3434
*
35-
* @since __DEPLOY_VERSION__
35+
* @since 5.1.0
3636
*/
3737
protected function getLayoutData()
3838
{

administrator/modules/mod_sampledata/src/Helper/SampledataHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SampledataHelper
3030
*
3131
* @return mixed An array of sampledata, or false on error.
3232
*
33-
* @since __DEPLOY_VERSION__
33+
* @since 5.1.0
3434
*/
3535
public function getSampledataList()
3636
{
@@ -57,7 +57,7 @@ public function getSampledataList()
5757
*
5858
* @since 3.8.0
5959
*
60-
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0
60+
* @deprecated 5.1.0 will be removed in 7.0
6161
* Use the non-static method getSampledataList
6262
* Example: Factory::getApplication()->bootModule('mod_sampledata', 'administrator')
6363
* ->getHelper('SampledataHelper')

0 commit comments

Comments
 (0)