Skip to content

4.19.0

Compare
Choose a tag to compare
@remcotolsma remcotolsma released this 07 Jun 12:04
· 39 commits to main since this release

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 from 10 to 100. 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.