Skip to content

3.6.4

Compare
Choose a tag to compare
@dovy dovy released this 24 Mar 15:49
· 1118 commits to master since this release

3.6.3.5

  • Modified: Changed gitignore file to exclude sublime text files.
  • Fixed: #2966 - Translation bug. Identified and fixed by @iiandrade. Thanks!
  • Modified: Generated all CSS map files to get rid of Chrome warnings.
  • Added: Required for the Advanced Customizer thanks to @Britner!
  • Modified: Various customizer fixes and changes to match new styles.
  • Modified: Customizer only code in Redux.js, moved to the customizer.js file.
  • Modified: Isolated Redux CSS to be nested and not affect other products or WP UI.
  • Added: #3222 - HUGE update by @Enchiridion to allow for advanced and complicated permissions. WTG!
  • Added: New hooks for how Extension APIs are called. Much cleaner.

3.6.3.4

  • Fixed: #3214 - Typography color field not triggering compiler hook.

3.6.3.3

  • Fixed: #3201 - Index error when using compiler argument with spinner field.

3.6.3.2

  • Updated: #3189 - PHP7 compatibility for preg_replace validation.

3.6.3.1

  • Fixed: #3186 - Multi text field not removing single field when clicking "Remove".
  • Fixed: #3180, #2641 - Button set multi mode saving incorrectly. Please check your code for a possible backward compatibility issue when using this mode. The foreach() function with an empty() check must now be used, versus individual array keys as only selected options are saved to the database.