Skip to content

Commit a55a3f9

Browse files
committed
Added disable_demo to the Redux API and version push to 3.6.17
1 parent 751e052 commit a55a3f9

File tree

8 files changed

+11
-8
lines changed

8 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Redux Framework Changelog
22

3+
## 3.6.17
4+
* Added: Redux API disable_demo to disable the plugin demo notice.
5+
36
## 3.6.15
47
* Fixed: Redux API setSections would hang up when several sections with no ID share the same title.
58

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ReduxFramework {
6969
// Please update the build number with each push, no matter how small.
7070
// This will make for easier support when we ask users what version they are using.
7171

72-
public static $_version = '3.6.16';
72+
public static $_version = '3.6.17';
7373
public static $_dir;
7474
public static $_url;
7575
public static $_upload_dir;

class.redux-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ReduxFrameworkPlugin {
2626
* @since 3.0.0
2727
*/
2828

29-
const VERSION = '3.6.16';
29+
const VERSION = '3.6.17';
3030

3131
/**
3232
* @access protected

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-framework/redux-framework",
3-
"version": "3.6.16",
3+
"version": "3.6.17",
44
"authors": [
55
{
66
"name": "Team Redux"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-framework",
3-
"version": "3.6.16",
3+
"version": "3.6.17",
44
"title": "ReduxFramework",
55
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
66
"main": "Gruntfile.js",

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: dovyp, redux
33
Donate link: http://paypal.me/reduxframework
44
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
55
Requires at least: 3.5.1
6-
Tested up to: 5.3.1
7-
Stable tag: 3.6.16
6+
Tested up to: 5.3.3
7+
Stable tag: 3.6.17
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
1313
* Author: Team Redux
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.6.16
15+
* Version: 3.6.17
1616
* Text Domain: redux-framework
1717
* License: GPL2+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)