Skip to content

Releases: pixelgrade/customify

v2.10.8

Choose a tag to compare

@georgeolaru georgeolaru released this 17 May 16:43

Compatibility

  • Tested with WordPress 7.0 RC in the local Studio site.
  • Fixed activation when Style Manager's deprecated Customify compatibility layer is already loaded.
  • Updated plugin metadata to Tested up to: 7.0 and Stable tag: 2.10.8.

Package checks

  • Plugin Check update mode: 0 errors; remaining warnings are legacy naming-prefix warnings.
  • Cleaned release package exclusions for local/dev/test files.

v2.10.7

Choose a tag to compare

@georgeolaru georgeolaru released this 24 Feb 12:27

Changes

  • Fixed early translation loading notice on WordPress 6.7+ by deferring plugin config initialization (fixes #251)
  • Fixed Customizer menu items reordering and nesting by removing conflicting CSS overrides (fixes #242)
  • Fixed version string mismatch in PixCustomifyPlugin::instance() call

v2.10.6

Choose a tag to compare

@georgeolaru georgeolaru released this 24 Feb 09:07

What's Changed

  • Fix inline font script breaking AJAX-based theme navigation (compatibility with Barba.js themes on modern WordPress)

Install

Download Customify-2-10-6.zip and install via Plugins → Add New → Upload Plugin in wp-admin.

v2.10.3

Choose a tag to compare

@vladolaru vladolaru released this 27 Nov 13:24
  • Avoid invisible text failure in the Customizer Preview when all webfonts fail to load.
  • Better missing font-variants handling.
  • Update the Google Webfonts list.

v2.10.2

Choose a tag to compare

@vladolaru vladolaru released this 24 Nov 15:11
  • Improve Font Palettes behavior for a fresh installation (no Font Palette selected).

v2.10.1

Choose a tag to compare

@razwan razwan released this 17 Nov 15:01
  • Fix live preview for the advanced Dark Mode control introduced in 2.10.0

v2.10.0

Choose a tag to compare

@vladolaru vladolaru released this 04 Nov 14:51

Added a new advanced dark mode control to be available upon theme support.

v2.9.1

Choose a tag to compare

@vladolaru vladolaru released this 02 Jul 08:26
  • Fixes errors with Google Fonts in some instances.

v2.9.0

Choose a tag to compare

@vladolaru vladolaru released this 17 Jun 13:12
  • Feature: Introduces the ability to easily search through all Customizer settings, menus, and widgets
  • Feature: Introduces the ability to migrate parent theme customization options when switching to a child theme; this way you don't lose your existing customizations
  • Improvement: Switches to using modern browser capabilities for fonts loading on the frontend of your site; this should lead to better web performance and user experience, and save CO2
  • Improvement: Use the swap font-display technique for better performance and PageSpeed score
  • Updates the Google Fonts list
  • Switches to using the Google Fonts CSS API V2 instead of the previous V1
  • Removes the font subsets control since it is no longer needed; the needed (and available) subsets will be loaded automatically by the browser

v2.8.0

Choose a tag to compare

@vladolaru vladolaru released this 21 May 13:55
  • Improvement: Better font palettes logic for even more accurate site typography
  • Improvement: All fonts now have fallback font stacks added for the font family CSS property
  • Improvement: Made it much easier to use system fonts instead or beside web fonts
  • Improvement: Allow font palettes to provide font stacks instead of a single font family
  • Fix inconsistencies between fonts behavior in the Customizer preview and site frontend
  • Properly sanitize font family names before using them in CSS
  • Convert inconsistent font variants to standard values (regular, normal, bold)
  • Handle both numerical and string font variant values
  • Fix missing fonts loaded class and JavaScript event when no web fonts used
  • Fix backward compatibility with WordPress 4.9.14