Releases: onlinecity/wp-gatewayapi
Releases · onlinecity/wp-gatewayapi
1.8.0
Notifications module and improved programmers API
- New: Notification module: Receive SMS-notifications when various actions occur in WordPress
- BETA: Please get in touch if you have ideas/suggestions for improving this feature.
- New: Default country code field setting (previously all country selectors defaulted to +45/Denmark).
- New: Programmer actions
gwapi_form_subscribe
andgwapi_form_unsubscribe
added. The first is triggered when new recipients complete signup via
our shortcode-forms and the latter on unsubscription via the shortcode-forms. - Optimization: Removed various unneeded dependencies.
- Danish translation updated, including the notification-module.
- Readme updated to inform about notification-module and other text improvements.
Now possible to select message encoding + better preflight
- Nice UI for picking UI.
- Warnings when wrong encoding is used.
- Rewritten character counting algorithm, based on UCS2-implementation from Punycode.JS (includes 1.4.2).
- Fully documented UI.
- Underlying gwapi_send_sms now supports new argument for picking encoding. Optional and fully backwards compatible.
- Better preflight, ensuring that SMS'es gets sent, even when the server cannot connect to itself.
1.5.2
1.5.1
- Updated Danish translations (primarily the two-factor settings and frontend).
- Fix: Our shortcode had unintentionally been renamed. We now support both
[gwapi]
and[gatewayapi]
. - Fix: Two-factor-module caused fatal error on PHP 5. Also fixed general notices in two-factor module.
- Fix: Two-factor module caused fatal error when creating new WordPress-users.