Skip to content

Commit

Permalink
Release 5.2.0 Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Aug 31, 2024
1 parent a79cd92 commit 3fa3de7
Show file tree
Hide file tree
Showing 28 changed files with 56 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* The guided tours controller for ajax requests.
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
class AjaxController extends BaseController
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ public function isAutostart($pk): bool
*
* @return boolean
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function saveTourUserState($id, $state = ''): bool
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MediaActionPlugin extends CMSPlugin
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function getSubscribedEvents(): array
{
Expand All @@ -57,7 +57,7 @@ public static function getSubscribedEvents(): array
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function onContentPrepareFormListener(PrepareFormEvent $event): void
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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.2.0-beta2-dev</version>
<version>5.2.0-beta2</version>
<creationDate>2024-09</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
4 changes: 2 additions & 2 deletions components/com_tags/src/Service/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class Router extends RouterBase
* System - SEF Plugin parameters
*
* @var Registry
* @since __DEPLOY_VERSION__
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0
* @since 5.2.0
* @deprecated 5.2.0 will be removed in 6.0
* without replacement
*/
private $sefparams;
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Component/Router/Rules/MenuRules.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class MenuRules implements RulesInterface
* System - SEF Plugin parameters
*
* @var Registry
* @since __DEPLOY_VERSION__
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0
* @since 5.2.0
* @deprecated 5.2.0 will be removed in 6.0
* without replacement
*/
private $sefparams;
Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Event/Extension/AbstractJoomlaUpdateEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* Base class for Joomla Update events
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
abstract class AbstractJoomlaUpdateEvent extends AbstractImmutableEvent
{
Expand All @@ -30,8 +30,8 @@ abstract class AbstractJoomlaUpdateEvent extends AbstractImmutableEvent
*
* @var array
*
* @since __DEPLOY_VERSION__
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0
* @since 5.2.0
* @deprecated 5.2.0 will be removed in 6.0
*/
protected $legacyArgumentsOrder = [];

Expand All @@ -41,7 +41,7 @@ abstract class AbstractJoomlaUpdateEvent extends AbstractImmutableEvent
* @param string $name The event name.
* @param array $arguments The event arguments.
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function __construct($name, array $arguments = [])
{
Expand Down
10 changes: 5 additions & 5 deletions libraries/src/Event/Extension/AfterJoomlaUpdateEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Class for Joomla Update events
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
class AfterJoomlaUpdateEvent extends AbstractJoomlaUpdateEvent
{
Expand All @@ -25,8 +25,8 @@ class AfterJoomlaUpdateEvent extends AbstractJoomlaUpdateEvent
*
* @var array
*
* @since __DEPLOY_VERSION__
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0
* @since 5.2.0
* @deprecated 5.2.0 will be removed in 6.0
*/
protected $legacyArgumentsOrder = ['oldVersion'];

Expand All @@ -37,7 +37,7 @@ class AfterJoomlaUpdateEvent extends AbstractJoomlaUpdateEvent
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
protected function onSetOldVersion(?string $value): string
{
Expand All @@ -49,7 +49,7 @@ protected function onSetOldVersion(?string $value): string
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function getOldVersion(): string
{
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Event/Extension/BeforeJoomlaUpdateEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Class for Joomla Update events
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
class BeforeJoomlaUpdateEvent extends AbstractJoomlaUpdateEvent
{
Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Event/Mail/BeforeRenderingMailTemplateEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Example:
* new BeforeRenderingMailTemplateEvent('onEventName', ['templateId' => 'com_example.template', 'subject' => $mailTemplateInstance]);
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
class BeforeRenderingMailTemplateEvent extends MailTemplateEvent
{
Expand All @@ -23,8 +23,8 @@ class BeforeRenderingMailTemplateEvent extends MailTemplateEvent
*
* @var array
*
* @since __DEPLOY_VERSION__
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0
* @since 5.2.0
* @deprecated 5.2.0 will be removed in 6.0
*/
protected $legacyArgumentsOrder = ['templateId', 'subject'];
}
20 changes: 10 additions & 10 deletions libraries/src/Event/Mail/MailTemplateEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Base class for MailTemplate events
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
abstract class MailTemplateEvent extends AbstractImmutableEvent
{
Expand All @@ -31,8 +31,8 @@ abstract class MailTemplateEvent extends AbstractImmutableEvent
*
* @var array
*
* @since __DEPLOY_VERSION__
* @deprecated __DEPLOY_VERSION__ will be removed in 6.0
* @since 5.2.0
* @deprecated 5.2.0 will be removed in 6.0
*/
protected $legacyArgumentsOrder = [];

Expand All @@ -44,7 +44,7 @@ abstract class MailTemplateEvent extends AbstractImmutableEvent
*
* @throws \BadMethodCallException
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function __construct($name, array $arguments = [])
{
Expand All @@ -71,7 +71,7 @@ public function __construct($name, array $arguments = [])
*
* @return MailTemplate
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
protected function onSetSubject(MailTemplate $value): MailTemplate
{
Expand All @@ -85,7 +85,7 @@ protected function onSetSubject(MailTemplate $value): MailTemplate
*
* @return MailTemplate
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
protected function onGetSubject(MailTemplate $value): MailTemplate
{
Expand All @@ -99,7 +99,7 @@ protected function onGetSubject(MailTemplate $value): MailTemplate
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
protected function onSetTemplateId(string $value): string
{
Expand All @@ -113,7 +113,7 @@ protected function onSetTemplateId(string $value): string
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
protected function onGetTemplateId(string $value): string
{
Expand All @@ -125,7 +125,7 @@ protected function onGetTemplateId(string $value): string
*
* @return MailTemplate
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function getTemplate(): MailTemplate
{
Expand All @@ -137,7 +137,7 @@ public function getTemplate(): MailTemplate
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function getTemplateId(): string
{
Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'beta2-dev';
public const EXTRA_VERSION = 'beta2';

/**
* Development status.
*
* @var string
* @since 3.5
*/
public const DEV_STATUS = 'Development';
public const DEV_STATUS = 'Beta';

/**
* Code name.
Expand All @@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '17:00';
public const RELTIME = '00:00';

/**
* Release timezone.
Expand Down
2 changes: 1 addition & 1 deletion modules/mod_articles/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* The articles module service provider.
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
return new class () implements ServiceProviderInterface {
/**
Expand Down
4 changes: 2 additions & 2 deletions modules/mod_articles/src/Dispatcher/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* Dispatcher class for mod_articles
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareInterface
{
Expand All @@ -33,7 +33,7 @@ class Dispatcher extends AbstractModuleDispatcher implements HelperFactoryAwareI
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
protected function getLayoutData(): array
{
Expand Down
10 changes: 5 additions & 5 deletions modules/mod_articles/src/Helper/ArticlesHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Helper for mod_articles
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
class ArticlesHelper implements DatabaseAwareInterface
{
Expand All @@ -46,7 +46,7 @@ class ArticlesHelper implements DatabaseAwareInterface
*
* @return object[]
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function getArticles(Registry $params, SiteApplication $app)
{
Expand Down Expand Up @@ -331,7 +331,7 @@ public function getArticles(Registry $params, SiteApplication $app)
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function groupBy($list, $fieldName, $direction, $fieldNameToKeep = null)
{
Expand Down Expand Up @@ -375,7 +375,7 @@ public static function groupBy($list, $fieldName, $direction, $fieldNameToKeep =
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function groupByDate($list, $direction = 'ksort', $type = 'year', $monthYearFormat = 'F Y', $field = 'created')
{
Expand Down Expand Up @@ -438,7 +438,7 @@ public static function groupByDate($list, $direction = 'ksort', $type = 'year',
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function groupByTags($list, $direction = 'ksort')
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/actionlog/joomla/src/Extension/Joomla.php
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ public function onUserBeforeSave(User\BeforeSaveEvent $event): void
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public function onBeforeTourSaveUserState(AbstractEvent $event): void
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-authentication/basic/src/Extension/Basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ final class Basic extends CMSPlugin implements SubscriberInterface
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function getSubscribedEvents(): array
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/authentication/cookie/src/Extension/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final class Cookie extends CMSPlugin implements SubscriberInterface
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function getSubscribedEvents(): array
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/authentication/ldap/src/Extension/Ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct(LdapFactoryInterface $factory, DispatcherInterface $
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function getSubscribedEvents(): array
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/extension/finder/src/Extension/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class Finder extends CMSPlugin implements SubscriberInterface
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function getSubscribedEvents(): array
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/extension/joomla/src/Extension/Joomla.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ final class Joomla extends CMSPlugin implements SubscriberInterface
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 5.2.0
*/
public static function getSubscribedEvents(): array
{
Expand Down
Loading

0 comments on commit 3fa3de7

Please sign in to comment.