Skip to content

Releases: reduxframework/redux-framework

Subsections & Fixes

24 Apr 13:53
Compare
Choose a tag to compare

= 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 and args 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

19 Apr 13:55
Compare
Choose a tag to compare

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

18 Apr 18:11
Compare
Choose a tag to compare

= 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. ;)

19 Mar 19:36
Compare
Choose a tag to compare

= 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 =

= 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

20 Feb 07:33
Compare
Choose a tag to compare
  • 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

13 Feb 06:17
Compare
Choose a tag to compare

= 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

3.1.4

22 Dec 22:04
Compare
Choose a tag to compare
  • Fixed error in redux-framework.php.
  • Added select_image field.

Info field and various bugs.

22 Dec 01:23
Compare
Choose a tag to compare
  • Fixed a few undefined variables
  • Removed old code from the repo.
  • Fix for validation.
  • Remove the compiler hook by default.
  • Fix to sortable field.
  • Added an extra check for link color. Removes user error.
  • Localization updates.
  • Error in slides.
  • Fixed the info box bug with spacing and padding.
  • Fixed the first item in each section having WAY too much padding. ;)
  • Fixed section reset issue where values weren't being saved to the db properly.

3.1.2 - RGBA and TONS of Fixes.

13 Dec 17:33
Compare
Choose a tag to compare
  • Feature - Sortable select boxes!
  • Feature - Reset a section only or the whole panel!
  • New Field - RGBA Color Field!
  • Improvement - Use of REM throughout.
  • Fixed Typography - Fix output option and various small bugs.
  • Fixed Border - Fix output option and various small bugs.
  • Fixed Dimensions - Fix output option and various small bugs.
  • Fixed Image_select - Various small bugs.
  • Fixed Slides - Various small bugs.
  • Fixed Sortable - Using native jQuery UI library same as within WordPress.
  • Fixed Slider and Spinner Input Field - Values now move to the closest valid value in regards to the step, automatically.
  • Fixed Ace Editor
  • FEATURE - All CSS/JS files are compiled into a single file now! Speed improvements for the backend.
  • Fix in how WordPress data is received, improved some output.
  • Fix for various fields not triggering fold/compiler/save.
  • Fixed elusive icons to use the new version and classes.
  • Fixed media thumb to only be the thumbnail version.
  • Fixed admin https error with WordPress core not renaming URL.
  • Placeholders throughout the framework are now properly there.
  • Feature - Setting to not save defaults to database on load.
  • Fixed - Computability issue with GT3 builder.
  • Fixed localization issue with default values.
  • Language - Added Russian
  • Feature - Media now can have any content type passed in to limit content types.
  • Allow negative values in typography and other fields.
  • WordPress 3.8 computability.
  • CSS validation issue.
  • Feature - User contributed text direction feature.
  • EDD Extension now fully function for plugins or themes.
  • Removed get_theme_data() fallbacks, we're well pass WordPress 3.4 now. ;)
  • A ton of other small updates and improvements.

Tons of bug fixes and some new features.

20 Nov 07:20
Compare
Choose a tag to compare
  • Fix Issue 224 - Image Select width was breaking the panel.
  • Fix Issue 181 - Broken panel in firefox
  • Fix Issue 225 - 0px typography bug. Thanks @partnuz.
  • Fix Issue 228 - Resolved a duplicated enqueue on color_link field. Thanks @vertigo7x.
  • Fix Issue 231 - Field spacing bug fixes.
  • Fix Issue 232 & 233 - Dimensions: bug fix with units and multiple units. Thanks @kpodemski
  • Fix Issue 234 - Pass options as a ref so validating actions can modify/sanitize them. Thanks @ZeroBeeOne
  • Fix Issue 222 - Tab cookie function wasn't working.
  • Feature - Pass params to Select2. Thanks @andreilupu
  • Fix Issue 238 - Fix for conditional output. Thanks @partnuz.
  • Fix Issue 211 - Google Web font wasn't loading at first init of theme.
  • Fix Issue 210 - Elusive Icons update. Changed classes to force use of full elusive name.
  • Fix Issue 247 - Media thumbnails were not showing. Also fixed media to keep the largest file, but display the small version in the panel as a thumb. Thanks @kwayyinfotech.
  • Fix Issue 144 - JS error when no item found in slider.
  • Fix Issue 246 - Typography output errors.
  • Feature & Issue 259 - Multi-Text now support validation!
  • Fix Issue 248/261 - Links color issue. Also fixed color validation.
  • Feature & Issue 262 - Now registered sidebars can be used as a data type.
  • Fix Issue 194/276 - Custom taxonomy terms now passing properly. Thanks @kprovance.
  • Feature & Issue 273 - Argument save_defaults: Disable the auto-save of the default options to the database if not set.
  • Feature - Docs now being moved to the wiki for community participation.
  • Issue 283 - Date placeholder. Thanks @kprovance.
  • Issue 285 - HTTPS errors on admin. Known WordPress bug. Resolved.
  • Fix Issue 288 - Float values now possible for border, dimensions, and spacing.
  • Feature - Media field can now accept non-image files with a argument being set.
  • Fix Issue 252 - Post Type data wasn't working properly. Thanks @Abu-Taymiyyah.
  • Fix Issue 213 - Radio and Button Set wasn't folding.