Skip to content

Commit

Permalink
v3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed May 7, 2024
1 parent a9c661b commit a23fb31
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 91 deletions.
2 changes: 1 addition & 1 deletion cost-of-goods-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Cost of Goods for WooCommerce
Plugin URI: https://wpfactory.com/item/cost-of-goods-for-woocommerce/
Description: Save product purchase costs (cost of goods) in WooCommerce. Beautifully.
Version: 3.3.8
Version: 3.3.9
Author: WPFactory
Author URI: https://wpfactory.com
Text Domain: cost-of-goods-for-woocommerce
Expand Down
2 changes: 1 addition & 1 deletion includes/class-alg-wc-cog.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class Alg_WC_Cost_of_Goods {
* @since 1.0.0
* @var string
*/
public $version = '3.3.8';
public $version = '3.3.9';

/**
* @since 1.0.0
Expand Down
7 changes: 4 additions & 3 deletions includes/tools/class-alg-wc-cog-bulk-edit-tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Cost of Goods for WooCommerce - Bulk Edit Tool Class.
*
* @version 3.2.9
* @version 3.3.9
* @since 1.2.0
* @author WPFactory
*/
Expand Down Expand Up @@ -482,7 +482,7 @@ function update_costs() {
/**
* update_prices.
*
* @version 3.3.0
* @version 3.3.9
* @since 3.3.0
*
* @return void
Expand Down Expand Up @@ -545,7 +545,8 @@ function update_prices() {
'products_function' => 'update_product_price_by_profit',
'function_params' => array(
'percentage' => $price_edit_value,
'rounding' => $price_rounding
'rounding' => $price_rounding,
'price_type' => $price_type,
)
) ) );
break;
Expand Down
Loading

0 comments on commit a23fb31

Please sign in to comment.