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

Joomla! 3.10.0 Alpha3

This commit is contained in:
zero-24 2020-10-24 19:11:41 +02:00
parent 58e0942f1f
commit eab1cb010a
No known key found for this signature in database
GPG Key ID: A041B880A124AF84
10 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
<metafile version="3.9" client="administrator">
<name>English (en-GB)</name>
<version>3.10.0</version>
<creationDate>September 2020</creationDate>
<creationDate>October 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.10.0</version>
<creationDate>September 2020</creationDate>
<creationDate>October 2020</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) 2019 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.10.0-alpha3-dev</version>
<creationDate>September 2020</creationDate>
<version>3.10.0-alpha3</version>
<creationDate>October 2020</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
<scriptfile>administrator/components/com_admin/script.php</scriptfile>

View File

@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>3.10.0.1</version>
<creationDate>September 2020</creationDate>
<creationDate>October 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -4,7 +4,7 @@
client="installation">
<name>English (United Kingdom)</name>
<version>3.10.0</version>
<creationDate>September 2020</creationDate>
<creationDate>October 2020</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>

View File

@ -2,7 +2,7 @@
<metafile version="3.9" client="site">
<name>English (en-GB)</name>
<version>3.10.0</version>
<creationDate>September 2020</creationDate>
<creationDate>October 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.10.0</version>
<creationDate>September 2020</creationDate>
<creationDate>October 2020</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>

View File

@ -29,7 +29,7 @@ class ExceptionHandler
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.10.0
*/
public static function handleException($error)
{
@ -171,7 +171,7 @@ class ExceptionHandler
*
* @return string|false
*
* @since __DEPLOY_VERSION__
* @since 3.10.0
*/
protected static function getCallerFunctionName()
{
@ -187,7 +187,7 @@ class ExceptionHandler
*
* @return bool
*
* @since __DEPLOY_VERSION__
* @since 3.10.0
*/
protected static function isException($error)
{
@ -203,7 +203,7 @@ class ExceptionHandler
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.10.0
*/
protected static function logException($error)
{

View File

@ -122,7 +122,7 @@ abstract class Table extends \JObject implements \JObservableInterface, \JTableI
* Indicates that columns fully support the NULL value in the database
*
* @var boolean
* @since __DEPLOY_VERSION__
* @since 3.10.0
*/
protected $_supportNullValue = false;

View File

@ -60,7 +60,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'alpha3-dev';
const EXTRA_VERSION = 'alpha3';
/**
* Release version.
@ -78,7 +78,7 @@ final class Version
* @since 3.5
* @deprecated 4.0 Use separated version constants instead
*/
const DEV_LEVEL = '0-alpha3-dev';
const DEV_LEVEL = '0-alpha3';
/**
* Development status.
@ -86,7 +86,7 @@ final class Version
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Development';
const DEV_STATUS = 'Alpha';
/**
* Build number.
@ -111,7 +111,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '11-September-2020';
const RELDATE = '24-October-2020';
/**
* Release time.
@ -119,7 +119,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELTIME = '19:33';
const RELTIME = '18:08';
/**
* Release timezone.