29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-25 14:53:01 +00:00

Reset to dev

This commit is contained in:
Harald Leithner 2021-03-02 16:07:39 +01:00
parent aadf6979f8
commit 2387bb05a1
12 changed files with 24 additions and 24 deletions

View File

@ -478,7 +478,7 @@ class BannersModelBanner extends JModelAdmin
*
* @see JFormRule
* @see JFilterInput
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function validate($form, $data, $group = null)
{

View File

@ -550,7 +550,7 @@ class ContactModelContact extends JModelAdmin
*
* @see JFormRule
* @see JFilterInput
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function validate($form, $data, $group = null)
{

View File

@ -465,7 +465,7 @@ class NewsfeedsModelNewsfeed extends JModelAdmin
*
* @see JFormRule
* @see JFilterInput
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
public function validate($form, $data, $group = null)
{

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile version="3.9" client="administrator">
<name>English (en-GB)</name>
<version>3.9.25</version>
<creationDate>February 2021</creationDate>
<version>3.9.26</version>
<creationDate>March 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,8 +2,8 @@
<extension version="3.9" client="administrator" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.9.25</version>
<creationDate>February 2021</creationDate>
<version>3.9.26</version>
<creationDate>March 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -6,8 +6,8 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2005 - 2020 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.9.25</version>
<creationDate>February 2021</creationDate>
<version>3.9.26-dev</version>
<creationDate>March 2021</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

View File

@ -2,8 +2,8 @@
<extension type="package" version="3.9" method="upgrade">
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>3.9.25.1</version>
<creationDate>February 2021</creationDate>
<version>3.9.26.1</version>
<creationDate>March 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -3,8 +3,8 @@
version="3.8"
client="installation">
<name>English (United Kingdom)</name>
<version>3.9.25</version>
<creationDate>February 2021</creationDate>
<version>3.9.26</version>
<creationDate>March 2021</creationDate>
<author>Joomla! Project</author>
<copyright>Copyright (C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile version="3.9" client="site">
<name>English (en-GB)</name>
<version>3.9.25</version>
<creationDate>February 2021</creationDate>
<version>3.9.26</version>
<creationDate>March 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -2,8 +2,8 @@
<extension version="3.9" client="site" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.9.25</version>
<creationDate>February 2021</creationDate>
<version>3.9.26</version>
<creationDate>March 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -48,7 +48,7 @@ abstract class FeedParser
* The InputFilter
*
* @var InputFilter
* @since __DEPLOY_VERSION__
* @since 3.9.26
*/
protected $inputFilter;

View File

@ -49,7 +49,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
const PATCH_VERSION = 25;
const PATCH_VERSION = 26;
/**
* Extra release version info.
@ -60,7 +60,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = '';
const EXTRA_VERSION = 'dev';
/**
* Release version.
@ -78,7 +78,7 @@ final class Version
* @since 3.5
* @deprecated 4.0 Use separated version constants instead
*/
const DEV_LEVEL = '25';
const DEV_LEVEL = '26-dev';
/**
* Development status.
@ -86,7 +86,7 @@ final class Version
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Stable';
const DEV_STATUS = 'Development';
/**
* Build number.
@ -111,7 +111,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '02-March-2021';
const RELDATE = '2-March-2021';
/**
* Release time.
@ -119,7 +119,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '15:00';
const RELTIME = '15:07';
/**
* Release timezone.