Skip to content

Commit

Permalink
Joomla! 4.2.7 Release Candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyFranci committed Jan 22, 2023
1 parent 562c285 commit 79fc072
Show file tree
Hide file tree
Showing 25 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_finder/src/Indexer/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class Query
* The dates Registry.
*
* @var Registry
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $dates;

Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_finder/src/Indexer/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Token
* The token required flag
*
* @var boolean
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $required;

Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.7</version>
<creationDate>2022-12</creationDate>
<creationDate>2023-01</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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="administrator">
<name>English (en-GB)</name>
<version>4.2.7</version>
<creationDate>2022-12</creationDate>
<creationDate>2023-01</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
Original file line number Diff line number Diff line change
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>4.2.7-dev</version>
<creationDate>2022-12</creationDate>
<version>4.2.7-rc1</version>
<creationDate>2023-01</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB) Language Pack</name>
<packagename>en-GB</packagename>
<version>4.2.7.1</version>
<creationDate>2022-12</creationDate>
<creationDate>2023-01</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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.7</version>
<creationDate>2022-12</creationDate>
<creationDate>2023-01</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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="api">
<name>English (en-GB)</name>
<version>4.2.7</version>
<creationDate>2022-12</creationDate>
<creationDate>2023-01</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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="installation">
<name>English (United Kingdom)</name>
<version>4.2.7</version>
<creationDate>2022-12</creationDate>
<creationDate>2023-01</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
14 changes: 7 additions & 7 deletions installation/src/Response/JsonResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,55 +29,55 @@ class JsonResponse
* The security token.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $token;

/**
* The language tag
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $lang;

/**
* The message
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $message;

/**
* The messages array
*
* @var array
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $messages;

/**
* The error message
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $error;

/**
* The header
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $header;

/**
* The data
*
* @var mixed
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $data;

Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.2.7</version>
<creationDate>2022-12</creationDate>
<creationDate>2023-01</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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<metafile client="site">
<name>English (en-GB)</name>
<version>4.2.7</version>
<creationDate>2022-12</creationDate>
<creationDate>2023-01</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion libraries/namespacemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ private function getNamespaces(string $type): array
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
private function getExtensions(string $type): array
{
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Application/WebApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class WebApplication extends AbstractWebApplication
* The application component title.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $JComponentTitle;

Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Cache/CacheStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class CacheStorage
* The threshold
*
* @var integer
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
public $_threshold;

Expand Down
12 changes: 6 additions & 6 deletions libraries/src/Form/Field/CalendarField.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,47 +89,47 @@ class CalendarField extends FormField
* The today button flag
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $todaybutton;

/**
* The week numbers flag
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $weeknumbers;

/**
* The show time flag
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $showtime;

/**
* The fill table flag
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $filltable;

/**
* The time format
*
* @var integer
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $timeformat;

/**
* The single header flag
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $singleheader;

Expand Down
4 changes: 2 additions & 2 deletions libraries/src/Form/Field/CaptchaField.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ class CaptchaField extends FormField
* The plugin of the captcha field.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $plugin;

/**
* The namespace of the captcha field.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $namespace;

Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/MediaField.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class MediaField extends FormField
* The folder.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $folder;

Expand Down
12 changes: 6 additions & 6 deletions libraries/src/Form/Field/PasswordField.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PasswordField extends FormField
* The allowable minimum length of password.
*
* @var integer
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $minLength;

Expand All @@ -63,31 +63,31 @@ class PasswordField extends FormField
* The allowable minimum length of integers.
*
* @var integer
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $minIntegers;

/**
* The allowable minimum length of symbols.
*
* @var integer
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $minSymbols;

/**
* The allowable minimum length of upper case characters.
*
* @var integer
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $minUppercase;

/**
* The allowable minimum length of lower case characters.
*
* @var integer
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $minLowercase;

Expand All @@ -111,7 +111,7 @@ class PasswordField extends FormField
* The rules flag.
*
* @var bool
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $rules = false;

Expand Down
14 changes: 7 additions & 7 deletions libraries/src/Form/Field/RulesField.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,55 +71,55 @@ class RulesField extends FormField
* The flag which indicates if it is the global config
*
* @var bool
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $isGlobalConfig;

/**
* The asset rules
*
* @var array
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $assetRules;

/**
* The actions
*
* @var array
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $actions;

/**
* The groups
*
* @var array
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $groups;

/**
* The asset Id
*
* @var int
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $assetId;

/**
* The parent asset Id
*
* @var int
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $parentAssetId;

/**
* The flag to indicate that it is a new item
*
* @var bool
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $newItem;

Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Form/Field/SqlField.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SqlField extends ListField
* The header.
*
* @var mixed
* @since __DEPLOY_VERSION__
* @since 4.2.7
*/
protected $header;

Expand Down
Loading

0 comments on commit 79fc072

Please sign in to comment.