What's new

Woocommerce Subscriptions 5.5.0

Download WooCommerce Subscriptions 5.5.0 from nulled fire. Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.
  • Thread starterApanha
  • Start date
  • 110 Replies Replies
  • 7,083 Views Views
  • Seller
  • Thread starter
  • Admin
  • #2
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
  • Seller
  • Thread starter
  • Admin
  • #3
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
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...
 
  • Seller
  • Thread starter
  • Admin
  • #4
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
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...
 
  • Seller
  • Thread starter
  • Admin
  • #5
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
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...
 
  • Seller
  • Thread starter
  • Admin
  • #6
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
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...
 
  • Seller
  • Thread starter
  • Admin
  • #8
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
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...
 
  • Seller
  • Thread starter
  • Admin
  • #9
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
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...
 
  • Seller
  • Thread starter
  • Admin
  • #10
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
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...
 
  • Seller
  • Thread starter
  • Admin
  • #11
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: 2.2.4

* Fix: WooCommerce 3.0: Correctly handle switching between grouped products in WooCommerce 3.0 where a product can have more than one parent grouped product. PR#2063
* Fix: Do not incorrectly create pending renewal orders and suspend PayPal Standard Subscriptions at the time their payment is due. PayPal controls the billing schedule for these subscriptions. PR#2069
* Tweak: Add 'woocommerce_subscriptions_order_type_dropdown' filter. PR#2065
 
  • Seller
  • Thread starter
  • Admin
  • #12
Apanha

Apanha

Staff member
 
29 Sep 2016
51,740
14
2,687
4,191
Apanha updated WooCommerce Subscriptions with a new update entry:

Version: 2.2.5

* Fix: WooCommerce 3.0: Only call get_id() if product is an object and has not been deleted. PR#2071
* Fix: WooCommerce 3.0: Do not attempt to access WC()->payment_gateways->payment_gateways() when reading the subscription object and setting the payment method, because there is no guarantee WC() will be setup yet (and we only need to do it when the method is called not when it is being instantiated. PR#2084
* Fix: WooCommerce 3.0: Do not set payment method title in set payment method...
 

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.

Similar Topics

Top Products

  • Yoast SEO Premium
    Yoast SEO Premium
    Yoast SEO is the most total WordPress SEO module
    • Apanha
    • Updated:
  • BeTheme
    BeTheme
    Betheme is full of different pre-built websites so you can easily import any demo website.
    • Apanha
    • Updated:
  • Wp Rocket
    Wp Rocket
    Wp Rocket - Speed up your WordPress website with WP Rocket caching plugin.
    • Apanha
    • Updated:
  • Elementor Pro
    Elementor Pro
    Elementor Pro is the most advanced page builder for WordPress
    • Apanha
    • Updated:
  • Claue - Clean, Minimal Magento 2 Theme
    Claue - Clean, Minimal Magento 2 Theme
    Claue - Clean, Minimal Magento 2 and 1 Theme is an excellent template for a modern eCommerce store
    • Apanha
    • Updated:
Top