Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
JPry committed Nov 18, 2022
1 parent 3f6dfb4 commit 468abd5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Facebook for WooCommerce Changelog ***

= 3.0.3 - 2022-xx-xx =
= 3.0.3 - 2022-11-18 =
* Fix - Remove flexible heredoc syntax that is incompatible with PHP 7.2

= 3.0.2 - 2022-11-18 =
Expand Down
4 changes: 2 additions & 2 deletions facebook-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2
* Version: 3.0.3
* Text Domain: facebook-for-woocommerce
* Tested up to: 6.1
* WC requires at least: 5.3
Expand Down Expand Up @@ -44,7 +44,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.0.2'; // WRCS: DEFINED_VERSION.
const PLUGIN_VERSION = '3.0.3'; // WRCS: DEFINED_VERSION.

// Minimum PHP version required by this plugin.
const MINIMUM_PHP_VERSION = '7.2.0';
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facebook-for-woocommerce",
"version": "3.0.2",
"version": "3.0.3",
"author": "Facebook",
"homepage": "https://woocommerce.com/products/facebook/",
"license": "GPL-2.0",
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: facebook, automattic, woothemes
Tags: facebook, shop, catalog, advertise, pixel, product
Requires at least: 4.4
Tested up to: 6.1
Stable tag: 3.0.2
Stable tag: 3.0.3
Requires PHP: 5.6 or greater
MySQL: 5.6 or greater
License: GPLv2 or later
Expand Down Expand Up @@ -39,7 +39,7 @@ When opening a bug on GitHub, please give us as many details as possible.

== Changelog ==

= 3.0.3 - 2022-xx-xx =
= 3.0.3 - 2022-11-18 =
* Fix - Remove flexible heredoc syntax that is incompatible with PHP 7.2

= 3.0.2 - 2022-11-18 =
Expand Down

0 comments on commit 468abd5

Please sign in to comment.