Skip to content

Commit 43ee1e4

Browse files
committed
Small fixes and Readme update for Wordpress.org version push.
1 parent 22324c3 commit 43ee1e4

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

README.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings
55
Requires at least: 3.5.1
66
Tested up to: 3.7
7-
Stable tag: 3.0.3
7+
Stable tag: 3.0.4
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -137,13 +137,24 @@ That's because the real FAQ section is on our site! Please visit [http://reduxfr
137137

138138
== Changelog ==
139139

140+
= 3.0.4 =
141+
* Fixed an odd saving issue.
142+
* Fixed link issues in the framework
143+
* Issue #135: jQuery UI wasn't being properly queued
144+
* Issue #140: Admin notice glitch. See http://reduxframework.com/2013/10/wordpress-notifications-custom-options-panels/
145+
* Use hooks instead of custom variable for custom admin CSS
146+
* Added "raw" field that allows PHP or a hook to embed anything in the panel.
147+
* Submenus in Admin now change the tabs without reloading the page.
148+
* Small fix for multi-text.
149+
* Added IT_it and RO_ro languages.
150+
* Updated readme file for languages.
151+
140152
= 3.0.3 =
141153
* Fixed Issue #129: Spacing field giving an undefined.
142154
* Fixed Issue #131: Google Fonts stylesheet appending to body and also to the top of the header. Now properly placed both at the end of the head tag as to overload any theme stylesheets.
143155
* Fixed issue #132 (See #134, thanks @andreilupu): Could not have multiple Wordpress Editors (wp_editor) as the same ID was shared. Also fixed various styles to match Wordpress for this field.
144156
* Fixed Issue #133: Issue when custom admin stylesheet was used, a JS error resulted.
145157

146-
147158
= 3.0.2 =
148159
* Improvements to slides, various field fixes and improvements. Also fixed a few user submitted issues.
149160

ReduxCore/framework.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ public function _enqueue() {
855855
'folds' => $this->folds,
856856
'options' => $this->options,
857857
'defaults' => $this->options_defaults,
858+
'slug' => $this->args['page_slug']
858859
);
859860

860861
// Construct the errors array.

ReduxCore/inc/fields/group/field_group.min.js

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

ReduxCore/inc/fields/multi_text/field_multi_text.min.js

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

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin URI: http://wordpress.org/plugins/redux-framework/
1717
* Github URI: https://github.com/ReduxFramework/ReduxFramework
1818
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
19-
* Version: 3.0.3
19+
* Version: 3.0.4
2020
* Author: Redux Team
2121
* Author URI: http://reduxframework.com
2222
* Text Domain: redux-framework

0 commit comments

Comments
 (0)