Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@jdub233 jdub233 released this 21 Apr 22:19
· 79 commits to master since this release
befc212
  • Moves core methods to a Composer package that is then imported back into the plugin. This is to allow for other plugins to also import the core data and widget code.
  • Uses a new namespace for the core data methods.
  • Global stubs for the namespaced functions are still available for functions that are in use outside of the plugin. If a function doesn't appear to be in use outside of the plugin, the global function was removed.