Plugin Directory

Changeset 2763155


Ignore:
Timestamp:
07/28/2022 08:17:36 PM (4 years ago)
Author:
soraco
Message:

Tested compatibility with WordPress 6.0.1
Configured some fields on the settings page as password fields to hide their content.

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

Legend:

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

    r2551377 r2763155  
    1 === Quick License Manager ===
     1=== Quick License Manager - WooCommerce Plugin ===
    22Contributors: Soraco Technologies
    33Tags: quick license manager, software protection, ecommerce
    44Requires at least: 4.2
    5 Tested up to: 5.7.2
    6 Stable tag: 2.4.5
     5Tested up to: 6.0.1
     6Stable tag: 2.4.6
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 2.4.6 - 07/28/2022 =
     44Tested compatibility with WordPress 6.0.1
     45Configured some fields on the settings page as password fields to hide their content.
    4246
    4347= 2.4.5 - 06/21/2021 =
  • quick-license-manager/trunk/classes/qlm_api_view.php

    r2551377 r2763155  
    392392                        <div class="row">
    393393                            <div class="col-md-4" style="margin-top:0em;"></div>
    394                             <div class="col-md-8" style="margin-top:0em;"><i>Example: https://qlm3.net/qlmdemov15/qlmLicenseServer/qlmservice.asmx</i></div>                           
     394                            <div class="col-md-8" style="margin-top:0em;"><i>Example: https://qlm3.net/qlmdemov16/qlmLicenseServer/qlmservice.asmx</i></div>                           
    395395                        </div>
    396396                        <div class="row">
     
    420420                        <div class="row">
    421421                            <div class="col-md-4" style="margin-top:1em;"><b>Password</b></div>
    422                             <div class="col-md-8" style="margin-top:1em;"><input class="form-control" type="text" value="<?php if($pwd){ echo $pwd; } ?>" name="qlm_password"></div>
     422                            <div class="col-md-8" style="margin-top:1em;"><input class="form-control" type="password" value="<?php if($pwd){ echo $pwd; } ?>" name="qlm_password"></div>
    423423                        </div>
    424424                                               
     
    449449                        <div class="row">
    450450                            <div class="col-md-4" style="margin-top:1em;"><b>Webhook Secret Key</b></div>
    451                             <div class="col-md-8" style="margin-top:1em;"><input class="form-control" type="text" value="<?php if($qlm_webhook_secret_key){ echo $qlm_webhook_secret_key; } ?>" name="qlm_webhook_secret_key"></div>
     451                            <div class="col-md-8" style="margin-top:1em;"><input class="form-control" type="password" value="<?php if($qlm_webhook_secret_key){ echo $qlm_webhook_secret_key; } ?>" name="qlm_webhook_secret_key"></div>
    452452                        </div>
    453453                        <div class="row">
  • quick-license-manager/trunk/wc_qlm.php

    r2551377 r2763155  
    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.5
     7 * Version: 2.4.6
    88 * Author: Soraco Technologies Inc.
    99 * Author URI: https://soraco.co
    1010 * WC requires at least: 4.0.0
    11  * WC tested up to: 5.0.0
     11 * WC tested up to: 6.0.1
    1212 */
    1313
Note: See TracChangeset for help on using the changeset viewer.