Changeset 2534200
- Timestamp:
- 05/19/2021 11:55:21 AM (5 years ago)
- Location:
- quick-license-manager/trunk
- Files:
-
- 2 edited
-
Readme.txt (modified) (1 diff)
-
wc_qlm.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-license-manager/trunk/Readme.txt
r2534178 r2534200 41 41 == Changelog == 42 42 43 = 2.4.0 - 05/18/2021 = 44 Added support for automatically creating a pending order for a subscription via a webhook that can be triggered by QLM v15 Webhooks Notifications. 45 This is useful for customers who use a Manual Renewal payment method. 46 When the pending order is created, the customer receives an invoice prior to the actual expiry of the subscription. 47 This gives customers enough lead time to make their payment prior to the actual expiry of the license. 43 = 2.4.2 - 05/18/2021 = 48 44 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. 49 45 -
quick-license-manager/trunk/wc_qlm.php
r2534178 r2534200 5 5 * Plugin URI: https://wordpress.org/plugins/quick-license-manager/ 6 6 * Description: Automates the creation of license keys when orders are placed with WooCommerce 7 * Version: 2.4. 07 * Version: 2.4.2 8 8 * Author: Soraco Technologies Inc. 9 9 * Author URI: https://soraco.co … … 134 134 } 135 135 136 /* 136 137 class QlmWebhookSetup{ 137 138 … … 147 148 } 148 149 } 149 150 */ 150 151 151 152 if ( !class_exists('QLM_Main')){ … … 154 155 function __construct() 155 156 { 156 new QlmWebhookSetup();157 //new QlmWebhookSetup(); 157 158 158 159 register_activation_hook( __FILE__, array(&$this, 'install') );
Note: See TracChangeset
for help on using the changeset viewer.