Skip to content

3.0.0 Beta 1

Pre-release
Pre-release

Choose a tag to compare

@roborourke roborourke released this 01 Apr 13:47
· 143 commits to master since this release
a840701

This update contains breaking changes:

The plugin now uses namespaces rather than prefixed class or function names. Any references in custom code to classes or functions in this plugin will need to be updated.

For example to get the plugin class instance change S3_Uploads::get_instance() to S3_Uploads\Plugin::get_instance().