Version Description
Changed the Skroutz template to reflect all changes of last week
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 7.5.7 |
Comparing to | |
See all releases |
Code changes from version 7.5.6 to 7.5.7
- classes/channels/class-skroutz.php +10 -4
- classes/class-get-products.php +1 -0
- js/woosea_key.js +1 -1
- readme.txt +7 -1
- woocommerce-sea.php +3 -3
classes/channels/class-skroutz.php
CHANGED
@@ -44,7 +44,13 @@ class WooSEA_skroutz {
|
|
44 |
"name" => "category name",
|
45 |
"feed_name" => "category",
|
46 |
"format" => "required",
|
47 |
-
"woo_suggest" => "
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
),
|
49 |
"Price with VAT" => array(
|
50 |
"name" => "price with vat",
|
@@ -86,17 +92,17 @@ class WooSEA_skroutz {
|
|
86 |
"size" => array(
|
87 |
"name" => "size",
|
88 |
"feed_name" => "size",
|
89 |
-
"format" => "
|
90 |
),
|
91 |
"weight" => array(
|
92 |
"name" => "weight",
|
93 |
"feed_name" => "weight",
|
94 |
-
"format" => "
|
95 |
),
|
96 |
"color" => array(
|
97 |
"name" => "color",
|
98 |
"feed_name" => "color",
|
99 |
-
"format" => "
|
100 |
),
|
101 |
),
|
102 |
);
|
44 |
"name" => "category name",
|
45 |
"feed_name" => "category",
|
46 |
"format" => "required",
|
47 |
+
"woo_suggest" => "category_path_skroutz",
|
48 |
+
),
|
49 |
+
"Category Path" => array(
|
50 |
+
"name" => "category path",
|
51 |
+
"feed_name" => "category_path",
|
52 |
+
"format" => "required",
|
53 |
+
"woo_suggest" => "category_path_short",
|
54 |
),
|
55 |
"Price with VAT" => array(
|
56 |
"name" => "price with vat",
|
92 |
"size" => array(
|
93 |
"name" => "size",
|
94 |
"feed_name" => "size",
|
95 |
+
"format" => "required",
|
96 |
),
|
97 |
"weight" => array(
|
98 |
"name" => "weight",
|
99 |
"feed_name" => "weight",
|
100 |
+
"format" => "required",
|
101 |
),
|
102 |
"color" => array(
|
103 |
"name" => "color",
|
104 |
"feed_name" => "color",
|
105 |
+
"format" => "required",
|
106 |
),
|
107 |
),
|
108 |
);
|
classes/class-get-products.php
CHANGED
@@ -2065,6 +2065,7 @@ class WooSEA_Get_Products {
|
|
2065 |
}
|
2066 |
|
2067 |
$product_data['category_path_short'] = str_replace("Home >","",$product_data['category_path']);
|
|
|
2068 |
$product_data['category_link'] = $catlink;
|
2069 |
$product_data['raw_categories'] = ltrim($catname,"||");
|
2070 |
$product_data['categories'] = $catname;
|
2065 |
}
|
2066 |
|
2067 |
$product_data['category_path_short'] = str_replace("Home >","",$product_data['category_path']);
|
2068 |
+
$product_data['category_path_short'] = str_replace(">",">",$product_data['category_path_short']);
|
2069 |
$product_data['category_link'] = $catlink;
|
2070 |
$product_data['raw_categories'] = ltrim($catname,"||");
|
2071 |
$product_data['categories'] = $catname;
|
js/woosea_key.js
CHANGED
@@ -27,7 +27,7 @@ jQuery(document).ready(function($) {
|
|
27 |
var license_key = $('#license-key').val();
|
28 |
|
29 |
jQuery.ajax({
|
30 |
-
url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=7.5.
|
31 |
jsonp: 'callback',
|
32 |
dataType: 'jsonp',
|
33 |
type: 'GET',
|
27 |
var license_key = $('#license-key').val();
|
28 |
|
29 |
jQuery.ajax({
|
30 |
+
url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=7.5.7',
|
31 |
jsonp: 'callback',
|
32 |
dataType: 'jsonp',
|
33 |
type: 'GET',
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
|
|
5 |
Tags: Product Feed, Google Shopping, Google Shopping Feed, WooCommerce Product Feed, WooCommerce Product Feed PRO, Bing Shopping, Bing product feed, Bing remarking, Google Merchant Feed, Google DRM Feed, Google Dynamic Remarketing Feed, Facebook feed, Google feed, Bing feed, Facebook Product Feed, Facebook Dynamic remarketing, Data Feed, WooCommerce Feed, XML product feed, CSV product feed, TSV, TXT product feed, comparison shopping engines, comparison shopping websites, vergelijk.nl, vergelijk.be, vertaa.fi, beslist.nl, kieskeurig.nl, bol.com, raketten, pricerunner, pricegrabber, Buy, leGuide, Kelkoo, Twenga, Yandex, Etsy, Dealtime, Shopzilla, Billiger, Google Product Review feed
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.3
|
8 |
-
Stable tag: 7.5.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -312,6 +312,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
312 |
|
313 |
=== Changelog ===
|
314 |
|
|
|
|
|
|
|
315 |
= 7.5.6 (2020-02-25) =
|
316 |
* Fixed a bug with regards to Yoast's primary category. Renamed the "One Category" attribute to "Primary Category"
|
317 |
* Now also supporting category mappings for WooCommerce categories containing a > character
|
@@ -2405,6 +2408,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
2405 |
|
2406 |
== Upgrade Notice ==
|
2407 |
|
|
|
|
|
|
|
2408 |
= 7.5.6 =
|
2409 |
Fixed a bug with regards to Yoast's primary category. Renamed the "One Category" attribute to "Primary Category"
|
2410 |
Now also supporting category mappings for WooCommerce categories containing a > character
|
5 |
Tags: Product Feed, Google Shopping, Google Shopping Feed, WooCommerce Product Feed, WooCommerce Product Feed PRO, Bing Shopping, Bing product feed, Bing remarking, Google Merchant Feed, Google DRM Feed, Google Dynamic Remarketing Feed, Facebook feed, Google feed, Bing feed, Facebook Product Feed, Facebook Dynamic remarketing, Data Feed, WooCommerce Feed, XML product feed, CSV product feed, TSV, TXT product feed, comparison shopping engines, comparison shopping websites, vergelijk.nl, vergelijk.be, vertaa.fi, beslist.nl, kieskeurig.nl, bol.com, raketten, pricerunner, pricegrabber, Buy, leGuide, Kelkoo, Twenga, Yandex, Etsy, Dealtime, Shopzilla, Billiger, Google Product Review feed
|
6 |
Requires at least: 4.5
|
7 |
Tested up to: 5.3
|
8 |
+
Stable tag: 7.5.7
|
9 |
|
10 |
== Description ==
|
11 |
|
312 |
|
313 |
=== Changelog ===
|
314 |
|
315 |
+
= 7.5.7 (2020-02-25) =
|
316 |
+
* Changed the Skroutz template to reflect all changes of last week
|
317 |
+
|
318 |
= 7.5.6 (2020-02-25) =
|
319 |
* Fixed a bug with regards to Yoast's primary category. Renamed the "One Category" attribute to "Primary Category"
|
320 |
* Now also supporting category mappings for WooCommerce categories containing a > character
|
2408 |
|
2409 |
== Upgrade Notice ==
|
2410 |
|
2411 |
+
= 7.5.7 =
|
2412 |
+
Changed the Skroutz template to reflect all changes of last week
|
2413 |
+
|
2414 |
= 7.5.6 =
|
2415 |
Fixed a bug with regards to Yoast's primary category. Renamed the "One Category" attribute to "Primary Category"
|
2416 |
Now also supporting category mappings for WooCommerce categories containing a > character
|
woocommerce-sea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
-
* Version: 7.5.
|
5 |
* Plugin URI: https://www.adtribes.io/support/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=woosea_product_feed_pro
|
6 |
* Description: Configure and maintain your WooCommerce product feeds for Google Shopping, Facebook, Remarketing, Bing, Yandex, Comparison shopping websites and over a 100 channels more.
|
7 |
* Author: AdTribes.io
|
@@ -48,7 +48,7 @@ if (!defined('ABSPATH')) {
|
|
48 |
* Plugin versionnumber, please do not override.
|
49 |
* Define some constants
|
50 |
*/
|
51 |
-
define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '7.5.
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|
@@ -3833,7 +3833,7 @@ function woosea_license_valid(){
|
|
3833 |
|
3834 |
if(!empty($license_information['license_key'])){
|
3835 |
$curl = curl_init();
|
3836 |
-
$url = "https://www.adtribes.io/check/license.php?key=$license_information[license_key]&email=$license_information[license_email]&domain=$domain&version=7.5.
|
3837 |
|
3838 |
curl_setopt_array($curl, array(
|
3839 |
CURLOPT_RETURNTRANSFER => 1,
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
+
* Version: 7.5.7
|
5 |
* Plugin URI: https://www.adtribes.io/support/?utm_source=wpadmin&utm_medium=plugin&utm_campaign=woosea_product_feed_pro
|
6 |
* Description: Configure and maintain your WooCommerce product feeds for Google Shopping, Facebook, Remarketing, Bing, Yandex, Comparison shopping websites and over a 100 channels more.
|
7 |
* Author: AdTribes.io
|
48 |
* Plugin versionnumber, please do not override.
|
49 |
* Define some constants
|
50 |
*/
|
51 |
+
define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '7.5.7' );
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|
3833 |
|
3834 |
if(!empty($license_information['license_key'])){
|
3835 |
$curl = curl_init();
|
3836 |
+
$url = "https://www.adtribes.io/check/license.php?key=$license_information[license_key]&email=$license_information[license_email]&domain=$domain&version=7.5.7";
|
3837 |
|
3838 |
curl_setopt_array($curl, array(
|
3839 |
CURLOPT_RETURNTRANSFER => 1,
|