Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
eason9487 committed Sep 16, 2021
1 parent bacfc81 commit f4e8c60
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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 ***

2021-xx-xx - version 2.6.5
2021-09-16 - version 2.6.5
* Fix - Incorrect `is_readable()` usage when loading Integration classes.
* Tweak - WC 5.7 compatibility.
* Tweak - WP 5.8 compatibility.
Expand Down
8 changes: 4 additions & 4 deletions facebook-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* 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: 2.6.4
* Version: 2.6.5
* Text Domain: facebook-for-woocommerce
* Tested up to: x.x
* Tested up to: 5.8
* WC requires at least: 3.5.0
* WC tested up to: 5.6.0
* WC tested up to: 5.7
* Requires PHP: 7.0
*
* @package FacebookCommerce
Expand All @@ -33,7 +33,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 = '2.6.4'; // WRCS: DEFINED_VERSION.
const PLUGIN_VERSION = '2.6.5'; // WRCS: DEFINED_VERSION.

// Minimum PHP version required by this plugin.
const MINIMUM_PHP_VERSION = '7.0.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": "2.6.4",
"version": "2.6.5",
"author": "Facebook",
"homepage": "https://woocommerce.com/products/facebook/",
"license": "GPL-2.0",
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: facebook, automattic, woothemes
Tags: facebook, shop, catalog, advertise, pixel, product
Requires at least: 4.4
Tested up to: 5.7
Stable tag: 2.6.4
Tested up to: 5.8
Stable tag: 2.6.5
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 ==

= 2.6.5 - 2021-xx-xx =
= 2.6.5 - 2021-09-16 =
* Fix - Incorrect `is_readable()` usage when loading Integration classes.
* Tweak - WC 5.7 compatibility.
* Tweak - WP 5.8 compatibility.
Expand Down

0 comments on commit f4e8c60

Please sign in to comment.