Skip to content

Releases: themeblvd/my-plugin-manager

v1.1.0

25 Jul 19:58
Compare
Choose a tag to compare
  • Improved project build system, with better instructions to help your generate your own integration with a cloned copy of the repo.
  • Project JavaScript re-written and now compiled with Webpack and Babel.
  • In the PHP, we're no longer hooking Ajax to generic wp_ajax_plugin_manager_* because the new build system allows this to dynamically match what's given in the config.

v1.0.2

22 Jan 22:11
Compare
Choose a tag to compare
  • Fixed: Check that SCRIPT_DEBUG is defined before checking if its enabled.
  • Fixed: Odd JavaScript behavior on some admin pages when plugin notice is present.

v1.0.1

25 Sep 20:42
Compare
Choose a tag to compare
  • Fixed: File includes in distribution example not getting generated properly from gulp task.

v1.0.0

19 Sep 20:51
Compare
Choose a tag to compare
  • This is the first release.