Inloggen
Aan de slag

Recurring Payments Changelog

Versie 2.8.4 — 20 februari 2019
  • Fix: De dashboard-widget en het stats API-eindpunt namen de verlengingsbetalingen niet mee.
Versie 2.8.3 — 19 februari 2019
  • Fix: De front-end JavaScript voor recurring wordt nu altijd geregistreerd, in plaats van alleen wanneer deze moet worden ingeschakeld.
  • Fix: Een probleem gecorrigeerd waardoor "Aantal gefactureerd" altijd "1" was.
  • Fix: De prestaties van de abonnementslijsttabel verbeterd door de kolom "Aantal gefactureerd" te verwijderen.
  • Fix: De functie edd_get_total_earnings() nam de verlengingen van Recurring Payments niet mee in de geretourneerde waarde.
  • Dev: Wanneer Recurring Payments objecten in Stripe aanmaakt, wordt metadata toegevoegd aan het object binnen Stripe, om de debugging te verbeteren.
Versie 2.8.1 — 23 december 2018
  • Fix: Een PHP-melding verscheen tijdens de upgrade van de abonnements-tabel op sites die PHP 7.2 draaien.
Versie 2.8 — 20 december 2018
  • Nieuw: Belastingbedragen worden nu weergegeven op de abonnementsdetails-pagina.
  • Fix: Begonnen met het gebruiken van EDD_Payments_Query om het totale aantal betalingen van een abonnement te berekenen.
  • Fix: Belastingdetails worden nu opgeslagen in de abonnements-tabel voor initiële belasting en terugkerende belasting.
  • Fix: Belastingdetails worden niet langer naar de gateway gestuurd, waardoor verschillende wiskundige resultaten voor afronding worden voorkomen. Belastingrapporten moeten nu worden opgehaald uit EDD en niet uit de gateway.
  • Fix: Content Restriction Integratie: Recurring Payments voorkwam toegang voor niet-terugkerende aankopen.
  • Fix: Content Restriction Integratie: Gebruik nieuwe/juiste hook voor metabox-checkbox.
  • Fix: Het opnieuw activeren van een abonnement via de shortcode activeerde het abonnement niet opnieuw bij Stripe.
  • Fix: Elke gratis proefperiode in de winkelwagen zou een gratis proefperiode toepassen op alle producten in de winkelwagen, zelfs als ze niet waren ingeschakeld voor gratis proefperiodes. Nu kunnen gratis proefperiodes niet worden gekocht naast producten zonder gratis proefperiode.
  • Fix: Paypal Pro/Express IPN-valutacontrole werd gedaan tegen de winkelvaluta, maar had moeten worden gedaan tegen de initiële betalingsvaluta.
  • Fix: Het totale aantal van de paginering op abonnementszoekresultaten was onjuist.
  • Fix: Paypal eCheck werd niet correct afgehandeld voor abonnementen.
  • Fix: Als een Stripe-abonnement mislukte, annuleerde het annuleren van het abonnement via EDD niet bij Stripe.
  • Fix: Verlenerinnerings-e-mails werden niet altijd verzonden.
Versie 2.7.28 — 12 juli 2018
  • Fix: Paypal IPN-datum kon een andere tijdzone zijn dan Recurring verwachtte.
  • Fix: De {expiration} e-mailtag werd niet bijgewerkt voordat de verlengingsmelding werd verzonden.
  • Fix: Gratis proefperiodes met variabele prijzen zouden de initiële winkelwagenwaarde niet verminderen bij sommige PHP-versies.
  • Fix: Sommige vertalingen werden niet correct gedaan bij het afrekenen voor de factureringsfrequentie.
Version 2.7.27 — June 18, 2018
  • Fix:  Payments for overdue balances not recorded in EDD after being processed in PayPal Express and PayPal Pro
  • Fix: Unable to manually change subscription status from Cancelled to Active
  • Fix: Incorrect renewal date assigned to subscriptions when upgrading license keys
  • Tweak: Added debug logging to PayPal Pro / Express IPN processing
Version 2.7.26 — May 30, 2018
  • Fix: Subscriptions set to Cancelled incorrectly for Stripe when they should be set to Completed.
Version 2.7.25 — May 10, 2018
  • Enhancement: Added support for Stripe Connect when used with the Stripe payment gateway add-on.
  • Enhancement: When viewing a customer’s subscriptions, the currency shown will match that of the parent subscription.
Version 2.7.24 — May 6, 2018
  • Fix: Subscriptions not cancelled at merchant processor when calling $subscription->cancel()
  • Fix: Subscription not cancelled when changing status from Active to Cancelled in the details screen
  • Fix: “This subscription cannot be cancelled” error message shown when double-clicking cancel link
  • Fix: PHP undefined notices when profile ID is not set in PayPal Express
  • Fix: PayPal Express / Pro: recurring_payment IPN does not check that payment was successful
  • Fix: Subscriptions with free trials set  incorrect license expiration when renewal is processed
Version 2.7.23 — April 2, 2018
  • Fix: Corrected an issue where One-Time Discounts and prices inclusive of tax could cause differences in the amount charged by the gateway.
Version 2.7.22 — March 27, 2018
  • Fix: Removed dashicons from being enqueued on the front end.
  • Fix: Gateway webhooks and IPNs now only renew the subscription if a renewal payment is generated.
  • Fix: Subscription renewal payments were not adding the payment mode, which prevented the ‘Refund in Gateway’ checkbox from appearing.
  • Fix: Subscription and License renewal now is aware of the renewal payment ID, allowing proper data associations.
  • New: Added filters to renewal reminder and renewal processed emails.
  • Tweak: Removed direct calls to get_post_meta in favor of using EDD_SL_License object properties.
  • Tweak: Renewal payments were not triggering the after payment actions.
  • Tweak: 2Checkout – Added debug logging to INS processor when EDD’s debugging is enabled.
Version 2.7.21 — March 7, 2018
  • Fix: Stripe initial and recurring amounts were incorrect if Software Licensing and Taxes were enabled.
Version 2.7.20 — March 6, 2018
  • Fix: Added backwards compatibility check for plans created on old API when doing backfills.
Version 2.7.19 — March 1, 2018
  • New: Subscription amount is now updated automatically in EDD if it changes in Stripe
  • Fix: New plans cannot be created on latest version of Stripe API
  • Fix: Incorrect expiration date when upgrading licenses with different durations
Version 2.7.18 — January 28, 2018
  • Fix: Adding a renewal payment to a subscription via the admin produced ‘non-numeric value’ PHP errors.
  • Fix: Renewal payments were not included in the Earning Report.
  • New: You can now define a specific Stripe API version to use for Recurring Stripe payments with the ‘EDD_STRIPE_API_VER’ constant.
Version 2.8.2 — January 3, 2018
  • Fix: When prices were set to be inclusive of tax, renewals were recorded with tax being exclusive.
Version 2.7.16 — December 26, 2017
  • Fix: Payments marked as failed in some cases due to invalid amount in PayPal IPN
Version 2.7.15 — December 20, 2017
  • Fix: Trial period shows on PayPal Standard even when not needed.
  • Fix: Adding manual renewal payments to subscriptions does not properly record the payment total.
  • Fix: Subscription status notes are reversed.
  • Fix: Subscriptions automatically cancelled through a license upgrade should not be able to be reactivated.
  • Fix: Marking subscription as failing through the admin does not trigger the failing subscription hooks.
  • Fix: Renewal payments do not record tax amounts.
  • Tweak: Subscription status change notes now indicate who made the change.
Version 2.7.14 — October 27, 2017
  • Fix: Corrected an issue which caused sensitive data to be stored on PayPal Pro purchase errors, and removes any existing sensitive data.
  • Fix: Incomplete subscription purchases that included a trial prevented a second trial purchase attempt.
  • Fix: Improved reliability of status changes performed on Subscriptions.
  • Tweak: Improved the abstraction of displaying the subscriptions shortcode.
Version 2.7.13 — October 23, 2017
  • Fix: Unpaid invoices not cancelled in Stripe when cancelling subscription, resulting in failed payment notifications being sent erroneously.

Populaire Bronnen

Begin vandaag nog met verkopen!

Sluit u aan bij meer dan 50.000 slimme winkel eigenaren, en begin met de eenvoudigste manier om digitale producten te verkopen met WordPress.