Skip to content

1.1.0

Compare
Choose a tag to compare
@aubreypwd aubreypwd released this 21 Dec 20:08
· 33 commits to master since this release
e058da5
  • You can have the project throw an Exception if there is an activation problem
    • Use filter wds_required_plugin_stop_if_not_found set to true to throw
    • Just add add_filter( 'wds_required_plugin_stop_if_not_found', '__return_true' );
    • Note, this will be default behavior in a future release
  • Installable via composer now