Changeset 2971426
- Timestamp:
- 09/25/2023 03:23:43 PM (3 years ago)
- Location:
- quick-license-manager/trunk
- Files:
-
- 3 edited
-
Readme.txt (modified) (2 diffs)
-
classes/qlm_api_view.php (modified) (1 diff)
-
wc_qlm.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-license-manager/trunk/Readme.txt
r2879925 r2971426 4 4 Requires at least: 4.2 5 5 Tested up to: 6.1.1 6 Stable tag: 2.4.1 26 Stable tag: 2.4.14 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 2.4.14 - 09/25/2023 = 44 Minor fixes. 42 45 43 46 = 2.4.12 - 03/14/2023 = -
quick-license-manager/trunk/classes/qlm_api_view.php
r2879925 r2971426 422 422 <div class="row"> 423 423 <div class="col-md-4" style="margin-top:0em;"></div> 424 <div class="col-md-8" style="margin-top:0em;"><i>The engine version is the version of the license engine. It's not the QLM version. The latest engine version is6.0.00.</i></div>424 <div class="col-md-8" style="margin-top:0em;"><i>The engine version is the version of the license engine. The possible values are: 5.0.00 or 6.0.00.</i></div> 425 425 </div> 426 426 <div class="row"> -
quick-license-manager/trunk/wc_qlm.php
r2879925 r2971426 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.1 27 * Version: 2.4.14 8 8 * Author: Soraco Technologies Inc. 9 9 * Author URI: https://soraco.co … … 52 52 } 53 53 54 /* 54 55 function get_product_addon_value($order, $field) 55 56 { … … 77 78 return ""; 78 79 } 80 */ 79 81 80 82 // Get the value of metadata associated to the product item being Order
Note: See TracChangeset
for help on using the changeset viewer.