Skip to content

Commit

Permalink
Tag Joomla 4 RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 13, 2021
1 parent 94a4b87 commit 18c58c0
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
Expand Up @@ -202,7 +202,7 @@ public function getWorkflowContexts(): array
*
* @return string|null
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function getCategoryWorkflowContext(?string $section = null): string
{
Expand Down
Expand Up @@ -177,7 +177,7 @@ public function refreshUpdates($force = false)
*
* @return boolean True if there is an update else false
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function getCheckForSelfUpdate()
{
Expand Down
Expand Up @@ -75,7 +75,7 @@ class HtmlView extends BaseHtmlView
*
* @var boolean True when update is available otherwise false
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $selfUpdateAvailable = false;

Expand All @@ -84,7 +84,7 @@ class HtmlView extends BaseHtmlView
*
* @var string The prefix
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $messagePrefix = '';

Expand Down Expand Up @@ -218,7 +218,7 @@ public function display($tpl = null)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected function addToolbar()
{
Expand Down
Expand Up @@ -28,7 +28,7 @@ class HtmlView extends BaseHtmlView
*
* @var array
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $updateInfo = null;

Expand All @@ -37,7 +37,7 @@ class HtmlView extends BaseHtmlView
*
* @var boolean True when update is available otherwise false
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $selfUpdateAvailable = false;

Expand All @@ -46,7 +46,7 @@ class HtmlView extends BaseHtmlView
*
* @var array An array of warnings which could prevent the upload update
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected $warnings = [];

Expand Down Expand Up @@ -85,7 +85,7 @@ public function display($tpl = null)
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
protected function addToolbar()
{
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>4.0.0</version>
<creationDate>June 2021</creationDate>
<creationDate>July 2021</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>4.0.0</version>
<creationDate>June 2021</creationDate>
<creationDate>July 2021</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>4.0.0-rc4-dev</version>
<creationDate>June 2021</creationDate>
<version>4.0.0-rc4</version>
<creationDate>July 2021</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>4.0.0.1</version>
<creationDate>June 2021</creationDate>
<creationDate>July 2021</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>4.0.0</version>
<creationDate>June 2021</creationDate>
<creationDate>July 2021</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/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>4.0.0</version>
<creationDate>June 2021</creationDate>
<creationDate>July 2021</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>4.0.0</version>
<creationDate>June 2021</creationDate>
<creationDate>July 2021</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
8 changes: 4 additions & 4 deletions libraries/src/Version.php
Expand Up @@ -61,15 +61,15 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'rc4-dev';
const EXTRA_VERSION = 'rc4';

/**
* Development status.
*
* @var string
* @since 3.5
*/
const DEV_STATUS = 'Development';
const DEV_STATUS = 'Release Candidate';

/**
* Code name.
Expand All @@ -85,15 +85,15 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '29-June-2021';
const RELDATE = '13-July-2021';

/**
* Release time.
*
* @var string
* @since 3.5
*/
const RELTIME = '19:04';
const RELTIME = '20:00';

/**
* Release timezone.
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Workflow/WorkflowServiceInterface.php
Expand Up @@ -97,7 +97,7 @@ public function getWorkflowContexts(): array;
*
* @return string|null
*
* @since __DEPLOY_VERSION__
* @since 4.0.0
*/
public function getCategoryWorkflowContext(?string $section = null): string;
}

0 comments on commit 18c58c0

Please sign in to comment.