diff --git a/administrator/components/com_fields/helpers/fields.php b/administrator/components/com_fields/helpers/fields.php index 029ea680b4bed..5dfbd03a8703a 100644 --- a/administrator/components/com_fields/helpers/fields.php +++ b/administrator/components/com_fields/helpers/fields.php @@ -549,7 +549,7 @@ public static function canEditFieldValue($field) * * @return boolean * - * @since __DEPLOY_VERSION__ + * @since 3.8.7 */ public static function displayFieldOnForm($field) { diff --git a/administrator/components/com_fields/models/groups.php b/administrator/components/com_fields/models/groups.php index a3f822df48d89..4619ab801f0b6 100644 --- a/administrator/components/com_fields/models/groups.php +++ b/administrator/components/com_fields/models/groups.php @@ -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) diff --git a/administrator/components/com_postinstall/controllers/message.php b/administrator/components/com_postinstall/controllers/message.php index 55685a7e1b6f6..a8277158d9af6 100644 --- a/administrator/components/com_postinstall/controllers/message.php +++ b/administrator/components/com_postinstall/controllers/message.php @@ -45,7 +45,7 @@ public function reset() * * @return void * - * @since __DEPLOY_VERSION__ + * @since 3.8.7 */ public function hideAll() { diff --git a/administrator/components/com_postinstall/models/messages.php b/administrator/components/com_postinstall/models/messages.php index a08bdc4a33878..824f3f77c7eb0 100644 --- a/administrator/components/com_postinstall/models/messages.php +++ b/administrator/components/com_postinstall/models/messages.php @@ -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) { diff --git a/administrator/components/com_postinstall/views/messages/view.html.php b/administrator/components/com_postinstall/views/messages/view.html.php index 86670acf16038..2bbfe4eedd066 100644 --- a/administrator/components/com_postinstall/views/messages/view.html.php +++ b/administrator/components/com_postinstall/views/messages/view.html.php @@ -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) { diff --git a/administrator/language/en-GB/en-GB.xml b/administrator/language/en-GB/en-GB.xml index ce15674694266..6408d44b2fd19 100644 --- a/administrator/language/en-GB/en-GB.xml +++ b/administrator/language/en-GB/en-GB.xml @@ -2,7 +2,7 @@ English (en-GB) 3.8.7 - March 2018 + April 2018 Joomla! Project admin@joomla.org www.joomla.org diff --git a/administrator/language/en-GB/install.xml b/administrator/language/en-GB/install.xml index 4fe5c259a623a..db183a521a62c 100644 --- a/administrator/language/en-GB/install.xml +++ b/administrator/language/en-GB/install.xml @@ -3,7 +3,7 @@ English (en-GB) en-GB 3.8.7 - March 2018 + April 2018 Joomla! Project admin@joomla.org www.joomla.org diff --git a/administrator/manifests/files/joomla.xml b/administrator/manifests/files/joomla.xml index 32906edc88712..429526e028def 100644 --- a/administrator/manifests/files/joomla.xml +++ b/administrator/manifests/files/joomla.xml @@ -6,8 +6,8 @@ www.joomla.org (C) 2005 - 2018 Open Source Matters. All rights reserved GNU General Public License version 2 or later; see LICENSE.txt - 3.8.7-dev - March 2018 + 3.8.7-rc + April 2018 FILES_JOOMLA_XML_DESCRIPTION administrator/components/com_admin/script.php diff --git a/administrator/manifests/packages/pkg_en-GB.xml b/administrator/manifests/packages/pkg_en-GB.xml index a06dd1bd1ed24..5b4e9c5fbfb1f 100644 --- a/administrator/manifests/packages/pkg_en-GB.xml +++ b/administrator/manifests/packages/pkg_en-GB.xml @@ -3,7 +3,7 @@ English (en-GB) Language Pack en-GB 3.8.7.1 - March 2018 + April 2018 Joomla! Project admin@joomla.org www.joomla.org diff --git a/installation/language/en-GB/en-GB.xml b/installation/language/en-GB/en-GB.xml index ed11d1b041699..844e9576762e7 100644 --- a/installation/language/en-GB/en-GB.xml +++ b/installation/language/en-GB/en-GB.xml @@ -4,7 +4,7 @@ client="installation"> English (United Kingdom) 3.8.7 - March 2018 + April 2018 Joomla! Project Copyright (C) 2005 - 2018 Open Source Matters. All rights reserved. GNU General Public License version 2 or later; see LICENSE.txt diff --git a/language/en-GB/en-GB.xml b/language/en-GB/en-GB.xml index f1f388801d86e..211229b180127 100644 --- a/language/en-GB/en-GB.xml +++ b/language/en-GB/en-GB.xml @@ -2,7 +2,7 @@ English (en-GB) 3.8.7 - March 2018 + April 2018 Joomla! Project admin@joomla.org www.joomla.org diff --git a/language/en-GB/install.xml b/language/en-GB/install.xml index 01bcda355d312..07b63bd2bea6a 100644 --- a/language/en-GB/install.xml +++ b/language/en-GB/install.xml @@ -3,7 +3,7 @@ English (en-GB) en-GB 3.8.7 - March 2018 + April 2018 Joomla! Project admin@joomla.org www.joomla.org diff --git a/libraries/joomla/form/fields/plugins.php b/libraries/joomla/form/fields/plugins.php index 328137321aaa0..0655b1af27b90 100644 --- a/libraries/joomla/form/fields/plugins.php +++ b/libraries/joomla/form/fields/plugins.php @@ -163,7 +163,7 @@ protected function getOptions() * * @return string The field input markup. * - * @since __DEPLOY_VERSION__ + * @since 3.8.7 */ protected function getInput() { diff --git a/libraries/src/Version.php b/libraries/src/Version.php index 4feacd331f22a..3ddcb960ff6e1 100644 --- a/libraries/src/Version.php +++ b/libraries/src/Version.php @@ -60,7 +60,7 @@ final class Version * @var string * @since 3.8.0 */ - const EXTRA_VERSION = 'dev'; + const EXTRA_VERSION = 'rc'; /** * Release version. @@ -78,7 +78,7 @@ 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. @@ -86,7 +86,7 @@ final class Version * @var string * @since 3.5 */ - const DEV_STATUS = 'Development'; + const DEV_STATUS = 'Release Candidate'; /** * Build number. @@ -111,7 +111,7 @@ final class Version * @var string * @since 3.5 */ - const RELDATE = '13-March-2018'; + const RELDATE = '10-April-2018'; /** * Release time. @@ -119,7 +119,7 @@ final class Version * @var string * @since 3.5 */ - const RELTIME = '14:00'; + const RELTIME = '13:45'; /** * Release timezone. diff --git a/plugins/system/fields/fields.php b/plugins/system/fields/fields.php index b142067da281b..a7b432011a835 100644 --- a/plugins/system/fields/fields.php +++ b/plugins/system/fields/fields.php @@ -40,7 +40,7 @@ class PlgSystemFields extends JPlugin * * @return void * - * @since __DEPLOY_VERSION__ + * @since 3.8.7 */ public function onContentNormaliseRequestData($context, $data, Form $form) {