Skip to content

v4.0.0

Compare
Choose a tag to compare
@alessandro-fazzi alessandro-fazzi released this 15 Mar 14:34
· 142 commits to master since this release

Full diff from previous release 3.0.1...4.0.0

What's new in the major version? 🆕

  • Moved from SASS to SCSS (breaking)
  • Updated Stylelint rules and config to lint SCSS (breaking)
  • Moved from CoffeeScript to ES2015 (breaking)
  • Updated all the node_modules dependencies

Warning ⚠️

This is a major update because it's considered a breaking one. Updating the plugin from 3.x to 4.0.0 should be safe, but you cannot upgrade an existing theme with new configurations. This is true mainly due to the new default supported syntaxes (SCSS and ES2015)

Fixed 🐛

  • Fixed 2 bugs and improved the helper to register ACF/Gutenberg custom blocks (create_acf_block)
  • Fixed a wrong path declared inside Wordless class
  • Fixed a bug in new_taxonomy with most recent WP versions

Other changes 📓

  • Updated the logic behind wp wordless theme upgrade: now it is no more intended to upgrade from non-webpack themes to a webpack one, but simply updating theme's build configurations to the new shipped ones
  • Heavily improved documentation, clened up the main README.
  • Documentation reflects all the introduced updates about languages/syntaxes