Skip to content

Commit

Permalink
Added disable_demo to the Redux API and version push to 3.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dovy committed Jan 7, 2020
1 parent 751e052 commit a55a3f9
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Redux Framework Changelog

## 3.6.17
* Added: Redux API disable_demo to disable the plugin demo notice.

## 3.6.15
* Fixed: Redux API setSections would hang up when several sections with no ID share the same title.

Expand Down
2 changes: 1 addition & 1 deletion ReduxCore/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ReduxFramework {
// Please update the build number with each push, no matter how small.
// This will make for easier support when we ask users what version they are using.

public static $_version = '3.6.16';
public static $_version = '3.6.17';
public static $_dir;
public static $_url;
public static $_upload_dir;
Expand Down
2 changes: 1 addition & 1 deletion class.redux-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ReduxFrameworkPlugin {
* @since 3.0.0
*/

const VERSION = '3.6.16';
const VERSION = '3.6.17';

/**
* @access protected
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-framework/redux-framework",
"version": "3.6.16",
"version": "3.6.17",
"authors": [
{
"name": "Team Redux"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-framework",
"version": "3.6.16",
"version": "3.6.17",
"title": "ReduxFramework",
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
"main": "Gruntfile.js",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: dovyp, redux
Donate link: http://paypal.me/reduxframework
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
Requires at least: 3.5.1
Tested up to: 5.3.1
Stable tag: 3.6.16
Tested up to: 5.3.3
Stable tag: 3.6.17
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
* Author: Team Redux
* Author URI: http://reduxframework.com
* Version: 3.6.16
* Version: 3.6.17
* Text Domain: redux-framework
* License: GPL2+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down

0 comments on commit a55a3f9

Please sign in to comment.