Skip to content

Various fixes. :)

Choose a tag to compare

@dovy dovy released this 21 Apr 05:27
· 1256 commits to master since this release

3.6.0.1

  • Fixed Outdated redux.min.js on wp.org causing option panel failure.
  • Fixed: #2936 - Border field outputting px with blank value.
  • Fixed: Resolved Theme-Check php shortcode false notice.
  • Modified: No more major redirect for the Redux page, only on first install with the plugin.

3.6.0

  • Fixed: Fixed Customizer path issues
  • Added: Added new default arguments filter by opt_name and type. :)
  • Notice: WP.org release

3.5.9.8

  • Fixed: #2903 - False positive flag in border field JS. Avast doesn't like empty document ready statements.

3.5.9.7

  • Fixed: #2880 - More issues with the extensions_url routine.

3.5.9.6

  • Fixed: #2876 - Fixing more unvetted user contributions.

3.5.9.5

  • Modified: #2855 - Extensions now have a helper class to help composer-based installs. Thanks @2ndkauboy!

3.5.9.4

  • Fixed: #2857 - Required 'contains' not properly evaluating with checkboxes.

3.5.9.3

  • Fixed: #2831 - Localization was complete broken.
  • Fixed: #2832 - CSS conflicts with Rev Slider (Hey, Rev Slider guys, you don't have to load your CSS on every admin page. Really?)

3.5.9.2

  • Fixed: Leftover debug echo line in basic customizer extension.

3.5.9.1

  • Added: EXPERIMENTAL: New parsing code in an effort to break the 1000 max_input_var issue that crops up from time to time. Thanks, @harunbasic
  • Added: EXPERIMENTAL: "Bugfix" for extension_url in an effort to make it correct. Thanks, @ottok