diff --git a/changelog.txt b/changelog.txt index a932ac2d1..ac2e1d309 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,12 @@ *** Facebook for WooCommerce Changelog *** += 3.3.4 - 2025-02-11 = +* Fix - Fixing the issue with version number + += 3.3.3 - 2025-02-06 = +* Fix - Use of recommended delete connection endpoint over delete permission endpoint by atuld123 in #2844 +* Add - Expose Brand & MPN to Woocommerce UI by @devbodaghe in #2842 + = 3.3.2 - 2025-01-21 = * Fix - a bug that arose from reliance on the plugin version compatibility tag by @vinkmeta in #2856 * Fix - Update catalog link in connections tab to point to Catalog by @devbodaghe in #2848 diff --git a/facebook-for-woocommerce.php b/facebook-for-woocommerce.php index 13e579325..d974c8ee1 100644 --- a/facebook-for-woocommerce.php +++ b/facebook-for-woocommerce.php @@ -11,7 +11,7 @@ * Description: Grow your business on Facebook! Use this official plugin to help sell more of your products using Facebook. After completing the setup, you'll be ready to create ads that promote your products and you can also create a shop section on your Page where customers can browse your products on Facebook. * Author: Facebook * Author URI: https://www.facebook.com/ - * Version: 3.3.3 + * Version: 3.3.4 * Requires at least: 5.6 * Requires PHP: 7.4 * Text Domain: facebook-for-woocommerce @@ -49,7 +49,7 @@ class WC_Facebook_Loader { /** * @var string the plugin version. This must be in the main plugin file to be automatically bumped by Woorelease. */ - const PLUGIN_VERSION = '3.3.2'; // WRCS: DEFINED_VERSION. + const PLUGIN_VERSION = '3.3.4'; // WRCS: DEFINED_VERSION. // Minimum PHP version required by this plugin. const MINIMUM_PHP_VERSION = '7.4.0'; diff --git a/readme.txt b/readme.txt index ac716bd42..ef5327fd6 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: facebook, automattic, woothemes Tags: facebook, woocommerce, marketing, product catalog feed, pixel Requires at least: 5.6 Tested up to: 6.7 -Stable tag: 3.3.2 +Stable tag: 3.3.4 Requires PHP: 7.4 MySQL: 5.6 or greater License: GPLv2 or later @@ -39,6 +39,12 @@ When opening a bug on GitHub, please give us as many details as possible. * Current version of Facebook-for-WooCommerce, WooCommerce, Wordpress, PHP == Changelog == += 3.3.4 - 2025-02-11 = +* Fix - Fixing the issue with version number + += 3.3.3 - 2025-02-06 = +* Fix - Use of recommended delete connection endpoint over delete permission endpoint by atuld123 in #2844 +* Add - Expose Brand & MPN to Woocommerce UI by @devbodaghe in #2842 = 3.3.2 - 2025-01-21 = * Fix - a bug that arose from reliance on the plugin version compatibility tag by @vinkmeta in #2856