Skip to content

Commit

Permalink
Prepare 3.8 Beta 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Aug 15, 2017
1 parent 61714e2 commit e758167
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_fields/helpers/fields.php
Expand Up @@ -738,7 +738,7 @@ public static function getFieldTypes()
*
* @return void
*
* @since __DEPLOY_VERSION__
* @since 3.8.0
*/
public static function clearFieldsCache()
{
Expand Down
2 changes: 1 addition & 1 deletion administrator/manifests/files/joomla.xml
Expand Up @@ -6,7 +6,7 @@
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2005 - 2017 Open Source Matters. All rights reserved</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.8.0-dev</version>
<version>3.8.0-beta2</version>
<creationDate>August 2017</creationDate>
<description>FILES_JOOMLA_XML_DESCRIPTION</description>

Expand Down
Expand Up @@ -17,23 +17,23 @@
/**
* Redirect Status field.
*
* @since __DEPLOY_VERSION__
* @since 3.8.0
*/
class RedirectStatusField extends \JFormFieldPredefinedList
{
/**
* The form field type.
*
* @var string
* @since __DEPLOY_VERSION__
* @since 3.8.0
*/
public $type = 'Redirect_Status';

/**
* Available statuses
*
* @var array
* @since __DEPLOY_VERSION__
* @since 3.8.0
*/
protected $predefinedOptions = array(
'-2' => 'JTRASHED',
Expand Down
8 changes: 4 additions & 4 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 = 'beta2';

/**
* 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 = '0-dev';
const DEV_LEVEL = '0-beta2';

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

/**
* Build number.
Expand All @@ -111,7 +111,7 @@ final class Version
* @var string
* @since 3.5
*/
const RELDATE = '8-August-2017';
const RELDATE = '15-August-2017';

/**
* Release time.
Expand Down

0 comments on commit e758167

Please sign in to comment.