Releases: reduxframework/redux-framework
Reset bug and formatting
= 3.2.7.3 =
- Added: is_empty / empty / !isset AND not_empty / !empty / isset as required operations
= 3.2.7.2 =
- Fixed: Reset defaults error.
- Added:
show
argument to turn on and off input boxes in slider.
= 3.2.7.1 =
- Fixed: Required now works with muti-check fields and button set when set to multi.
Last of the undefined indexes, I hope
= 3.2.6 =
- Fixed: Another stray undefined index. Oy.
= 3.2.5.1 =
- Added:
open_expanded
argument to start the panel completely expanded initially.
Fixed all bugs in last release.
Fix those header notices
= 3.2.4 =
- Fixed: Unload error on first load if the typography defaults are not set.
= 3.2.3.5 =
- Modified: Moved update check functions to class file and out of the core.
- Fixed: Errors pertaining to mod_rewrite check.
= 3.2.3.4 =
- Fixed: All those headers already set errors.
= 3.2.3.3 =
- Added: $changed_values variable to save hooks denoting the old values on a save.
- Added: Pointers to Extensions on load.
- Modified: CSS Output for the background field.
= 3.2.3.2 =
- Fixed: Validation error messages not appearing on save.
- Modified: Speed boost on validation types.
- Added: Apache mod_rewrite check. This should solve many issues we've been seeing regarding mod_rewrite noe being enabled.
= 3.2.3.1 =
- Fixed: Sortable field not saving properly.
- Fixed: Erroneous data in admin.less
- Updated: sample-config.php. Sortable checkbox field example now uses true/false instead of text meant for textbox example.
Subsections & Fixes
= 3.2.2.17 =
- Fixed: Responsive issues with spacing and dimension fields.
= 3.2.2.16 =
- Fixed: Style conflicts with WP 3.9. Added register filter to fields via id.
= 3.2.2.15 =
- Fixed: Metaboxes issues.
= 3.2.2.14 =
- Modified: Some admin panel stylings. Now perfect with mobile hover. Also fixed an issue
with the slidedown width for sections. No more 2 empty pixels.
= 3.2.2.13 =
- Added: Tick mark if section has sub sections. Hidden when subsections expanded.
= 3.2.2.12 =
- Fixed: Compiler hook in the customizer now passes the CSS.
= 3.2.2.11 =
- Fixed: Compiler hook now properly fires in the customizer.
= 3.2.2.10 =
- Fixed: Validation error with headers already being set.
= 3.2.2.9 =
- Fixed: Added mode for width/height to override dimensions css output.
= 3.2.2.8 =
- Fixed: Restoring lost formatting from multiple merges.
= 3.2.2.7 =
- Fixed: New sorter default values get set properly now. ;)
= 3.2.2.6 =
- Added:
data
andargs
can now be set to sorter! Just make sure to have it be a key based on what
you want it to display as. IE:array('Main'=>'sidebars')
= 3.2.2.5 =
- Added: Prevent Redux from firing on AJAX heartbeat, but added hook for it 'redux/ajax/heartbeat'.
- Fixed: Removed erroneous 's' character from HTML.
= 3.2.2.4 =
- Added: Check to make sure a field isn't empty after the filter. If it is empty, skip over it.
= 3.2.2.3 =
- Added: Subsections now show icon if they have it. Show text only (without indent) if they do not.
= 3.2.2.2 =
- Added: Set a section or field argument of
'panel' => false
to skip over that field or panel and
hide it. It will still be registered with defaults saved, but not display. This can be useful
for things like the customizer.
= 3.2.2.1 =
- Added: SUBSECTIONS! Just add
'subsection' => true
to any section that isn't a divide/callback and
isn't the first section in your panel. ;)
Compiler wasn't firing
Needed to do a quick release. I had commented out the wrong code so the compiler hook would not run.
- Fixed: Info field didn't intend within section.
- Fixed: Compiler hook wasn't running.
Our Biggest Improvements Yet
= 3.1.9.44 =
- Fixed: Small bug in image_select javascript.
= 3.1.9.43 =
- Added: Import hook, just because we can. :)
= 3.1.9.42 =
- Fixed: Customizer now TRULY outputting CSS if output_tag is set to false.
= 3.1.9.41 =
- Fixed: Reset section, etc. Discovered an odd WordPress thing.
= 3.1.9.40 =
- Fixed: Image_select size override.
- Fixed: Customizer save not firing the compiler hook.
- Fixed: Customizer not outputting CSS if output_tag is set to false.
- Fixed: Small empty variable check. Undefined index in the defaults generating function.
= 3.1.9.39 =
- Fixed: WP 3.9 update made editor field button look ugly.
- Fixed: Save hook not firing when save_default set to false.
= 3.1.9.38 =
- Fixed: Reset section anomalies. Maybe.
= 3.1.9.37 =
- Fixed: Array of values in required not recognized.
= 3.1.9.36 =
- Fixed: Updated hint defaults to prevent index warning.
= 3.1.9.35 =
- Fixed: Removed leftover debug code.
= 3.1.9.34 =
- Added: New readonly argument for text field.
= 3.1.9.33 =
- Fixed: Reset/Reset section actions hooks now fire properly.
= 3.1.9.32 =
- Fixed: When developer uses section field but does not specify an indent argument.
= 3.1.9.31 =
- Fixed: Dynamic URL for slides
- Fixed: Accidently removed reset action on section reset. Restored.
= 3.1.9.30 =
- Fixed: Section defaults bug for certain field types.
= 3.1.9.29 =
- Fixed: Dynamic URL if site URL changed now updates media properly if attachement exists.
= 3.1.9.28 =
- Fixed: Customizer now correctly does live preview.
= 3.1.9.27 =
- Fixed: Special enqueue case fix.
= 3.1.9.26 =
- Added: A few more hooks for defaults and options.
- Fixed: Small undefined index error.
- Added: Section key generation via title.
- Modified: File intending.
= 3.1.9.25 =
- Fixed: Custom menus not displaying options panel.
= 3.1.9.24 =
- Fixed: Single checkbox option not retaining checked value.
- Fixed: Border field returning bad CSS in CSS compiler.
= 3.1.9.23 =
- Fixed: Import/Export fix. Thanks, CGlingener!
= 3.1.9.22 =
- Added: Save warning now is sticky to the top and responsive.
- Fixed: Mobile fixes for Redux. Looks great on small screens how.
- Fixed: Slight CSS fixes.
- Fixed: Compiler fixes and added notices.
- Added: Import/Export more reasonable text.
= 3.1.9.21 =
- Added:
force_output
are on the field level to bypass the required check that removes the output if the field is hidden. Thanks @rffaguiar.
= 3.1.9.20 =
- Fixed: Rare case (mediatemple grid server) when file_get_contents won't work outside of the uploads dir. Used curl to grab the font HTML. ;)
= 3.1.9.19 =
- Fixed: Undefined index for admin bar.
= 3.1.9.18 =
- Fixed: SMALL issue with WordPress 3.9. Now it works. ;)
= 3.1.9.17 =
- Fixed: Info and divide field now work with required.
= 3.1.9.16 =
- Added: Fallback. Now if the media, slides, or background URL doesn't match the site URL, but the attachment ID is present, the data is updated.
= 3.1.9.15 =
- Fixed: Last tab not properly set. Slow rendering.
= 3.1.9.14 =
- Modified: Replaced transients with cookies.
= 3.1.9.13 =
- Fixed: Undefined variable issues for new required methods.
= 3.1.9.12 =
- Fixed: Default_show display error with a non-array being steralized.
- Added: Multiple required parent value checking! Booya!
- Fixed: Sections now fold with required.
= 3.1.9.11 =
- Fixed: select2 not rendering properly when dev_mode = false, because of ace_editor fix.
- Fixed: Removed mistakenly compiled test code from redux.js.
= 3.1.9.10 =
- Fixed: ace_editor not rendering properly in certain instances.
- Modified: Small change to import_export field in checking for existing instance of itself.
= 3.1.9.9 =
- Fixed: import_export not rendering when the menutype argument was set to menu
= 3.1.9.8 =
- Fixed: Ace_editor not enqueued unless used. MEMORY HOG.
= 3.1.9.7 =
- Fixed: Color_Gradient transparency to was being auto-selected if from way transparent.
- Fixed: Enqueue select with slider for local dev.
= 3.1.9.6 =
- Modified: removed add_submenu_page when creating a submenu for us in the WP admin area. WP approved API is used in it's place to being Redux up to wp.org theme check standards.
= 3.1.9.5 =
- Fixed: Massive speed issue with button_set. Resolved.
- Fixed: Issue where default values throws an error if ID is not set.
= 3.1.9.4 =
- Fixed: Continuing effort to ensure proper loading of config from child themes.
= 3.1.9.3 =
- Fixed: Import/Export array search bug if section['fields'] is not defined.
= 3.1.9.2 =
- Fixed: Inconsistencies in import/export across different versions of PHP.
The big one. ;)
= 3.1.9.1 =
- Fixed: Redux checks for child or parent theme exclusively before loading.
= 3.1.9 =
- Updated: RGBA Field stability. Thank you, SilverKenn.
= 3.1.8.23 =
- Modified: Separated Import/Export from the core. It can now be used as a field.
= 3.1.8.22 =
- Fixed: Typography custom preview text/size not outputting.
- Fixed: No font selected in typography would default to 'inherit'.
- Fixed: Hint feature kicking back a notice if no title was specified.
= 3.1.8.21 =
- Fixed: Sortable field, when used a checkboxes, were all checked by default, even when set not to be.
- Fixed: button_set field not setting properly in multi mode.
= 3.1.8.20 =
- Fixed: Javascript console object not printing options object.
- Fixed: Load errors from child themes no longer occur.
= 3.1.8.19 =
- Modified: Typography word and letter spacing now accept negative values.
- Modified: Typography preview shows spaces between upper and lower case groupings.
- Fixed: Compiler output for slider field.
= 3.1.8.18 =
- Fixed: update_check produced a fatal error on a local install with no internet connection.
- Modified: Google font CSS moved to header so pages will pass HTML5 validation.
= 3.1.8.17 =
- Fixed: Compiler hook failing on slider.
= 3.1.8.16 =
- Fixed: Error on update_check when the response code was something other than 200.
- Modified: Removed Google font CSS line from header (because it's in the footer via wp_enqueue_style.
= 3.1.8.15 =
-
Added: Admin notice for new builds of Redux on Github as they become available. This feature is available on in dev_mode, and may be turned off by setting the
update_notice
argument to false. See the Arguments page of the wiki for more details. -
Added: text-transform option for the typography field.
-
Fixed: image_select images not resizing properly in FF and IE.
-
Fixed: Layout for the typography field, so everything isn't smushed together. The new layout is as follows:
[family-font] [backup-font] [style] [script] [align] [transform] [size] [height] [word space] [letter space] [color]
= 3.1.8.14 =
- Added: Newsletter sign-up popup at first load of the Redux options panel.
= 3.1.8.12 =
- Added: Added PHP 5.2 support for import/export.
= 3.1.8.11 =
- Added: Action hooks for options reset and options reset section.
- Added: Theme responsive for date picker.
= 3.1.8.10 =
- Added: New slider. Better looking UI, double handles and support for floating point values. See the wiki for more info.
= 3.1.8.9 =
- Fixed: link_color field showing notice on default, if user enters no defaults.
- Fixed: Fixed tab notice in framework.php if no tab parameter is set in URL.
= 3.1.8.8 =
- Added: Typography improvements.
= 3.1.8.7 =
- Added: Hints! More info: https://github.com/ReduxFramework/ReduxFramework/wiki/Using-Hints-in-Fields
= 3.1.8.6 =
- Added: Complete Wordpress admin color styles. Blessed LESS/SCSS mixins. ;)
= 3.1.8.5 =
- Added: Font family not required for the typography module any longer.
= 3.1.8.4 =
- Added: Support for using the divide field in folding.
- Added: Error trapping in typography.js for those still attempting to use typography with no font-family.
= 3.1.8.3 =
- Added: Full asynchronous font loading.
- = 3.1.8.2 =
- Added: email_not_empty validation field.
- Reverted: email validation field only checks for valid email. not_empty check moved to new validation field.
= 3.1.8.1 =
- Fixed: Hide demo hook wasn't hiding demo links.
Admin styles and stability
- Fixed: Improper enqueue in tracking class.
- Fixed: Few classes missed for various fields.
- Fixed: Spacing field kicking back notices and warnings when 'output' wasn't set.
- Modified: Added file_exists check to all include lines in framework.php
- Fixed: Background field now works with dynamic preview as it should.
- Fixed: Extension fields now enqueueing properly.
- Added: Text-align to typography field.
- Fixed: Servers returning forwards slashes in TEMPLATEPATH, while Redux is installed embedded would not show options menu.
- Fixed: On and Off for switch field not displaying language translation.
- Fixed: email validation allowing a blank field.
- Fixed: Now allow for empty values as valid keys.
- Added: Dismiss option to admin notices (internal function)
Stability
= 3.1.6 =
- Fixed: CSS spacing issue
- Fixed: Customizer now works and doesn't break other customizer fields outside of Redux.
- Fixed: Several minor bug fixes
- Added: Metabox support via extension http://reduxframework.com/extensions/
- Added: Admin-bar menu
- Fixed: Section field now folds.
- Fixed: wp_content_dir path now handles double forward slashes.
- Fixed: Typography field missing italics in Google fonts.
- Fixed: Default color in border field not saving properly.
- Fixed: hex2rgba in class.redux_helpers.php changed to static.
- Fixed: 'sortable' field type not saving options as default.
- Fixed: Specified default color not set when clicking the color box default button.
- Fixed: Sorter field options are now saved as default in database.
- Fixed: Issues with checkboxes displaying default values instead of labels.
- Fixed: Outstanding render issues with spacing field.
- Fixed: Plugins using Redux from load failure.
- Fixed: 'not_empty' field validation.
- Fixed: Media field.
- Added: 'read-only' option for media text field.
- Added: 'mode' option to image_select, so CSS output element may be specified.
- Modified: Removed raw_align field and added align option to raw field. See wiki for more info.
- Modified: media field 'read-only' to 'readonly' to vonform to HTML standards.
- Removed: EDD extension. It never belonged in Core and will be re-released as a downloadable extension shortly
- Removed: Group field, temporarily.
- Removed: wp_get_current_user check. See https://github.com/ReduxFramework/ReduxFramework/wiki/How-to-fix-%22Fatal-error%3A-Call-to-undefined-function-wp_get_current_user%28%29-%22