Skip to content

Commit

Permalink
🔖 Bump v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad425 committed Aug 18, 2024
1 parent 10fe05a commit 7a06349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions wh-bulk-price-update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down

0 comments on commit 7a06349

Please sign in to comment.