Skip to content

Instantly share code, notes, and snippets.

@dovy
Created April 18, 2014 15:31
Show Gist options
  • Save dovy/11050124 to your computer and use it in GitHub Desktop.
Save dovy/11050124 to your computer and use it in GitHub Desktop.

= 3.2.1 =

  • Fixed: Reset section, etc. Discovered an odd WordPress thing.
  • 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.
  • Fixed: WP 3.9 update made editor field button look ugly.
  • Fixed: Save hook not firing when save_default set to false.
  • Fixed: Reset section anomalies. Maybe.
  • Fixed: Array of values in required not recognized.
  • Fixed: Updated hint defaults to prevent index warning.
  • Fixed: Removed leftover debug code.
  • Added: New readonly argument for text field.
  • Fixed: Reset/Reset section actions hooks now fire properly.
  • Fixed: When developer uses section field but does not specify an indent argument.
  • Fixed: Dynamic URL for slides
  • Fixed: Accidently removed reset action on section reset. Restored.
  • Fixed: Section defaults bug for certain field types.
  • Fixed: Dynamic URL if site URL changed now updates media properly if attachement exists.
  • Fixed: Customizer now correctly does live preview.
  • Fixed: Special enqueue case fix.
  • Added: A few more hooks for defaults and options.
  • Fixed: Small undefined index error.
  • Added: Section key generation via title.
  • Modified: File intending.
  • Fixed: Custom menus not displaying options panel.
  • Fixed: Single checkbox option not retaining checked value.
  • Fixed: Border field returning bad CSS in CSS compiler.
  • Fixed: Import/Export fix. Thanks, @CGlingener!

= 3.2.0 =

  • 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.
  • Added: force_output on the field level to bypass the required check that removes the output if the field is hidden. Thanks @rffaguiar.
  • Fixed: Fully compatible with WordPress 3.9. Now it just works. ;)
  • Fixed: Info and divide field now work with required.
  • 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.
  • Fixed: Last tab not properly set. Slow rendering.
  • Modified: Replaced transients with cookies. Less DB queries.
  • Fixed: Undefined variable issues for new required methods.
  • Fixed: Default_show display error with a non-array being steralized.
  • Added: Multiple required parent value checking! Booya!
  • Fixed: Sections now fold with required.
  • Fixed: select2 not rendering properly when dev_mode = false, because of ace_editor fix.
  • Fixed: Removed mistakenly compiled test code from redux.js.
  • Fixed: ace_editor not rendering properly in certain instances.
  • Modified: Small change to import_export field in checking for existing instance of itself.
  • Fixed: import_export not rendering when the menutype argument was set to menu
  • Fixed: Ace_editor not enqueued unless used. MEMORY HOG.
  • Fixed: Color_Gradient transparency to was being auto-selected if from way transparent.
  • Fixed: Enqueue select with slider for local dev.
  • 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.
  • Fixed: Massive speed issue with button_set. Resolved.
  • Fixed: Issue where default values throws an error if ID is not set.
  • Fixed: Continuing effort to ensure proper loading of config from child themes.
  • Fixed: Import/Export array search bug if section['fields'] is not defined.
  • Fixed: Inconsistencies in import/export across different versions of PHP.
  • Fixed: Redux checks for child or parent theme exclusively before loading.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment