Releases: xewl/wp-amelia-scheduled-notifications
Releases · xewl/wp-amelia-scheduled-notifications
0.0.3 - Fix URL
Previous 2 versions called the wrong URL due to encoding of / to %2F, resulting in a 404.
Now using add_query_arg instead of http_build_query.
Full Changelog: 0.0.2...0.0.3
0.0.2 - Deactivation & Unscheduling
- separated unscheduling to its own function
- fixed deactivation: unscheduling was not called properly
Full Changelog: 0.0.1...0.0.2