Skip to content

Releases: onlinecity/wp-gatewayapi

1.8.0

11 Nov 10:57
Compare
Choose a tag to compare
  • Support for using our GatewayAPI.eu-setup!
  • Bugfix: 2FA login security could fail on PHP 7.4+.

Notifications module and improved programmers API

16 Jun 07:56
Compare
Choose a tag to compare
  • 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 and gwapi_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

07 Mar 12:44
Compare
Choose a tag to compare
  • 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

13 Jan 13:50
Compare
Choose a tag to compare
  • Compable with WordPress 5.0.3.
  • Fix: Excel-export of recipients did not work unless "SMS Inbox" was enabled.
  • Fix: Notices in Excel-export.

1.5.1

16 Aug 12:19
Compare
Choose a tag to compare
  • 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.