Apanha

Woocommerce Subscriptions

Apanha

Staff member
 

Apanha

Staff member
 
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: WooCommerce Subscriptions 2.1.1

* Tweak: Delete Subscriptions transients when using the "Clear Transients" tool via the WooCommerce > System Status > Tools administration screen. (PR#1758)
* Tweak: Avoid infinite loops with old versions of the Shipping Multiple Addresses extension and potentially other extension that may manually instantiate the WC_Checkout object, which is normally a singleton accessed via WC()->checkout, WC()->checkout or WC_Checkout::instance(). (PR#1757)
* Tweak: When a subscription's date or status is...

Read the rest of this version update...
 

Apanha

Staff member
 
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: 2.1.2

* Tweak: Reword the description on the Disable Automatic Payments option to make it clear it does not change existing subscriptions. (PR#1771)
* Fix: Renewal issues with servers running Memcached, which does not handle expiration times greater than 30 days, by no longer using TLC transients, which sets all transient expiration dates to 1 year in future. (PR#1776)
* Fix: Do not require InnoDB/SQL transactions for switching. Fixes "The original subscription item being switched cannot be found"...

Read the rest of this version update...
 

Apanha

Staff member
 
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: 2.1.3

* Tweak: Set renewal order's status to 'pending' before payment retry to make sure that the status change hooks are triggered by WC_Order::update_status(). Fixes compatibility with custom retry rules that use an order status other than pending. (PR#1818)
* Tweak: Automatically transition resubscribe orders for $0 to 'complete' rather than 'processing', because the existing subscription had the pending-cancellation status and the new subscriptions first renewal will be when the first shipment...

Read the rest of this version update...
 

Apanha

Staff member
 
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: 2.1.4

* Tweak: Lengthen PayPal IPN lock to 5 days to prevent creating duplicate renewal orders when a fatal error occurs in processing the IPN. Prevoiusly the lock was set to 5 minutes, meaning on the 2nd IPN would be ignored. Given fatal errors will rarely be fixed within 5 minutes, Subscriptions will now ignore 5 days worth of IPN retries.(PR#1838
* Tweak: Log exceptions caught while updating subscription statuses to make it easier to diagnose issues with 3rd party code and hosting environment...
 

Apanha

Staff member
 
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: 2.2.1

2017.04.04 - version
* Fix: Replace use of undefined variable within WC_Subscription::get_failed_payment_count(). PR#2025
* Fix: Add subscription shipping line item tax the same way WooCommerce 3.0 does it. PR#2023
* Fix: Send customer renewal invoice emails for manual renewals and when creating a pending renewal. PR#2035
* Fix: Fix division by zero error when manually paying for renewal with offsite payment methods like PayPal. PR#2036
* Fix: Fix updating payment method with WooCommerce 3.0...
 

Apanha

Staff member
 
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: 2.2.2

* Fix: WooCommerce 3.0: Fix using $this when in a static context on newer versions of PHP affecting Edit Subscription and Edit Order screens. PR#2043
* Fix: WooCommerce 3.0: Grant new product download permissions to all subscriptions because WooCommerce no longer does it for orders (and subscriptions are a custom order type). PR#2039
* Fix: WooCommerce 3.0: Display subscription related System Status fields in the System Status page on 3.0 which removed old hooks. PR#2039
* Fix: WooCommerce...
 

Apanha

Staff member
 
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: 2.2.3

* Fix: WooCommerce 3.0: Improve backward compatibility of get_date( 'start' ) calls for subscriptions without a date created set by WooCommerce 3.0 (which happens when manually adding a new subscriptions). PR#2047
* Fix: WooCommerce 3.0: Prevent saving subscriptions with a 0 start date/date created by making sure we set a default date created value when manually adding a new subscription. PR#2048
* Fix: WooCommerce 3.0: Remove the correct 3.0 core function responsible for sending order...
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.