Skip to content

Commit

Permalink
Prepare 3.8.7 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Apr 10, 2018
1 parent 8676ecc commit d8a87d1
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_fields/helpers/fields.php
Expand Up @@ -549,7 +549,7 @@ public static function canEditFieldValue($field)
*
* @return boolean
*
* @since __DEPLOY_VERSION__
* @since 3.8.7
*/
public static function displayFieldOnForm($field)
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_fields/models/groups.php
Expand Up @@ -224,7 +224,7 @@ protected function getListQuery()
*
* @return array An array of results.
*
* @since __DEPLOY_VERSION__
* @since 3.8.7
* @throws RuntimeException
*/
protected function _getList($query, $limitstart = 0, $limit = 0)
Expand Down
Expand Up @@ -45,7 +45,7 @@ public function reset()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.8.7
*/
public function hideAll()
{
Expand Down
Expand Up @@ -114,7 +114,7 @@ public function resetMessages($eid)
*
* @return mixed False if we fail, a db cursor otherwise
*
* @since __DEPLOY_VERSION__
* @since 3.8.7
*/
public function hideMessages($eid)
{
Expand Down
Expand Up @@ -52,7 +52,7 @@ protected function onBrowse($tpl = null)
*
* @return boolean Return true to allow rendering of the page
*
* @since __DEPLOY_VERSION__
* @since 3.8.7
*/
protected function onDisplay($tpl = null)
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/en-GB.xml
Expand Up @@ -2,7 +2,7 @@
<metafile version="3.8" client="administrator">
<name>English (en-GB)</name>
<version>3.8.7</version>
<creationDate>March 2018</creationDate>
<creationDate>April 2018</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/install.xml
Expand Up @@ -3,7 +3,7 @@
<name>English (en-GB)</name>
<tag>en-GB</tag>
<version>3.8.7</version>
<creationDate>March 2018</creationDate>
<creationDate>April 2018</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) 2005 - 2018 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.8.7-dev</version>
<creationDate>March 2018</creationDate>
<version>3.8.7-rc</version>
<creationDate>April 2018</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>3.8.7.1</version>
<creationDate>March 2018</creationDate>
<creationDate>April 2018</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/en-GB.xml
Expand Up @@ -4,7 +4,7 @@
client="installation">
<name>English (United Kingdom)</name>
<version>3.8.7</version>
<creationDate>March 2018</creationDate>
<creationDate>April 2018</creationDate>
<author>Joomla! Project</author>
<copyright>Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.xml
Expand Up @@ -2,7 +2,7 @@
<metafile version="3.8" client="site">
<name>English (en-GB)</name>
<version>3.8.7</version>
<creationDate>March 2018</creationDate>
<creationDate>April 2018</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>3.8.7</version>
<creationDate>March 2018</creationDate>
<creationDate>April 2018</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
Expand Down
2 changes: 1 addition & 1 deletion libraries/joomla/form/fields/plugins.php
Expand Up @@ -163,7 +163,7 @@ protected function getOptions()
*
* @return string The field input markup.
*
* @since __DEPLOY_VERSION__
* @since 3.8.7
*/
protected function getInput()
{
Expand Down
10 changes: 5 additions & 5 deletions libraries/src/Version.php
Expand Up @@ -60,7 +60,7 @@ final class Version
* @var string
* @since 3.8.0
*/
const EXTRA_VERSION = 'dev';
const EXTRA_VERSION = 'rc';

/**
* Release version.
Expand All @@ -78,15 +78,15 @@ final class Version
* @since 3.5
* @deprecated 4.0 Use separated version constants instead
*/
const DEV_LEVEL = '7-dev';
const DEV_LEVEL = '7-rc';

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

/**
* Build number.
Expand All @@ -111,15 +111,15 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '13-March-2018';
const RELDATE = '10-April-2018';

/**
* Release time.
*
* @var string
* @since 3.5
*/
const RELTIME = '14:00';
const RELTIME = '13:45';

/**
* Release timezone.
Expand Down
2 changes: 1 addition & 1 deletion plugins/system/fields/fields.php
Expand Up @@ -40,7 +40,7 @@ class PlgSystemFields extends JPlugin
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.8.7
*/
public function onContentNormaliseRequestData($context, $data, Form $form)
{
Expand Down

0 comments on commit d8a87d1

Please sign in to comment.