Skip to content

Commit

Permalink
v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Oct 10, 2023
1 parent 7e08e3c commit 1a14071
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cost-of-goods-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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.0.6
Version: 3.0.7
Author: WPFactory
Author URI: https://wpfactory.com
Text Domain: cost-of-goods-for-woocommerce
Domain Path: /langs
Copyright: © 2023 WPFactory
WC tested up to: 8.1
WC tested up to: 8.2
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
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.0.5';
public $version = '3.0.7';

/**
* @since 1.0.0
Expand Down
1 change: 0 additions & 1 deletion includes/css/alg-wc-cog-bulk-edit-tool.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* @version 2.5.1
* @since 1.3.3
*/

.alg_wc_cog_bet_active_row {
background-color: #fefbcc !important;
}
Expand Down
2 changes: 1 addition & 1 deletion includes/css/alg-wc-cog-bulk-edit-tool.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions langs/cost-of-goods-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: cost-of-goods-for-woocommerce 3.0.5\n"
"Project-Id-Version: cost-of-goods-for-woocommerce 3.0.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cost-of-goods-for-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-09-11T18:17:18+02:00\n"
"POT-Creation-Date: 2023-10-11T01:49:53+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: cost-of-goods-for-woocommerce\n"
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmu
Tags: woocommerce, cost, cost of goods, cog, cost of goods sold, cogs, woo commerce
Requires at least: 4.4
Tested up to: 6.3
Stable tag: 3.0.6
Stable tag: 3.0.7
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -98,6 +98,11 @@ And then you can follow these steps:

== Changelog ==

= 3.0.7 - 10/10/2023 =
* Fix - Products - Quick and bulk edit - "Replace all variations from the main variable product" does not work if "Hide out of stock items from the catalog" is enabled.
* Fix CSS from bulk edit.
* WC tested up to: 8.2.

= 3.0.6 - 24/09/2023 =
* WC tested up to: 8.1.
* update plugin icon, banner
Expand Down

0 comments on commit 1a14071

Please sign in to comment.