Skip to content

Commit

Permalink
Small fixes and Readme update for Wordpress.org version push.
Browse files Browse the repository at this point in the history
  • Loading branch information
dovy committed Oct 31, 2013
1 parent 22324c3 commit 43ee1e4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
15 changes: 13 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings
Requires at least: 3.5.1
Tested up to: 3.7
Stable tag: 3.0.3
Stable tag: 3.0.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 3.0.4 =
* Fixed an odd saving issue.
* Fixed link issues in the framework
* Issue #135: jQuery UI wasn't being properly queued
* Issue #140: Admin notice glitch. See http://reduxframework.com/2013/10/wordpress-notifications-custom-options-panels/
* Use hooks instead of custom variable for custom admin CSS
* Added "raw" field that allows PHP or a hook to embed anything in the panel.
* Submenus in Admin now change the tabs without reloading the page.
* Small fix for multi-text.
* Added IT_it and RO_ro languages.
* Updated readme file for languages.

= 3.0.3 =
* Fixed Issue #129: Spacing field giving an undefined.
* 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.
* 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.
* Fixed Issue #133: Issue when custom admin stylesheet was used, a JS error resulted.


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

Expand Down
1 change: 1 addition & 0 deletions ReduxCore/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ public function _enqueue() {
'folds' => $this->folds,
'options' => $this->options,
'defaults' => $this->options_defaults,
'slug' => $this->args['page_slug']
);

// Construct the errors array.
Expand Down
2 changes: 1 addition & 1 deletion ReduxCore/inc/fields/group/field_group.min.js

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

2 changes: 1 addition & 1 deletion ReduxCore/inc/fields/multi_text/field_multi_text.min.js

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

2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin URI: http://wordpress.org/plugins/redux-framework/
* Github URI: https://github.com/ReduxFramework/ReduxFramework
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
* Version: 3.0.3
* Version: 3.0.4
* Author: Redux Team
* Author URI: http://reduxframework.com
* Text Domain: redux-framework
Expand Down

0 comments on commit 43ee1e4

Please sign in to comment.