Version Description
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.0.19 |
Comparing to | |
See all releases |
Code changes from version 3.0.18 to 3.0.19
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://webappick.com
|
|
4 |
Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.1
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -65,7 +65,8 @@ In one word WooCommerce Product Feed is a revolution. Yah, it’s a revolution o
|
|
65 |
* Supported Merchants
|
66 |
* <a target="_blank" href="https://www.google.com/retail/merchant-center/">Google Shopping </a>
|
67 |
* <a target="_blank" href="https://www.google.com/adwords/">Google Adwords </a>
|
68 |
-
* <a target="_blank" href="https://www.facebook.com/business/a/online-sales/dynamic-product-ads"> Facebook Catalog </a>
|
|
|
69 |
* <a target="_blank" href="https://advertising.amazon.com/">Amazon Seller Ad </a>
|
70 |
* <a target="_blank" href="http://www.ebaycommercenetwork.com/">eBay Commerce Network </a>
|
71 |
* <a target="_blank" href="http://www.nextag.com/">Nextag.com </a>
|
@@ -298,6 +299,9 @@ Using pro version:
|
|
298 |
|
299 |
== Changelog ==
|
300 |
|
|
|
|
|
|
|
301 |
= 3.0.18(2019-04-11) =
|
302 |
* Added: Pinterest template added
|
303 |
|
4 |
Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.1
|
7 |
+
Stable tag: 3.0.19
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
65 |
* Supported Merchants
|
66 |
* <a target="_blank" href="https://www.google.com/retail/merchant-center/">Google Shopping </a>
|
67 |
* <a target="_blank" href="https://www.google.com/adwords/">Google Adwords </a>
|
68 |
+
* <a target="_blank" href="https://www.facebook.com/business/a/online-sales/dynamic-product-ads"> Facebook Catalog Feed</a>
|
69 |
+
* <a target="_blank" href="https://help.pinterest.com/en/business/article/data-source-specification"> Pinterest Catalog Feed </a>
|
70 |
* <a target="_blank" href="https://advertising.amazon.com/">Amazon Seller Ad </a>
|
71 |
* <a target="_blank" href="http://www.ebaycommercenetwork.com/">eBay Commerce Network </a>
|
72 |
* <a target="_blank" href="http://www.nextag.com/">Nextag.com </a>
|
299 |
|
300 |
== Changelog ==
|
301 |
|
302 |
+
= 3.0.19(2019-04-14) =
|
303 |
+
* Added: MyShopping.com.au template added
|
304 |
+
|
305 |
= 3.0.18(2019-04-11) =
|
306 |
* Added: Pinterest template added
|
307 |
|
admin/partials/myshopping.com.au/add-feed.php
CHANGED
@@ -19,6 +19,55 @@
|
|
19 |
</tr>
|
20 |
</thead>
|
21 |
<tbody>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
<tr>
|
23 |
<td>
|
24 |
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
@@ -68,7 +117,6 @@
|
|
68 |
<i class="delRow dashicons dashicons-trash"></i>
|
69 |
</td>
|
70 |
</tr>
|
71 |
-
|
72 |
<tr>
|
73 |
<td>
|
74 |
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
19 |
</tr>
|
20 |
</thead>
|
21 |
<tbody>
|
22 |
+
<tr>
|
23 |
+
<td>
|
24 |
+
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
25 |
+
</td>
|
26 |
+
<td>
|
27 |
+
<input type="text" name="mattributes[]" autocomplete="off" required
|
28 |
+
class="wf_validate_attr wf_mattributes wf_mattr" value="code"/>
|
29 |
+
</td>
|
30 |
+
<td>
|
31 |
+
<input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
|
32 |
+
</td>
|
33 |
+
<td>
|
34 |
+
<select name="type[]" class="attr_type wfnoempty">
|
35 |
+
<option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
|
36 |
+
<option value="pattern" selected> <?php echo _e('Pattern', 'woo-feed'); ?></option>
|
37 |
+
</select>
|
38 |
+
</td>
|
39 |
+
<td>
|
40 |
+
<select name="attributes[]" required="required" style=" display: none;"
|
41 |
+
class="wf_validate_attr wf_attr wf_attributes">
|
42 |
+
<?php echo $product->attributeDropdown(''); ?>
|
43 |
+
</select>
|
44 |
+
<input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
|
45 |
+
/>
|
46 |
+
</td>
|
47 |
+
<td>
|
48 |
+
<input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
|
49 |
+
</td>
|
50 |
+
<td>
|
51 |
+
<select name="output_type[][]" class="outputType wfnoempty">
|
52 |
+
<option value="1">Default</option>
|
53 |
+
<option value="2">Strip Tags</option>
|
54 |
+
<option value="3">UTF-8 Encode</option>
|
55 |
+
<option value="4">htmlentities</option>
|
56 |
+
<option value="5">Integer</option>
|
57 |
+
<option value="6">Price</option>
|
58 |
+
<option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
|
59 |
+
<option value="8">CDATA</option>
|
60 |
+
</select>
|
61 |
+
<i class="dashicons dashicons-editor-expand expandType"></i>
|
62 |
+
<i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
|
63 |
+
</td>
|
64 |
+
<td>
|
65 |
+
<input type="text" name="limit[]" class="wf_ps"/>
|
66 |
+
</td>
|
67 |
+
<td>
|
68 |
+
<i class="delRow dashicons dashicons-trash"></i>
|
69 |
+
</td>
|
70 |
+
</tr>
|
71 |
<tr>
|
72 |
<td>
|
73 |
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
117 |
<i class="delRow dashicons dashicons-trash"></i>
|
118 |
</td>
|
119 |
</tr>
|
|
|
120 |
<tr>
|
121 |
<td>
|
122 |
<i class="wf_sortedtable dashicons dashicons-menu"></i>
|
includes/class-woo-feed.php
CHANGED
@@ -70,7 +70,7 @@ class Woo_Feed
|
|
70 |
public function __construct()
|
71 |
{
|
72 |
$this->woo_feed = 'woo-feed';
|
73 |
-
$this->version = '3.0.
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
70 |
public function __construct()
|
71 |
{
|
72 |
$this->woo_feed = 'woo-feed';
|
73 |
+
$this->version = '3.0.19';
|
74 |
|
75 |
$this->load_dependencies();
|
76 |
$this->set_locale();
|
includes/classes/class-woo-feed-default-attributes.php
CHANGED
@@ -31,7 +31,7 @@ class Woo_Feed_Default_Attributes
|
|
31 |
"custom" =>"Custom Feed",
|
32 |
"---1" => "",
|
33 |
|
34 |
-
"--2" =>"Feed Template",
|
35 |
"google" =>"Google Shopping",
|
36 |
"google_local" =>"Google Local Product",
|
37 |
"google_local_inventory" =>"Google Local Product Inventory",
|
@@ -66,7 +66,7 @@ class Woo_Feed_Default_Attributes
|
|
66 |
"jet" =>"Jet.com",
|
67 |
"wish" =>"Wish.com",
|
68 |
"zap.co.il" => "Zap.co.il",
|
69 |
-
|
70 |
// "smartly.io" => "Smartly.io",
|
71 |
// "stylight.com" => "Stylight.com",
|
72 |
// "nextad" => "TheNextAd",
|
31 |
"custom" =>"Custom Feed",
|
32 |
"---1" => "",
|
33 |
|
34 |
+
"--2" => "Feed Template",
|
35 |
"google" =>"Google Shopping",
|
36 |
"google_local" =>"Google Local Product",
|
37 |
"google_local_inventory" =>"Google Local Product Inventory",
|
66 |
"jet" =>"Jet.com",
|
67 |
"wish" =>"Wish.com",
|
68 |
"zap.co.il" => "Zap.co.il",
|
69 |
+
"myshopping.com.au" => "Myshopping.com.au",
|
70 |
// "smartly.io" => "Smartly.io",
|
71 |
// "stylight.com" => "Stylight.com",
|
72 |
// "nextad" => "TheNextAd",
|
woo-feed.php
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
* Plugin Name: WooCommerce Product Feed
|
17 |
* Plugin URI: https://webappick.com/
|
18 |
* Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
|
19 |
-
* Version: 3.0.
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|
16 |
* Plugin Name: WooCommerce Product Feed
|
17 |
* Plugin URI: https://webappick.com/
|
18 |
* Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
|
19 |
+
* Version: 3.0.19
|
20 |
* Author: WebAppick
|
21 |
* Author URI: https://webappick.com/
|
22 |
* License: GPL v2
|