Product Feed PRO for WooCommerce - Version 11.6.9

Version Description

Added the product title slug attribute

Download this release

Release Info

Developer jorisverwater
Plugin Icon 128x128 Product Feed PRO for WooCommerce
Version 11.6.9
Comparing to
See all releases

Code changes from version 11.6.8 to 11.6.9

classes/class-attributes.php CHANGED
@@ -231,6 +231,7 @@ public function get_mapping_attributes_dropdown() {
231
  "sku_item_group_id" => "SKU_ITEM_GROUP_ID (Facebook)",
232
  "wc_post_id_product_id" => "Wc_post_id_product_id (Facebook)",
233
  "title" => "Product name",
 
234
  "title_hyphen" => "Product name hyphen",
235
  "mother_title" => "Product name parent product",
236
  "mother_title_hyphen" => "Product name parent product hyphen",
@@ -458,7 +459,8 @@ public function get_mapping_attributes_dropdown() {
458
  "sku_item_group_id" => "SKU_ITEM_GROUP_ID (Facebook)",
459
  "wc_post_id_product_id" => "Wc_post_id_product_id (Facebook)",
460
  "title" => "Product name",
461
- "title_hyphen" => "Product name hyphen",
 
462
  "mother_title" => "Product name parent product",
463
  "mother_title_hyphen" => "Product name parent product hyphen",
464
  "title_lc" => "Product name lowercase",
231
  "sku_item_group_id" => "SKU_ITEM_GROUP_ID (Facebook)",
232
  "wc_post_id_product_id" => "Wc_post_id_product_id (Facebook)",
233
  "title" => "Product name",
234
+ "title_slug" => "Product name slug",
235
  "title_hyphen" => "Product name hyphen",
236
  "mother_title" => "Product name parent product",
237
  "mother_title_hyphen" => "Product name parent product hyphen",
459
  "sku_item_group_id" => "SKU_ITEM_GROUP_ID (Facebook)",
460
  "wc_post_id_product_id" => "Wc_post_id_product_id (Facebook)",
461
  "title" => "Product name",
462
+ "title_slug" => "Product name slug",
463
+ "title_hyphen" => "Product name hyphen",
464
  "mother_title" => "Product name parent product",
465
  "mother_title_hyphen" => "Product name parent product hyphen",
466
  "title_lc" => "Product name lowercase",
classes/class-get-products.php CHANGED
@@ -2480,6 +2480,7 @@ class WooSEA_Get_Products {
2480
  }
2481
  $product_data['title'] = $product->get_title();
2482
  $product_data['title'] = $this->woosea_utf8_for_xml( $product_data['title'] );
 
2483
  $product_data['mother_title'] = $product->get_title();
2484
  $product_data['mother_title'] = $this->woosea_utf8_for_xml( $product_data['mother_title'] );
2485
  $product_data['title_hyphen'] = $product_data['title'];
2480
  }
2481
  $product_data['title'] = $product->get_title();
2482
  $product_data['title'] = $this->woosea_utf8_for_xml( $product_data['title'] );
2483
+ $product_data['title_slug'] = $product->get_slug();
2484
  $product_data['mother_title'] = $product->get_title();
2485
  $product_data['mother_title'] = $this->woosea_utf8_for_xml( $product_data['mother_title'] );
2486
  $product_data['title_hyphen'] = $product_data['title'];
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.6.8',
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.6.9',
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.6.8
9
 
10
  == Description ==
11
 
@@ -345,6 +345,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
345
 
346
  === Changelog ===
347
 
 
 
 
348
  = 11.6.8 (2022-06-30) =
349
  * Fixed an issues with the XML version of the Google Local Product Inventory feed where the g: was missing for the field names
350
 
@@ -3737,6 +3740,9 @@ Questions left or unanswered? Please do not hesitate to contact us at support@ad
3737
 
3738
  == Upgrade Notice ==
3739
 
 
 
 
3740
  = 11.6.8 =
3741
  Fixed an issues with the XML version of the Google Local Product Inventory feed where the g: was missing for the field names
3742
 
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.6.9
9
 
10
  == Description ==
11
 
345
 
346
  === Changelog ===
347
 
348
+ = 11.6.9 (2022-06-30) =
349
+ * Added the product title slug attribute
350
+
351
  = 11.6.8 (2022-06-30) =
352
  * Fixed an issues with the XML version of the Google Local Product Inventory feed where the g: was missing for the field names
353
 
3740
 
3741
  == Upgrade Notice ==
3742
 
3743
+ = 11.6.9 =
3744
+ Added the product title slug attribute
3745
+
3746
  = 11.6.8 =
3747
  Fixed an issues with the XML version of the Google Local Product Inventory feed where the g: was missing for the field names
3748
 
woocommerce-sea.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Product Feed PRO for WooCommerce
4
- * Version: 11.6.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
@@ -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.6.8' );
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.6.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
  * Plugin versionnumber, please do not override.
49
  * Define some constants
50
  */
51
+ define( 'WOOCOMMERCESEA_PLUGIN_VERSION', '11.6.9' );
52
  define( 'WOOCOMMERCESEA_PLUGIN_NAME', 'woocommerce-product-feed-pro' );
53
  define( 'WOOCOMMERCESEA_PLUGIN_NAME_SHORT', 'woo-product-feed-pro' );
54