Skip to content

Commit c6454d1

Browse files
committed
3.6.2 release
1 parent b0687d9 commit c6454d1

File tree

7 files changed

+11
-8
lines changed

7 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.2
4+
* WP.org release and cleanup
5+
36
## 3.6.1.3
47
* Fixed: #3105 - link_color output failing due to PHP error.
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.1.3';
72+
public static $_version = '3.6.2';
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.1.3';
29+
const VERSION = '3.6.2';
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.1.3",
3+
"version": "3.6.2",
44
"authors": [
55
{
66
"name": "Team Redux"

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.1.3",
3+
"version": "3.6.2",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: dovyp, kprovance
33
Donate link: http://ideas.reduxframework.com
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: 4.7
7-
Stable tag: 3.6.1.3
6+
Tested up to: 4.8
7+
Stable tag: 3.6.2
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -125,7 +125,7 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125125

126126
== Changelog ==
127127

128-
## 3.6.1.3
128+
## 3.6.2
129129
* Fixed: #3105 - link_color output failing due to PHP error.
130130
* Fixed: #3103 - WP 4.6 forces new default date format, breaking date validation.
131131
* Fixed: Typography subsets error due to typo.

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.1.3
15+
* Version: 3.6.2
1616
* Text Domain: redux-framework
1717
* License: GPL3+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)