Skip to content

Releases: cearls/timberland

v2.1.0

02 Aug 21:54
Compare
Choose a tag to compare
  • Adds Window support, thanks @zync09 and @chiisai-kaeru 🎉
  • Fixes WordPress 6.6 global styles link styling bug

v2.0.1

16 Apr 15:04
Compare
Choose a tag to compare

This release updates Timber to version 2.1.0 to address a security vulnerability.

v2.0.0

26 Mar 21:12
Compare
Choose a tag to compare

This is a big release for Timberland 🎉. It's now using Vite for frontend tooling and has been upgraded to Timber version 2. See the README for updates on how to use this latest version of the theme.

v1.2.0

06 Jun 22:31
Compare
Choose a tag to compare
  • ACF Blocks are now registered by using the standard native WordPress function, register_block_type() which loads a block.json file containing all your configuration. A block.json file is required for all blocks now.
  • A patterns directory was added to store block patterns. Block Patterns are a collection of predefined blocks that you can insert into pages and posts and then customize with your own content.
  • Registering custom post types and custom taxonomies in functions.php has been removed in favor of ACF's new post type and taxonomy registration feature. This configuration will be stored as JSON files within the theme using ACF's local JSON feature.

v1.1.1

28 Oct 21:41
99feba6
Compare
Choose a tag to compare

This release fixes a bug with the mix manifest path on Windows. Closes #20

v1.1.0

24 Aug 19:05
Compare
Choose a tag to compare

This release includes dependency updates, a small tweak to the editor CSS and some additional production information in the README.

v1.0.0

14 Feb 20:17
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v1.0.0