From 7a06349247f72c46ef146ea32caaf09595ee7a97 Mon Sep 17 00:00:00 2001 From: Mir Mohammad Hosseini Date: Sun, 18 Aug 2024 18:29:14 +0330 Subject: [PATCH] :bookmark: Bump v1.0.5 --- readme.txt | 2 +- wh-bulk-price-update.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 7618a4e..0a974ab 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: woocommerce, bulk price update, price adjustment, product management Requires at least: 6.0 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 1.0.4 +Stable tag: 1.0.5 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/wh-bulk-price-update.php b/wh-bulk-price-update.php index 70cc424..f1d95ac 100644 --- a/wh-bulk-price-update.php +++ b/wh-bulk-price-update.php @@ -3,7 +3,7 @@ * Plugin Name: Bulk Price Update for WooCommerce * Plugin URI: https://github.com/webhead-GmbH/wh-bulk-price-update-for-woocommerce * Description: Easily update WooCommerce product prices in bulk by percentage or fixed amounts based on categories, tags, and attributes. - * Version: 1.0.4 + * Version: 1.0.5 * Author: webhead GmbH * Author URI: https://webhead.at * Text Domain: wh-bulk-price-update-for-woocommerce @@ -28,7 +28,7 @@ function webhead_bulk_price_update_setup_constants() { if( !defined( 'WEBHEAD_BULK_PRICE_UPDATE_VERSION' ) ) - define( 'WEBHEAD_BULK_PRICE_UPDATE_VERSION', '1.0.4' ); + define( 'WEBHEAD_BULK_PRICE_UPDATE_VERSION', '1.0.5' ); if( !defined( 'WEBHEAD_BULK_PRICE_UPDATE_PLUGIN_DIR' ) ) define( 'WEBHEAD_BULK_PRICE_UPDATE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );