Version Description
Solved a fatal array merge error
Download this release
Release Info
Developer | jorisverwater |
Plugin | Product Feed PRO for WooCommerce |
Version | 11.9.3 |
Comparing to | |
See all releases |
Code changes from version 11.9.2 to 11.9.3
- classes/class-attributes.php +5 -2
- js/woosea_key.js +1 -1
- readme.txt +7 -1
- woocommerce-sea.php +2 -2
classes/class-attributes.php
CHANGED
@@ -91,9 +91,12 @@ private function get_custom_attributes() {
|
|
91 |
$posts = get_posts( array( 'post_type' => $post_type, 'numberposts' => -1 ) );
|
92 |
}
|
93 |
|
94 |
-
|
95 |
$post_meta_keys = get_post_custom_keys( $post->ID );
|
96 |
-
|
|
|
|
|
|
|
97 |
}
|
98 |
|
99 |
// Use array_unique to remove duplicate meta_keys that we received from all posts
|
91 |
$posts = get_posts( array( 'post_type' => $post_type, 'numberposts' => -1 ) );
|
92 |
}
|
93 |
|
94 |
+
foreach ( $posts as $post ) {
|
95 |
$post_meta_keys = get_post_custom_keys( $post->ID );
|
96 |
+
if(empty($post_meta_keys)){
|
97 |
+
$post_meta_keys = array();
|
98 |
+
}
|
99 |
+
$meta_keys = array_merge( $meta_keys, $post_meta_keys );
|
100 |
}
|
101 |
|
102 |
// Use array_unique to remove duplicate meta_keys that we received from all posts
|
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.3',
|
30 |
jsonp: 'callback',
|
31 |
dataType: 'jsonp',
|
32 |
type: 'GET',
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ 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.0
|
8 |
-
Stable tag: 11.9.
|
9 |
|
10 |
== Description ==
|
11 |
|
@@ -340,6 +340,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
340 |
|
341 |
=== Changelog ===
|
342 |
|
|
|
|
|
|
|
343 |
= 11.9.2 (2022-10-14) =
|
344 |
* Removed some autoloading on wp_options
|
345 |
* Checked for compatibility with WooCommerce 7.0
|
@@ -3806,6 +3809,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
|
|
3806 |
|
3807 |
== Upgrade Notice ==
|
3808 |
|
|
|
|
|
|
|
3809 |
= 11.9.2 =
|
3810 |
Removed some autoloading on wp_options
|
3811 |
Checked for compatibility with WooCommerce 7.0
|
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.0
|
8 |
+
Stable tag: 11.9.3
|
9 |
|
10 |
== Description ==
|
11 |
|
340 |
|
341 |
=== Changelog ===
|
342 |
|
343 |
+
= 11.9.3 (2022-10-15) =
|
344 |
+
* Solved a fatal array merge error
|
345 |
+
|
346 |
= 11.9.2 (2022-10-14) =
|
347 |
* Removed some autoloading on wp_options
|
348 |
* Checked for compatibility with WooCommerce 7.0
|
3809 |
|
3810 |
== Upgrade Notice ==
|
3811 |
|
3812 |
+
= 11.9.3 =
|
3813 |
+
Solved a fatal array merge error
|
3814 |
+
|
3815 |
= 11.9.2 =
|
3816 |
Removed some autoloading on wp_options
|
3817 |
Checked for compatibility with WooCommerce 7.0
|
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
|
@@ -48,7 +48,7 @@ if (!defined('ABSPATH')) {
|
|
48 |
* Plugin versionnumber, please do not override.
|
49 |
* Define some constants
|
50 |
*/
|
51 |
-
define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '11.9.
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Product Feed PRO for WooCommerce
|
4 |
+
* Version: 11.9.3
|
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
|
48 |
* Plugin versionnumber, please do not override.
|
49 |
* Define some constants
|
50 |
*/
|
51 |
+
define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '11.9.3' );
|
52 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
|
53 |
define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
|
54 |
|