Releases: pronamic/wp-pay-core
Releases · pronamic/wp-pay-core
4.23.0
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
.
4.18.0
Commits
- Updated composer.json (d5203c2)
- Register payment method MyBank. (fe2cd13)
- Added MyBank. (1790d28)
- Updated PaymentMethods.php (cfb370b)
Composer
- Changed
woocommerce/action-scheduler
from^3.6
to3.8.0
.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.8.0
4.17.0
4.16.0
Changelog
Changed
- Improved home URL check. 52e5d37
- Improved error messages in home URL change detector. #175 b1c50c2
- Marked
name
property inPaymentMethod
as public. e45f5c7 - Improved view of redirection and subscription pages on mobile. #169
Added
- Added support for
descriptions
inPaymentMethod
class. - Added support for
images
inPaymentMethod
class. - Register new more general card payment method. 3b28a44 5e684b6 1c142b6
Full set of changes: 4.15.1...4.16.0