Releases: pronamic/wp-pay-core
Releases · pronamic/wp-pay-core
2.2.4 🐾
- Updated
viison/address-splitter
library to version0.3.3
. - Move tools to site health debug information and status tests.
- Read plugin version from plugin file header.
- Catch money parser exception for test payments.
- Sepereated
Statuses
class inPaymentStatus
andSubscriptionStatus
class. - Require
edit_payments
capability for payments related meta boxes on dashboard page. - Set menu page capability to minimum required capability based on submenu pages.
- Only redirect to about page if not already viewed.
- Removed Google +1 button.
- Order payments by ascending date (fixes last payment as result in
Subscription::get_first_payment()
). - Added new WordPress Pay icon.
- Added start, end, expiry, next payment (delivery) date to payment/subscription JSON.
- Introduced a custom REST API route for payments and subscriptions.
- Fixed handling settings field
filter
array. - Catch and handle error when parsing input value to money object fails (i.e. empty string).
- Improved getting first subscription payment.
v2.2.2
- Handle gateway integration class name string for backwards compatibility.
2.1.6
- Updated Tippy.js to version 3.4.1.
- Introduced a
$payment->get_edit_payment_url()
function to easy retrieve the edit payment URL. - Introduced a
$payment->get_status_label()
function to retrieve easier a user friendly (translated) status label. - Renamed status check event to
pronamic_pay_payment_status_check
withoutseconds
argument and with different delays for recurring payments. - Added space between HTML attributes when converting from array.
- Allow transaction ID to be null.
- Retrieving payments will now check on payment post type.
- Introduced Country, HouseNumber and Region classes.
- Simplify payment redirect (Ogone DirectLink answer moved to gateway).
- Added
key
query argument to pay redirect URL. - Link recurring icon to subscription post edit.
- Add support for payment redirect with custom views.
- Register style
pronamic-pay-redirect
in plugin. - Removed ABN AMRO iDEAL Easy, iDEAL Only Kassa and Internetkassa gateways.
- Keep main admin menu item active when editing payments/subscriptions/gateways/forms.
- Added
pronamic_pay_gateways
filter. - Show Adyen and EMS gateway IDs in custom column.
- Fixed empty admin reports.