Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.77 KB

File metadata and controls

55 lines (38 loc) · 1.77 KB

Change Log

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

Fixed

  • WordPoints not being uninstalled correctly. #14
  • WordPoints always being network installed on multisite. #13

Changed

  • WordPoints is now installed using activate_plugin(), instead of calling the activation function manually. #15

Added

  • Support for network activating WordPoints without network activating the module. #11
  • WordPoints is now automatically network activated if the WORDPOINTS_NETWORK_ACTIVE environment variable is true. #11

0.3.0 - 2016-07-23

Added

  • Support for testing with WordPoints and the module network active. #9

Changed

  • $this->module_file is 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

Fixed

  • Incompatibility with WordPoints 1.10. #8

0.2.3 - 2015-06-25

Added

  • Changelog.

Changed

  • Exit code from used when bailing out from 0 to 1. #6

Removed

  • Installation instructions using git subtree.

Fixed

  • Incompatibility with WordPoints 2.0.0. #7