Skip to content

v1.6.0

Compare
Choose a tag to compare
@gfazioli gfazioli released this 26 Sep 11:18
· 32 commits to master since this release

✨ Added

💎 Changed and Improved

🐛 Fixed

  • Fixed an issue where admin scripts and styles were always being loaded in the View Class, even on the theme side.
  • Fixed Compatibility with macOS .DS_Store files (#47)

💥 Breaking Changes

  • Deprecated withAdminScripts() and withAdminStyles() fluent methods in the View Class - use withAdminScript() and withAdminStyle() instead.
  • Deprecated withLocalizeScripts() fluent methods in the View Class - use withLocalizeScript() instead.
  • Deprecated withAdminAppsScripts() fluent methods in the View Class - use withAdminAppsScript() instead.
  • Deprecated getBasePath()and getBaseUri() methods in the Plugin Class - use basePath and baseUri properties instead.
  • In the WPBones demo plugin and WPBones Boilerplate plugin we have renamed the localization folder to languages.

🤝 Suggestions

  • To use the new npm scripts for the localization, you need to install WP-CLI.

🧑‍💻👩‍💻 New Contributors