Version Description
Added support for PHP 8.1 Checked for compatibility with Wordpress 6.1
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 11.9.8 |
Comparing to | |
See all releases |
Code changes from version 11.9.7 to 11.9.8
- js/woosea_key.js +1 -1
- readme.txt +10 -2
- woocommerce-sea.php +3 -3
js/woosea_key.js
CHANGED
@@ -26,7 +26,7 @@ jQuery(document).ready(function($) {
|
|
26 |
var license_key = $('#license-key').val();
|
27 |
|
28 |
jQuery.ajax({
|
29 |
-
url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=11.9.
|
30 |
jsonp: 'callback',
|
31 |
dataType: 'jsonp',
|
32 |
type: 'GET',
|
26 |
var license_key = $('#license-key').val();
|
27 |
|
28 |
jQuery.ajax({
|
29 |
+
url: 'https://www.adtribes.io/check/license.php?key=' + license_key + '&email=' + license_email + '&domain=' + root_domain + '&version=11.9.8',
|
30 |
jsonp: 'callback',
|
31 |
dataType: 'jsonp',
|
32 |
type: 'GET',
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ License: GPLv3
|
|
4 |
License URI: http://www.gnu.org/licenses/gpl.html
|
5 |
Tags: Google Shopping Feed, Facebook feed, Facebook catalog feed, WooCommerce Product Feed, Product Feed, Bing Shopping Feed, Bing Product Feed, Google Merchant Feed, Skroutz, Google Product Feed, Pinterest, Idealo, Pixels, Conversion API
|
6 |
Requires at least: 4.5
|
7 |
-
Tested up to: 6.
|
8 |
-
Stable tag: 11.9.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -340,6 +340,10 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
340 |
|
341 |
=== Changelog ===
|
342 |
|
|
|
|
|
|
|
|
|
343 |
= 11.9.7 (2022-11-02) =
|
344 |
* Changed function string to is_string
|
345 |
|
@@ -3821,6 +3825,10 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
3821 |
|
3822 |
== Upgrade Notice ==
|
3823 |
|
|
|
|
|
|
|
|
|
3824 |
= 11.9.7 =
|
3825 |
Changed function string to is_string
|
3826 |
|
4 |
License URI: http://www.gnu.org/licenses/gpl.html
|
5 |
Tags: Google Shopping Feed, Facebook feed, Facebook catalog feed, WooCommerce Product Feed, Product Feed, Bing Shopping Feed, Bing Product Feed, Google Merchant Feed, Skroutz, Google Product Feed, Pinterest, Idealo, Pixels, Conversion API
|
6 |
Requires at least: 4.5
|
7 |
+
Tested up to: 6.1
|
8 |
+
Stable tag: 11.9.8
|
9 |
|
10 |
== Description ==
|
11 |
|
340 |
|
341 |
=== Changelog ===
|
342 |
|
343 |
+
= 11.9.8 (2022-11-04) =
|
344 |
+
* Added support for PHP 8.1
|
345 |
+
* Checked for compatibility with Wordpress 6.1
|
346 |
+
|
347 |
= 11.9.7 (2022-11-02) =
|
348 |
* Changed function string to is_string
|
349 |
|
3825 |
|
3826 |
== Upgrade Notice ==
|
3827 |
|
3828 |
+
= 11.9.8 =
|
3829 |
+
Added support for PHP 8.1
|
3830 |
+
Checked for compatibility with Wordpress 6.1
|
3831 |
+
|
3832 |
= 11.9.7 =
|
3833 |
Changed function string to is_string
|
3834 |
|
woocommerce-sea.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
-
* Version: 11.9.
|
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, Catalog managers, Remarketing, Bing, Skroutz, Yandex, Comparison shopping websites and over a 100 channels more.
|
7 |
* Author: AdTribes.io
|
@@ -11,13 +11,13 @@
|
|
11 |
* License: GPL3
|
12 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
13 |
* Requires at least: 4.5
|
14 |
-
* Tested up to: 6.
|
15 |
*
|
16 |
* Text Domain: woo-product-feed-pro
|
17 |
* Domain Path: /languages
|
18 |
*
|
19 |
* WC requires at least: 4.4
|
20 |
-
* WC tested up to:
|
21 |
*
|
22 |
* Product Feed PRO for WooCommerce is free software: you can redistribute it and/or modify
|
23 |
* it under the terms of the GNU General Public License as published by
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
+
* Version: 11.9.8
|
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, Catalog managers, Remarketing, Bing, Skroutz, Yandex, Comparison shopping websites and over a 100 channels more.
|
7 |
* Author: AdTribes.io
|
11 |
* License: GPL3
|
12 |
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
13 |
* Requires at least: 4.5
|
14 |
+
* Tested up to: 6.1
|
15 |
*
|
16 |
* Text Domain: woo-product-feed-pro
|
17 |
* Domain Path: /languages
|
18 |
*
|
19 |
* WC requires at least: 4.4
|
20 |
+
* WC tested up to: 7.0
|
21 |
*
|
22 |
* Product Feed PRO for WooCommerce is free software: you can redistribute it and/or modify
|
23 |
* it under the terms of the GNU General Public License as published by
|