Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 00:57
5cfad9f
  • πŸ“¦ ADDED: Added Pimple container for dependency injection, and new /includes/Services.php to manage the dependencies/services.
  • πŸ“¦ ADDED: New /includes/functions.php for loading global (namespaced) functions.
  • πŸ“¦ ADDED: 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).
  • πŸ‘Œ CHANGED: 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.