29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00

Reset to dev

This commit is contained in:
Roland Dalmulder 2023-02-20 19:12:26 +01:00
parent 61235c3a31
commit 56c6ad360c
No known key found for this signature in database
GPG Key ID: 6D30CD38749A5B9E
19 changed files with 36 additions and 36 deletions

View File

@ -30,7 +30,7 @@ class Response
* The buffer
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $buffer;
@ -38,7 +38,7 @@ class Response
* The memory
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $memory;
@ -46,7 +46,7 @@ class Response
* If it has an error
*
* @var bool
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $error;
@ -54,7 +54,7 @@ class Response
* The header
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $header;
@ -62,7 +62,7 @@ class Response
* The message
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $message;
@ -70,7 +70,7 @@ class Response
* The batch size
*
* @var int
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $batchSize;
@ -78,7 +78,7 @@ class Response
* The batch offset
*
* @var int
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $batchOffset;
@ -86,7 +86,7 @@ class Response
* The total items
*
* @var int
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $totalItems;
@ -94,7 +94,7 @@ class Response
* The plugin state
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $pluginState;
@ -102,7 +102,7 @@ class Response
* The start time
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $startTime;
@ -110,7 +110,7 @@ class Response
* The end time
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $endTime;
@ -118,7 +118,7 @@ class Response
* The start
*
* @var int
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $start;
@ -126,7 +126,7 @@ class Response
* The complete
*
* @var int
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $complete;

View File

@ -2,7 +2,7 @@
<extension client="administrator" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.8</version>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="administrator">
<name>English (en-GB)</name>
<version>4.2.8</version>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -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>4.2.8</version>
<version>4.2.9-dev</version>
<creationDate>2023-02</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

View File

@ -2,7 +2,7 @@
<extension type="package" method="upgrade">
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.2.8.1</version>
<version>4.2.9.1</version>
<creationDate>2023-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -2,7 +2,7 @@
<extension client="api" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.8</version>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="api">
<name>English (en-GB)</name>
<version>4.2.8</version>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>4.2.8</version>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<author>Joomla! Project</author>
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>

View File

@ -2,7 +2,7 @@
<extension client="site" type="language" method="upgrade">
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.8</version>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<metafile client="site">
<name>English (en-GB)</name>
<version>4.2.8</version>
<version>4.2.9</version>
<creationDate>2023-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>

View File

@ -61,7 +61,7 @@ final class SiteApplication extends CMSApplication
* The registered URL parameters.
*
* @var object
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $registeredurlparams;

View File

@ -49,7 +49,7 @@ abstract class WebApplication extends AbstractWebApplication
* The item associations
*
* @var integer
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $item_associations;

View File

@ -88,7 +88,7 @@ class FtpClient
* The response code
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $_responseCode;
@ -96,7 +96,7 @@ class FtpClient
* The response message
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $_responseMsg;

View File

@ -29,7 +29,7 @@ class InstallerExtension extends CMSObject
* Client ID of the extension
*
* @var int
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $client_id;

View File

@ -26,7 +26,7 @@ abstract class Manifest
* The error messages
*
* @var array
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $_errors;

View File

@ -26,7 +26,7 @@ class LibraryManifest extends Manifest
* Creation date of the library
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $creationdate;

View File

@ -27,7 +27,7 @@ class PackageManifest extends Manifest
* Author url of the package
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $authorurl;
@ -35,7 +35,7 @@ class PackageManifest extends Manifest
* Author of the package
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $author;
@ -43,7 +43,7 @@ class PackageManifest extends Manifest
* Author email of the package
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
public $authoremail;

View File

@ -73,7 +73,7 @@ class DatabaseLogger extends Logger
* The database table prefix of the database store logging entries.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.9
*/
protected $prefix;

View File

@ -55,7 +55,7 @@ final class Version
* @var integer
* @since 3.8.0
*/
public const PATCH_VERSION = 8;
public const PATCH_VERSION = 9;
/**
* Extra release version info.
@ -90,7 +90,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELDATE = '16-February-2023';
public const RELDATE = '20-February-2023';
/**
* Release time.
@ -98,7 +98,7 @@ final class Version
* @var string
* @since 3.5
*/
public const RELTIME = '15:15';
public const RELTIME = '18:12';
/**
* Release timezone.