From 1dc128a1e5b30ddac2e1a60cf37f2d1776156bda Mon Sep 17 00:00:00 2001 From: magdev Date: Thu, 29 Jan 2026 21:53:30 +0100 Subject: [PATCH] Bump version to 0.7.2 Co-Authored-By: Claude Opus 4.5 --- wc-licensed-product.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wc-licensed-product.php b/wc-licensed-product.php index 1bf31fd..f324ffe 100644 --- a/wc-licensed-product.php +++ b/wc-licensed-product.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce Licensed Product * Plugin URI: https://src.bundespruefstelle.ch/magdev/wc-licensed-product * Description: WooCommerce plugin to sell software products using license keys with domain-based validation. - * Version: 0.7.1 + * Version: 0.7.2 * Author: Marco Graetsch * Author URI: https://src.bundespruefstelle.ch/magdev * License: GPL-2.0-or-later @@ -28,7 +28,7 @@ if (!defined('ABSPATH')) { } // Plugin constants -define('WC_LICENSED_PRODUCT_VERSION', '0.7.1'); +define('WC_LICENSED_PRODUCT_VERSION', '0.7.2'); define('WC_LICENSED_PRODUCT_PLUGIN_FILE', __FILE__); define('WC_LICENSED_PRODUCT_PLUGIN_DIR', plugin_dir_path(__FILE__)); define('WC_LICENSED_PRODUCT_PLUGIN_URL', plugin_dir_url(__FILE__));