Skip to content

Commit

Permalink
Joomla! 5.1.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
LadySolveig committed Mar 4, 2024
1 parent d834f81 commit 7c94640
Show file tree
Hide file tree
Showing 111 changed files with 261 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract class ActionLogPlugin extends CMSPlugin
* @var \Joomla\CMS\Application\CMSApplication
* @since 3.9.0
*
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0 use $this->getApplication() instead
* @deprecated 5.1.0 will be removed in 7.0 use $this->getApplication() instead
*/
protected $app;

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

Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.1.0</version>
<creationDate>2024-02</creationDate>
<creationDate>2024-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/langmetadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="administrator">
<name>English (en-GB)</name>
<version>5.1.0</version>
<creationDate>2024-02</creationDate>
<creationDate>2024-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>5.1.0-beta1-dev</version>
<creationDate>2024-02</creationDate>
<version>5.1.0-beta1</version>
<creationDate>2024-03</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

<scriptfile>administrator/components/com_admin/script.php</scriptfile>
Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/packages/pkg_en-GB.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>5.1.0.1</version>
<creationDate>2024-02</creationDate>
<creationDate>2024-03</creationDate>
<author>Joomla! Project</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions administrator/modules/mod_custom/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* The custom module service provider.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
return new class () implements ServiceProviderInterface {
/**
Expand All @@ -28,7 +28,7 @@
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function register(Container $container)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Dispatcher class for mod_custom
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
class Dispatcher extends AbstractModuleDispatcher
{
Expand All @@ -30,7 +30,7 @@ class Dispatcher extends AbstractModuleDispatcher
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
protected function getLayoutData()
{
Expand Down
4 changes: 2 additions & 2 deletions administrator/modules/mod_frontend/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* The frontend link module service provider.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
return new class () implements ServiceProviderInterface {
/**
Expand All @@ -28,7 +28,7 @@
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function register(Container $container)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Dispatcher class for mod_frontend
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
class Dispatcher extends AbstractModuleDispatcher
{
Expand All @@ -28,7 +28,7 @@ class Dispatcher extends AbstractModuleDispatcher
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
protected function getLayoutData()
{
Expand Down
4 changes: 2 additions & 2 deletions administrator/modules/mod_latestactions/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* The latest actions module service provider.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
return new class () implements ServiceProviderInterface {
/**
Expand All @@ -29,7 +29,7 @@
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function register(Container $container)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Dispatcher class for mod_latestactions
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareInterface
{
Expand All @@ -32,7 +32,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function dispatch()
{
Expand All @@ -48,7 +48,7 @@ public function dispatch()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
protected function getLayoutData()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class LatestActionsHelper
*
* @return mixed An array of action logs, or false on error.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*
* @throws \Exception
*/
Expand Down Expand Up @@ -68,7 +68,7 @@ public function getActions(&$params)
*
* @return string The alternate title for the module.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function getModuleTitle($params)
{
Expand All @@ -84,7 +84,7 @@ public function getModuleTitle($params)
*
* @since 3.9.1
*
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0
* @deprecated 5.1.0 will be removed in 7.0
* Use the non-static method getModuleTitle
* Example: Factory::getApplication()->bootModule('mod_latestactions', 'administrator')
* ->getHelper('LatestActionsHelper')
Expand All @@ -106,7 +106,7 @@ public static function getTitle($params)
*
* @throws \Exception
*
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0
* @deprecated 5.1.0 will be removed in 7.0
* Use the non-static method getActions
* Example: Factory::getApplication()->bootModule('mod_latestactions', 'administrator')
* ->getHelper('LatestActionsHelper')
Expand Down
4 changes: 2 additions & 2 deletions administrator/modules/mod_loginsupport/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* The login support information module service provider.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
return new class () implements ServiceProviderInterface {
/**
Expand All @@ -28,7 +28,7 @@
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function register(Container $container)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Dispatcher class for mod_loginsupport
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
class Dispatcher extends AbstractModuleDispatcher
{
Expand All @@ -29,7 +29,7 @@ class Dispatcher extends AbstractModuleDispatcher
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
protected function getLayoutData()
{
Expand Down
4 changes: 2 additions & 2 deletions administrator/modules/mod_messages/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* The messages module service provider.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
return new class () implements ServiceProviderInterface {
/**
Expand All @@ -31,7 +31,7 @@
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function register(Container $container)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Dispatcher class for mod_messages
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareInterface
{
Expand All @@ -32,7 +32,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function dispatch()
{
Expand All @@ -52,7 +52,7 @@ public function dispatch()
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
protected function getLayoutData()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Helper for mod_messages
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
class MessagesHelper
{
Expand All @@ -32,7 +32,7 @@ class MessagesHelper
*
* @return integer
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function getUnreadMessagesCount(Registry $params, AdministratorApplication $app)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* The multilanguage status module service provider.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
return new class () implements ServiceProviderInterface {
/**
Expand All @@ -28,7 +28,7 @@
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function register(Container $container)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Dispatcher class for mod_multilangstatus
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
class Dispatcher extends AbstractModuleDispatcher
{
Expand All @@ -31,7 +31,7 @@ class Dispatcher extends AbstractModuleDispatcher
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
protected function getLayoutData()
{
Expand Down
4 changes: 2 additions & 2 deletions administrator/modules/mod_sampledata/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* The sample data module service provider.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
return new class () implements ServiceProviderInterface {
/**
Expand All @@ -29,7 +29,7 @@
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function register(Container $container)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* Dispatcher class for mod_sampledata
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareInterface
{
Expand All @@ -32,7 +32,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
protected function getLayoutData()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SampledataHelper
*
* @return mixed An array of sampledata, or false on error.
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function getSampledataList()
{
Expand All @@ -57,7 +57,7 @@ public function getSampledataList()
*
* @since 3.8.0
*
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0
* @deprecated 5.1.0 will be removed in 7.0
* Use the non-static method getSampledataList
* Example: Factory::getApplication()->bootModule('mod_sampledata', 'administrator')
* ->getHelper('SampledataHelper')
Expand Down
Loading

0 comments on commit 7c94640

Please sign in to comment.