Skip to content

Commit

Permalink
3.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
owletserver committed Sep 23, 2016
1 parent b0687d9 commit c6454d1
Show file tree
Hide file tree
Showing 7 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.2
* WP.org release and cleanup

## 3.6.1.3
* Fixed: #3105 - link_color output failing due to PHP error.

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.1.3';
public static $_version = '3.6.2';
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.1.3';
const VERSION = '3.6.2';

/**
* @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.1.3",
"version": "3.6.2",
"authors": [
{
"name": "Team Redux"
Expand Down
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.1.3",
"version": "3.6.2",
"title": "ReduxFramework",
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
"main": "Gruntfile.js",
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: dovyp, kprovance
Donate link: http://ideas.reduxframework.com
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: 4.7
Stable tag: 3.6.1.3
Tested up to: 4.8
Stable tag: 3.6.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

## 3.6.1.3
## 3.6.2
* Fixed: #3105 - link_color output failing due to PHP error.
* Fixed: #3103 - WP 4.6 forces new default date format, breaking date validation.
* Fixed: Typography subsets error due to typo.
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.1.3
* Version: 3.6.2
* Text Domain: redux-framework
* License: GPL3+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down

0 comments on commit c6454d1

Please sign in to comment.