All notable changes to this project will be documented in this file.
- License from GPL to MIT
- Allows mkdir method to get empty parameter.
- WP_CONTENT_URL not returning proper protocol. Replaced with
content_url()
, thanks to @matt-bernhardt
- WP_CONTENT_URL not returning proper protocol. Replaced with
content_url()
, thanks to @matt-bernhardt
- WP Filesystem is not cached scroll all Filesystem instances for better performance.
- Path to URL rewrite on Windows machines. The WP_CONTENT_DIR is now normalized.
- mkdir support for recursive dir creation when using Direct method.
- Invalid method name causing warning.
Initial release