Skip to content

Releases: tschallacka/wordpress-composer-plugin-builder

Wordpress plugin builder

11 Apr 20:23
Compare
Choose a tag to compare

This should, in theory move everything into it's own namespace within the plugin project.

Classes that are created in the root namespace will be moved and renamed when used in other files. A prime example will be the composer autoloader.

The plugin will try to replace all calls to these main classes will full namespaced calls.
Be wise and start your project already in your own namespace to prevent any issues that might occur by this.