Skip to content

Releases: pronamic/wp-pay-core

4.22.1

27 Sep 13:33
1fb63b5
Compare
Choose a tag to compare

Fixed

  • Fix active subscription put 'On Hold' by expired first payment. (#194)
  • Only show admin tour within first day after plugin installation. (#186)

Full set of changes: 4.22.0...4.22.1

4.22.0

09 Sep 14:27
6ed60c3
Compare
Choose a tag to compare

Removed

  • Removed VAT number validation from core. (#189)

Changed

  • Update subscription action links UI (#180)
  • Always show 'Disable Recurring Payments' setting. (#165)

Full set of changes: 4.21.1...4.22.0

4.21.1

01 Aug 12:19
6487659
Compare
Choose a tag to compare

Fixed

  • Fixed calculated number of periods created falling outside optional phase end date. (0364e4f)

Full set of changes: 4.21.0...4.21.1

4.21.0

24 Jul 14:09
f530173
Compare
Choose a tag to compare

Commits

Full set of changes: 4.20.0...4.21.0

4.20.0

19 Jun 12:43
Compare
Choose a tag to compare

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

07 Jun 12:04
Compare
Choose a tag to compare

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.

4.18.0

27 May 12:02
Compare
Choose a tag to compare

Commits

Composer

4.17.0

15 May 08:03
Compare
Choose a tag to compare

Commits

  • Updated hooks.md (c91f15f)
  • Updated to logos library v2, remove all PNG's, SVG only now. (1cf0dee)
  • Alway install not only in administrative interface pages. (a4ec06e)

Composer

  • Added automattic/jetpack-autoloader ^3.0.

4.16.0

26 Mar 10:26
Compare
Choose a tag to compare

Changelog

Changed

  • Improved home URL check. 52e5d37
  • Improved error messages in home URL change detector. #175 b1c50c2
  • Marked name property in PaymentMethod as public. e45f5c7
  • Improved view of redirection and subscription pages on mobile. #169

Added

  • Added support for descriptions in PaymentMethod class.
  • Added support for images in PaymentMethod class.
  • Register new more general card payment method. 3b28a44 5e684b6 1c142b6

Full set of changes: 4.15.1...4.16.0

4.15.1

13 Feb 08:29
Compare
Choose a tag to compare

Changed

  • Variables and options must be escaped when echo'd. #172