Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Kerboute committed Oct 21, 2020
1 parent 938ef88 commit 63869c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## ShoppingFeed
Contributors: ShoppingFeed, BeAPI
Tags: shoppingfeed, marketplace, woocommerce, woocommerce shoppingfeed, create woocommerce products shoppingfeed, products feed, generate shoppingfeed, amazon, Jet, Walmart, many marketplace, import orders
Stable tag: 6.0.10
Version: 6.0.10
Stable tag: 6.0.11
Version: 6.0.11
Requires PHP: 5.6
Requires at least: 5.2
Tested up to: 5.4.2
Expand All @@ -23,6 +23,7 @@ Version 6.0.0 is a major version, there are several changes and improvements whi
6.0.8: add missing commit
6.0.9 send WC shipping method name once order shipped
6.0.10 fix deploy issue
6.0.11 enhance logging

== Description ==
WordPress connection Controller Plugin for ShoppingFeed - Sell on Amazon, Ebay, Google, and 1000's of international marketplaces
Expand Down
4 changes: 2 additions & 2 deletions shoppingfeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.shopping-feed.com/
* Text Domain: shopping-feed
* Domain Path: /languages
* Version: 6.0.10
* Version: 6.0.11
* Requires at least WP: 5.2
* Requires at least WooCommerce: 3.8 (3.9/4.0)
* Requires PHP: 5.6
Expand All @@ -25,7 +25,7 @@
require_once plugin_dir_path( __FILE__ ) . '/vendor/autoload.php';
}

define( 'SF_VERSION', '6.0.10' );
define( 'SF_VERSION', '6.0.11' );
define( 'SF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'SF_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SF_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit 63869c4

Please sign in to comment.