All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
Nothing right now.
0.4.0 - 2016-07-27
- WordPoints not being uninstalled correctly. #14
- WordPoints always being network installed on multisite. #13
- WordPoints is now installed using
activate_plugin(), instead of calling the activation function manually. #15
- Support for network activating WordPoints without network activating the module. #11
- WordPoints is now automatically network activated if the
WORDPOINTS_NETWORK_ACTIVEenvironment variable is true. #11
0.3.0 - 2016-07-23
- Support for testing with WordPoints and the module network active. #9
$this->module_fileis now expected to be the basename path of the module, not the full path. #9- The module is now installed using
wordpoints_activate_module(), instead of calling the function manually. #9
0.2.4 - 2015-06-25
- Incompatibility with WordPoints 1.10. #8
0.2.3 - 2015-06-25
- Changelog.
- Exit code from used when bailing out from 0 to 1. #6
- Installation instructions using
git subtree.
- Incompatibility with WordPoints 2.0.0. #7