Plugin Directory

Changeset 2971426


Ignore:
Timestamp:
09/25/2023 03:23:43 PM (3 years ago)
Author:
soraco
Message:

Minor fixes

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

Legend:

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

    r2879925 r2971426  
    44Requires at least: 4.2
    55Tested up to: 6.1.1
    6 Stable tag: 2.4.12
     6Stable tag: 2.4.14
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 2.4.14 - 09/25/2023 =
     44Minor fixes.
    4245
    4346= 2.4.12 - 03/14/2023 =
  • quick-license-manager/trunk/classes/qlm_api_view.php

    r2879925 r2971426  
    422422                        <div class="row">
    423423                            <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 is 6.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>
    425425                        </div>
    426426                        <div class="row">
  • quick-license-manager/trunk/wc_qlm.php

    r2879925 r2971426  
    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.12
     7 * Version: 2.4.14
    88 * Author: Soraco Technologies Inc.
    99 * Author URI: https://soraco.co
     
    5252}
    5353
     54/*
    5455function get_product_addon_value($order, $field)
    5556{
     
    7778    return "";
    7879}
     80*/
    7981
    8082// Get the value of metadata associated to the product item being Order
Note: See TracChangeset for help on using the changeset viewer.