Skip to content

Commit

Permalink
add change log and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlivas committed Apr 6, 2022
1 parent 7f5ff5e commit 4b739d5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*** WooCommerce Google, Amazon & eBay Integration - Channel Cloud by Codisto ***

2022-04-06 - version 1.3.65
* Fix - set frame size based on admin menu width
* Fix - remove deprecated function call
* Update - WooCommerce tested up to 6.3.1
* Update - WordPress tested up to 5.9.3

2022-01-31 - version 1.3.64
* Fix - filter template file names
* Update - WooCommerce tested up to 6.1.1
Expand Down
8 changes: 4 additions & 4 deletions connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
* Description: Sell multichannel on Google, Amazon, eBay & Walmart direct from WooCommerce. Create listings & sync products, inventory & orders directly from WooCommerce
* Author: Codisto
* Author URI: https://codisto.com/
* Version: 1.3.64
* Version: 1.3.65
* Text Domain: codisto-linq
* Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2
* WC requires at least: 2.0.0
* WC tested up to: 6.1.1
* WC tested up to: 6.3.1
* License: GPLv2
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
* @package Codisto LINQ by Codisto
* @version 1.3.64
* @version 1.3.65
*/

if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}

define( 'CODISTOCONNECT_VERSION', '1.3.64' );
define( 'CODISTOCONNECT_VERSION', '1.3.65' );
define( 'CODISTOCONNECT_RESELLERKEY', '' );

if ( ! class_exists( 'CodistoConnect' ) ) :
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: codisto
Tags: ecommerce, e-commerce, woocommerce, ebay, amazon, paypal, integration, multi-channel, listings, store, sales, sell, shop
Requires at least: 4.0
Tested up to: 5.9
Stable tag: 1.3.64
Tested up to: 5.9.3
Stable tag: 1.3.65
Requires PHP: 5.6
License: GPLv2
License URI: https://www.gnu.org/licenses/gpl-2.0.txt
Expand Down Expand Up @@ -242,6 +242,12 @@ Yes, there are! Please check out our growing knowledgebase at <http://help.codis

== Changelog ==

= 1.3.65 - 06/04/2022 =
* Fix - set frame size based on admin menu width
* Fix - remove deprecated function call
* Update - WooCommerce tested up to 6.3.1
* Update - WordPress tested up to 5.9.3

= 1.3.64 - 31/01/2022 =
* Fix - filter template file names
* Update - WordPress tested up to 5.9
Expand Down

0 comments on commit 4b739d5

Please sign in to comment.