Plugin Directory

Changeset 2534496


Ignore:
Timestamp:
05/19/2021 09:45:36 PM (5 years ago)
Author:
soraco
Message:

Added support for automatically creating a pending order for a subscription via a Webhook that can be triggered by QLM v15 Webhook Notifications.

This is useful for customers who use a Manual Renewal payment method.
When the pending order is created, the customer receives an invoice prior to the actual expiry of the subscription.
This gives customers enough lead time to make their payment prior to the actual expiry of the license.

Fixed issue when there's a mix of QLM and non QLM products in a shopping cart, the License Key was not added as metadata to the order.

Location:
quick-license-manager/trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • quick-license-manager/trunk/Readme.txt

    r2534207 r2534496  
    44Requires at least: 4.2
    55Tested up to: 5.7.2
    6 Stable tag: 2.4.3
     6Stable tag: 2.4.4
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
    43 = 2.4.3 - 05/18/2021 =
     43= 2.4.4 - 05/18/2021 =
    4444Fixed issue when there's a mix of QLM and non QLM products in a shopping cart, the License Key was not added as metadata to the order.
    4545Added support for automatically creating a pending order for a subscription via a webhook that can be triggered by QLM v15 Webhooks Notifications.
  • quick-license-manager/trunk/wc_qlm.php

    r2534207 r2534496  
    55 * Plugin URI: https://wordpress.org/plugins/quick-license-manager/
    66 * Description: Automates the creation of license keys when orders are placed with WooCommerce
    7  * Version: 2.4.3
     7 * Version: 2.4.4
    88 * Author: Soraco Technologies Inc.
    99 * Author URI: https://soraco.co
Note: See TracChangeset for help on using the changeset viewer.