From 059432741b96bcc61f2349d010a8762e918c0e77 Mon Sep 17 00:00:00 2001 From: Pablo Pacheco Date: Mon, 7 Oct 2024 13:20:50 -0300 Subject: [PATCH] v3.5.2 --- cost-of-goods-for-woocommerce.php | 2 +- includes/class-alg-wc-cog.php | 2 +- langs/cost-of-goods-for-woocommerce.pot | 4 ++-- readme.txt | 5 ++++- vendor/composer/installed.php | 4 ++-- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/cost-of-goods-for-woocommerce.php b/cost-of-goods-for-woocommerce.php index a182bc6..2d6c6c3 100644 --- a/cost-of-goods-for-woocommerce.php +++ b/cost-of-goods-for-woocommerce.php @@ -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.5.1 +Version: 3.5.2 Author: WPFactory Author URI: https://wpfactory.com Text Domain: cost-of-goods-for-woocommerce diff --git a/includes/class-alg-wc-cog.php b/includes/class-alg-wc-cog.php index 34e7de7..848fa0c 100644 --- a/includes/class-alg-wc-cog.php +++ b/includes/class-alg-wc-cog.php @@ -35,7 +35,7 @@ final class Alg_WC_Cost_of_Goods { * @since 1.0.0 * @var string */ - public $version = '3.5.1'; + public $version = '3.5.2'; /** * @since 1.0.0 diff --git a/langs/cost-of-goods-for-woocommerce.pot b/langs/cost-of-goods-for-woocommerce.pot index d73b4d9..d628049 100644 --- a/langs/cost-of-goods-for-woocommerce.pot +++ b/langs/cost-of-goods-for-woocommerce.pot @@ -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.1\n" +"Project-Id-Version: cost-of-goods-for-woocommerce 3.5.2\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cost-of-goods-for-woocommerce\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-09-27T23:52:24+02:00\n" +"POT-Creation-Date: 2024-10-07T18:19:50+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" diff --git a/readme.txt b/readme.txt index 72eed41..bd05d3a 100644 --- a/readme.txt +++ b/readme.txt @@ -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.1 +Stable tag: 3.5.2 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -344,6 +344,9 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S == Changelog == += 3.5.2 - 07/10/2024 = +* Fix - Fixed Key Manager library. + = 3.5.1 - 27/09/2024 = * Dev - Add Cross-selling library. * Dev - Move settings to WPFactory menu. diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 3a9248d..ce44d5c 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '1d9f15215191ca2c8ec1569ccdb05ead877dea8a', + 'reference' => 'aaa25018e912d655d313f94f50899a5531386403', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '1d9f15215191ca2c8ec1569ccdb05ead877dea8a', + 'reference' => 'aaa25018e912d655d313f94f50899a5531386403', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),