Skip to content

Releases: newfold-labs/wp-module-patterns

Version 2.6.0

18 Oct 16:35
df06479
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.6.0

Version 2.5.0

26 Sep 18:04
d5e37c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.5.0

Version 2.4.1

04 Sep 13:50
2d8bb11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

Version 2.4.0

30 Aug 12:44
dabe7f8
Compare
Choose a tag to compare

What's Changed

  • PRESS0-1928 Fix Favorites not loading for Templates by @zlateska in #98
  • PRESS0-1890 Add sync cache purge option by @zlateska in #97
  • PRESS0-1891 suppress block editor warnings from live preview render by @zlateska in #96
  • Remove the duplicate in About view by @0aveRyan in #99
  • Update README.md by @0aveRyan in #106
  • Fix sticky position background color issue by @zlateska in #100
  • Remove unused PostFiltersHandler class by @0aveRyan in #105
  • PRESS0-1926 Migrate Wonder Blocks Theme Section to Section Styles by @zlateska in #107
  • Add ability to preselect resource category on page load via query param by @0aveRyan in #108
  • Relocate utilities scripts and styles for reducing distribution payload by @0aveRyan in #104
  • Fix minification using postcss detection of env by @0aveRyan in #103
  • Safely handle undefined isEditingTemplate in post editor by @zlateska in #109
  • Release v2.4.0 by @zlateska in #110

New Contributors

Full Changelog: 2.3.1...2.4.0

Version 2.3.1

01 Aug 05:22
Compare
Choose a tag to compare
  • Fix failing cypress tests.

Full Changelog: 2.3.0...2.3.1

Version 2.3.0

31 Jul 20:51
53805e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.3.0

Version 2.2.1

31 Jul 10:28
1b19a02
Compare
Choose a tag to compare

What's Changed

  • Add validation to ensure label key is present before sending event to Hiive.
  • Add console.error to help the developers to trace the error.

Version 2.2.0

24 Jul 11:16
dd99ac0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

Version 2.1.0

26 Jun 15:46
383fcca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

Version 2.0.0

29 May 16:16
Compare
Choose a tag to compare

What's Changed

Breaking Change

This release introduces the features module for loading the module. It no longer loads via the module loader. Plugins need to require the features module and instantiate the Features singleton in order for this version to load. Features::getInstance();

Full Changelog: 1.0.0...2.0.0