Skip to content

V1.4 Release

What's new?

  • Billing agreements – added billing agreements, allowing customers to save and auto-charge payment methods. (Stripe and PayPal supported)
  • Invoice immutability – invoice user details are now immutable after being issued.
  • Proforma invoices – added support for making invoices as proforma invoices.
  • Notifications center – added notifications center to allow in-app notifications and notification preferences.
  • WHMCS Importer – added basic importing from WHMCS installations.
  • New homepage and footer design – revamped the homepage and footer for a more modern look.
  • Added invoice paid and invoice payment failed notification templates.

And many many more small tweaks and improvements. Read the full changelog here.

Billing agreements

With billing agreements you can allow customers to save and auto-charge payment methods. This is especially useful for subscription-based services or recurring payments.

image

Notifications center

The new notifications center allows you to send in-app notifications to users. Users can also set their notification preferences to choose how they want to receive notifications.

image

Upgrading

To upgrade to this release, you can follow the instructions in the upgrade guide.

Developer notices

Paymenter now has events available for cart items being added, removed, or updated. You can listen to these events to perform actions when cart items change.

See the developer documentation for more information on how to use these events.

enabled and disabled functions now ALWAYS receive the extension instance as the first parameter. If you were previously using these functions without parameters, please update your code accordingly.

Released under the MIT License.