Skip to content

Commit

Permalink
Version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Nov 25, 2024
1 parent bce4852 commit f969b07
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
6 changes: 3 additions & 3 deletions digital-license-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: Digital License Manager
* Plugin URI: https://codeverve.com/product/digital-license-manager-pro/
* Description: Easily manage and sell your license keys on your website. Compatible with WooCommerce for selling licenses but also works without it.
* Version: 1.7.1-beta1
* Version: 1.7.1
* Author: CodeVerve
* Author URI: https://codeverve.com/
* Text Domain: digital-license-manager
* Domain Path: /i18n/languages/
* Requires at least: 4.7
* Requires PHP: 7.0
* WC requires at least: 2.7
* WC tested up to: 9.3.2
* WC tested up to: 9.4.1
* License: GPLv3
*
****************************************************************************
Expand Down Expand Up @@ -43,7 +43,7 @@
defined( 'ABSPATH' ) || exit;

if ( ! defined( 'DLM_PLUGIN_VERSION' ) ) {
define( 'DLM_PLUGIN_VERSION', '1.7.1-beta1' );
define( 'DLM_PLUGIN_VERSION', '1.7.1' );
}
if ( ! defined( 'DLM_PURCHASE_URL' ) ) {
define( 'DLM_PURCHASE_URL', 'https://codeverve.com/product/digital-license-manager-pro/' );
Expand Down
22 changes: 20 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: darkog, codeverve
Tags: license key, license manager, software license, serial key, woocommerce
Requires at least: 4.7
Requires PHP: 7.0
Tested up to: 6.6
Stable tag: 1.7.0
Tested up to: 6.7
Stable tag: 1.7.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -208,6 +208,24 @@ Yes, you can do this by going to Settings > Tools > "Generate Licneses For Past

== Changelog ==

= 1.7.1 =
*Release date - 26 Nov 2024*

* Add proper CSS classes to WooCommerce views to make restyling easier
* Add refund handling when refunding Order's line items that contain License.
* Add refund handling behavior configuration in WooCommerce Settings
* Add _dlm_license_id to order item metadata so developers can easily identify the license id tied to particular order item during purchase
* Add dlm_files_dir filter for changing the default files directory
* New Tool: Add Order Item Licenses for setting _dlm_license_id for historical order items.
* New WP-CLI command `wp dlm:add_order_item_licenses` for setting _dlm_license_id for historical order items.
* Upgraded ignitekit/wp-query-builder to v1.2
* General codebase improvements
* Re-sync the .pot template
* Test with WordPress 6.7+
* Confirm compatibility with WooCommerce 9.4+

**Note**: It's recommended to run either the tool or WP-CLI command "Add Order Item Licenses" to add the newly introduced **_dlm_license_id** meta data to WooCommerce order items.

= 1.7.0 =
*Release date - 24 Sep 2024*

Expand Down

0 comments on commit f969b07

Please sign in to comment.