Releases: pronamic/wp-pay-core
Releases · pronamic/wp-pay-core
4.24.0
4.23.0
Commits
- Updated composer.json (219a74f)
- Added Klarna payment method for pronamic/wp-pronamic-pay-mollie#57. (962ad77)
4.22.1
4.22.0
4.21.1
4.21.0
Commits
- Accept integer source IDs when getting payments/subscriptions. (268e7c6)
- Use included images instead of https://cdn.wp-pay.org/. (5d9bed0)
Full set of changes: 4.20.0...4.21.0
4.20.0
Removed
- Removed the
images/dist/wp-pay.ico
file, no longer allowed in the WordPress.org plugin directory. - Removed the
images/dist/app.icns
file, no longer allowed in the WordPress.org plugin directory. - Removed the
images/dist/wp-pay.icns
file, no longer allowed in the WordPress.org plugin directory. - Removed the
images/dist/app.ico
file, no longer allowed in the WordPress.org plugin directory. - Removed the admin reports feature, has been moved to its own repository in https://github.com/pronamic/pronamic-pay-admin-reports.
Changed
- Use the
wp_add_inline_script( … )
function for some inline<script>
elements in the WordPress admin interface. - Moved some CSS definition in inline
<style>
elements to CSS files.
Full set of changes: 4.19.0...4.20.0
4.19.0
Fixed
- The end date of subscriptions that end after a certain period was not set correctly once the payment date was aligned, this has been corrected.
Changed
- Aligning the payment date of a subscription will now always result in an additional alignment phase/period.
- The priority of the actions for handling returning visitors from payment providers and the associated redirects on the
wp_loaded
action has been increased from10
to100
. This resolves a conflict with the [WPNotif](https://wpnotif.unitedover.com /) plugin. - Renamed "Mandate Selection URL" to "Change payment method URL".
Commits
- Use new image service class from https://github.com/pronamic/wp-pay-logos library. (871b300)
- composer require pronamic/wp-pay-logos (06459f4)
- Merge pull request #183 from pronamic/182-subscription-phase-alignment-issue-for-subscriptions-with-end-date (dc45e1a)
- No longer use
$phase->set_total_periods()
for test payment subscription. (7d647a6) - No longer use total periods in subscription alignment. (799d690)
- Allow partial periods in subscription phase period creation. (28d7ed5)
- Merge pull request #181 from knit-pay/redirection-priority-fix (b0a6a19)
- Change "Mandate Selection URL" to "Change payment method URL". (72aa7f6)
Composer
- Added
pronamic/wp-pay-logos
^2.2
.