Changeset 2763155
- Timestamp:
- 07/28/2022 08:17:36 PM (4 years ago)
- Location:
- quick-license-manager/trunk
- Files:
-
- 3 edited
-
Readme.txt (modified) (2 diffs)
-
classes/qlm_api_view.php (modified) (3 diffs)
-
wc_qlm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quick-license-manager/trunk/Readme.txt
r2551377 r2763155 1 === Quick License Manager ===1 === Quick License Manager - WooCommerce Plugin === 2 2 Contributors: Soraco Technologies 3 3 Tags: quick license manager, software protection, ecommerce 4 4 Requires at least: 4.2 5 Tested up to: 5.7.26 Stable tag: 2.4. 55 Tested up to: 6.0.1 6 Stable tag: 2.4.6 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.6 - 07/28/2022 = 44 Tested compatibility with WordPress 6.0.1 45 Configured some fields on the settings page as password fields to hide their content. 42 46 43 47 = 2.4.5 - 06/21/2021 = -
quick-license-manager/trunk/classes/qlm_api_view.php
r2551377 r2763155 392 392 <div class="row"> 393 393 <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/qlmdemov1 5/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> 395 395 </div> 396 396 <div class="row"> … … 420 420 <div class="row"> 421 421 <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> 423 423 </div> 424 424 … … 449 449 <div class="row"> 450 450 <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> 452 452 </div> 453 453 <div class="row"> -
quick-license-manager/trunk/wc_qlm.php
r2551377 r2763155 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. 57 * Version: 2.4.6 8 8 * Author: Soraco Technologies Inc. 9 9 * Author URI: https://soraco.co 10 10 * WC requires at least: 4.0.0 11 * WC tested up to: 5.0.011 * WC tested up to: 6.0.1 12 12 */ 13 13
Note: See TracChangeset
for help on using the changeset viewer.