Skip to content

Commit

Permalink
v3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Nov 1, 2024
1 parent 5483d56 commit f1252c1
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 5,190 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: Product Cost & Profit Calculator 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.5.6
Version: 3.5.7
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.5.6';
public $version = '3.5.7';

/**
* @since 1.0.0
Expand Down
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.5.6\n"
"Project-Id-Version: cost-of-goods-for-woocommerce 3.5.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: 2024-10-31T17:13:34+01:00\n"
"POT-Creation-Date: 2024-11-01T14:27:48+01: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
5 changes: 4 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, profit, profit calculator
Requires at least: 6.1
Tested up to: 6.6
Stable tag: 3.5.6
Stable tag: 3.5.7
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -344,6 +344,9 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S

== Changelog ==

= 3.5.7 - 01/11/2024 =
* Fix - Cross-selling fixed.

= 3.5.6 - 31/10/2024 =
* Fix - Orders - Sign handling - Fixed error where a string was passed when it should be a number.
* Changed plugin name to "Cost of Goods: Product Cost & Profit Calculator for WooCommerce".
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"time": "2024-10-31T15:55:35+00:00",
"type": "library",
"installation-source": "source",
"installation-source": "dist",
"autoload": {
"classmap": [
"src/php/"
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ddd4706262e8f4eaf7eae105e4aa8f17ef7e1444',
'reference' => 'cdb596fc329a459f61efbefa5c15bdfc3b36027f',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ddd4706262e8f4eaf7eae105e4aa8f17ef7e1444',
'reference' => 'cdb596fc329a459f61efbefa5c15bdfc3b36027f',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
28 changes: 0 additions & 28 deletions vendor/wpfactory/wpfactory-cross-selling/CHANGELOG.md

This file was deleted.

134 changes: 0 additions & 134 deletions vendor/wpfactory/wpfactory-cross-selling/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions vendor/wpfactory/wpfactory-cross-selling/composer.json

This file was deleted.

Loading

0 comments on commit f1252c1

Please sign in to comment.