Changeset 2215870
- Timestamp:
- 12/20/2019 05:48:50 PM (6 years ago)
- Location:
- woo-license-keys/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
app/Config/app.php (modified) (1 diff)
-
app/Controllers/ValidatorController.php (modified) (2 diffs)
-
plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-license-keys/trunk/README.txt
r2215470 r2215870 6 6 Requires PHP: 5.4 7 7 Tested up to: 5.3 8 Stable tag: 1.3. 58 Stable tag: 1.3.6 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 85 85 == Changelog == 86 86 87 = 1.3.6 = 88 *Release Date - 20 Dec 2019* 89 90 * Fixes deactivation endpoint. 91 87 92 = 1.3.5 = 88 *Release Date - Dec 2019*93 *Release Date - 19 Dec 2019* 89 94 90 95 * Added missing `woocommerce_license_key` filter in collections. -
woo-license-keys/trunk/app/Config/app.php
r2215470 r2215870 19 19 ], 20 20 21 'version' => '1.3. 5',21 'version' => '1.3.6', 22 22 23 23 'localize' => [ -
woo-license-keys/trunk/app/Controllers/ValidatorController.php
r2215470 r2215870 19 19 * @license GPLv3 20 20 * @package woo-license-keys 21 * @version 1.3. 521 * @version 1.3.6 22 22 */ 23 23 class ValidatorController extends Controller … … 220 220 * @return \WPMVC\Response 221 221 */ 222 public function deactivate( )222 public function deactivate( $request ) 223 223 { 224 224 $response = new Response(); -
woo-license-keys/trunk/plugin.php
r2215470 r2215870 4 4 Plugin URI: https://www.10quality.com/product/woocommerce-license-keys/ 5 5 Description: Enable and handle "License Keys" with WooCommerce. 6 Version: 1.3. 56 Version: 1.3.6 7 7 Author: 10 Quality 8 8 Author URI: https://www.10quality.com/
Note: See TracChangeset
for help on using the changeset viewer.