Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

👌 Changed

  • The changelog "unreleased" now follows the same format as the "releases" and the Keep a Changelog format.

v1.0.2 - 2021-10-21

📦 Added

  • Added Pimple container for dependency injection, and new /includes/Services.php to manage the dependencies/services.
  • New /includes/functions.php for loading global (namespaced) functions.
  • Checks to make sure the Composer dependencies loaded before initializing the plugin.

👌 Changed

  • Removed /includes/PluginInfo.php and static methods in favor of using $this->plugin methods (via plugin awareness).
  • Moved wp_localize_script() call in the Admin::load_assets method to inside check a for the /assets/admin.js file.

🐛 Fixed

  • The gulp watch command now watches root PHP files.

v1.0.1 - 2021-10-07

🐛 Fixed

  • Release workflow now properly builds and includes assets.

v1.0.0 - 2021-10-01