Skip to content

Commit

Permalink
Joomla! 5.1.0 Alpha 4 with security patches
Browse files Browse the repository at this point in the history
  • Loading branch information
LadySolveig committed Feb 20, 2024
1 parent a0982cf commit 1ba9d23
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 25 deletions.
Expand Up @@ -103,14 +103,14 @@ class GuidedtoursComponent extends MVCComponent implements BootableExtensionInte
/**
* An interactive step for checkbox/radio fields
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public const STEP_INTERACTIVETYPE_CHECKBOX_RADIO = 5;

/**
* An interactive step for select element fields
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public const STEP_INTERACTIVETYPE_SELECT = 6;

Expand Down
Expand Up @@ -62,7 +62,7 @@ public function __construct(DatabaseDriver $db, DispatcherInterface $dispatcher
* @return mixed Null if operation was satisfactory, otherwise returns an error
*
* @see Table::bind()
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function bind($array, $ignore = '')
{
Expand Down
Expand Up @@ -181,7 +181,7 @@ public function loadChangelog()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function loadChangelogRaw()
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.1.0</version>
<creationDate>2024-01</creationDate>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/langmetadata.xml
Expand Up @@ -2,7 +2,7 @@
<metafile client="administrator">
<name>English (en-GB)</name>
<version>5.1.0</version>
<creationDate>2024-01</creationDate>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
4 changes: 2 additions & 2 deletions administrator/manifests/files/joomla.xml
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-alpha4-dev</version>
<creationDate>2024-01</creationDate>
<version>5.1.0-alpha4</version>
<creationDate>2024-02</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
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-01</creationDate>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion api/language/en-GB/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.1.0</version>
<creationDate>2024-01</creationDate>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion api/language/en-GB/langmetadata.xml
Expand Up @@ -2,7 +2,7 @@
<metafile client="api">
<name>English (en-GB)</name>
<version>5.1.0</version>
<creationDate>2024-01</creationDate>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion installation/language/en-GB/langmetadata.xml
Expand Up @@ -2,7 +2,7 @@
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>5.1.0</version>
<creationDate>2024-01</creationDate>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>5.1.0</version>
<creationDate>2024-01</creationDate>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/langmetadata.xml
Expand Up @@ -2,7 +2,7 @@
<metafile client="site">
<name>English (en-GB)</name>
<version>5.1.0</version>
<creationDate>2024-01</creationDate>
<creationDate>2024-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
6 changes: 3 additions & 3 deletions libraries/src/Version.php
Expand Up @@ -66,15 +66,15 @@ final class Version
* @var string
* @since 3.8.0
*/
public const EXTRA_VERSION = 'alpha4-dev';
public const EXTRA_VERSION = 'alpha4';

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

/**
* Code name.
Expand All @@ -90,7 +90,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELDATE = '23-January-2024';
public const RELDATE = '20-February-2024';

/**
* Release time.
Expand Down
4 changes: 2 additions & 2 deletions libraries/src/WebAsset/WebAssetManager.php
Expand Up @@ -114,7 +114,7 @@ class WebAssetManager implements WebAssetManagerInterface
*
* @var array
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
protected $sortedAssets = [];

Expand Down Expand Up @@ -1026,7 +1026,7 @@ protected function getDependenciesForAsset(
*
* @return array Array of object ids for which callback was called
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public static function callOnAttachCallback(array $assets, Document $document, array $cache = []): array
{
Expand Down
4 changes: 2 additions & 2 deletions modules/mod_banners/services/provider.php
Expand Up @@ -19,7 +19,7 @@
/**
* The banners 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): void
{
Expand Down
4 changes: 2 additions & 2 deletions modules/mod_banners/src/Dispatcher/Dispatcher.php
Expand Up @@ -22,7 +22,7 @@
/**
* Dispatcher class for mod_banners
*
* @since __DEPLOY_VERSION__
* @since 5.1.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.1.0
*/
protected function getLayoutData(): array
{
Expand Down
4 changes: 2 additions & 2 deletions modules/mod_banners/src/Helper/BannersHelper.php
Expand Up @@ -35,7 +35,7 @@ class BannersHelper
*
* @return mixed
*
* @since __DEPLOY_VERSION__
* @since 5.1.0
*/
public function getBanners(Registry $params, CMSApplication $app)
{
Expand Down Expand Up @@ -76,7 +76,7 @@ public function getBanners(Registry $params, CMSApplication $app)
*
* @since 1.5
*
* @deprecated __DEPLOY_VERSION__ will be removed in 7.0
* @deprecated 5.1.0 will be removed in 7.0
* Use the non-static method getBanners
* Example: Factory::getApplication()->bootModule('mod_banners', 'site')
* ->getHelper('BannersHelper')
Expand Down

0 comments on commit 1ba9d23

Please sign in to comment.