Skip to content

3.3.9.4

Compare
Choose a tag to compare
@dovy dovy released this 26 Oct 14:04
· 1960 commits to master since this release

3.3.9.4

  • Added: Customizer now supports PANEL! Yay 4.0.

3.3.9.3

  • Fixed: #1789 - Customizer now properly working again with WP 4.0. Odd bug.
  • Modified: README.md updates as per @cmwwebfx suggestions.

3.3.9.2

  • Fixed: #1782 - Fixed some extra themecheck and customizer issues.

3.3.9.1

  • Fixed: #1782 - Media field not showing files after upload? Hopefully this fixes it.

3.3.9

  • Fixed: #1775 - Call to undefined function is_customize_preview() in pre WP 4.0.
  • Fixed: Issue where in some cases tracking still occuring after opt-out.
  • Modified: Documentation URL.

3.3.8.8

  • Fixed: #1742 - Sidebar subsections don't always expand.

3.3.8.7

  • Fixed: #1758 - Thanks @echo1consulting!
  • Added: 'hidden' to menu_type argument to allow for hidden menus until available.

3.3.8.6

  • Fixed: #1749 - Remove font-wight and font-style from css output when not in use.

3.3.8.5

  • Modified: Added the "redux/options/{$this->args['opt_name']}/compiler/advanced" hook for more advanced compiling.
  • Added: Suggestions as per #1709. Thanks @echo1consulting.

3.3.8.4

  • Modified: Removed a cURL instance from the core and fixed the developer ad resizing.
  • Fixed: PHP 5.2 issues. sigh

3.3.8.3

  • Added: #1593 - Great pull request by @JonasDoebertin. Now you can enqueue dynamic output to the login screen or admin backend.

3.3.8.2

  • Fixed: Customizer wasn't saving at all! That's been like 4 months. No one's reported it. Hmm.
  • Fixed: #1702 - Customizer only fields were being erased on panel save.

3.3.8.1

  • Fixed: Various Theme-Check errors with languages.
  • Added: Theme-Check class to help devs know what is what.
  • Fixed: The way we include files from include_once to require_once everywhere.
  • Modified: Language files to reflect new strings.
  • Modified: Formatted a bunch of old class files.
  • Added: Notice on the updates for non-devs to use the new dev_mode disabler plugin and notify their developer. ;)