CTX Feed – WooCommerce Product Feed Manager Plugin - Version 3.0.35

Version Description

Download this release

Release Info

Developer wahid0003
Plugin Icon 128x128 CTX Feed – WooCommerce Product Feed Manager Plugin
Version 3.0.35
Comparing to
See all releases

Code changes from version 3.0.34 to 3.0.35

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.2
7
- Stable tag: 3.0.34
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -303,6 +303,9 @@ Using pro version:
303
 
304
  == Changelog ==
305
 
 
 
 
306
  = 3.0.34(2019-05-23) =
307
  * Fixed: Product attribute empty space issue fixed
308
 
4
  Tags:woocommerce,google product feed,facebook product feed,woocommerce product feed,woocommerce,
5
  Requires at least: 3.6
6
  Tested Up To: 5.2
7
+ Stable tag: 3.0.35
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
303
 
304
  == Changelog ==
305
 
306
+ = 3.0.35(2019-05-29) =
307
+ * Tweak: CrowdFox template modified
308
+
309
  = 3.0.34(2019-05-23) =
310
  * Fixed: Product attribute empty space issue fixed
311
 
admin/partials/templates/crowdfox_add-feed.php CHANGED
@@ -362,104 +362,6 @@
362
  <i class="delRow dashicons dashicons-trash"></i>
363
  </td>
364
  </tr>
365
- <tr>
366
- <td>
367
- <i class="wf_sortedtable dashicons dashicons-menu"></i>
368
- </td>
369
- <td>
370
- <input type="text" name="mattributes[]" autocomplete="off" required
371
- class="wf_validate_attr wf_mattributes wf_mattr" value="obl_info"/>
372
- </td>
373
- <td>
374
- <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
375
- </td>
376
- <td>
377
- <select name="type[]" class="attr_type wfnoempty">
378
- <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
379
- <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
380
- </select>
381
- </td>
382
- <td>
383
- <select name="attributes[]" required="required"
384
- class="wf_validate_attr wf_attr wf_attributes">
385
- <?php echo $product->attributeDropdown(); ?>
386
- </select>
387
- <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
388
- style=" display: none;"/>
389
- </td>
390
- <td>
391
- <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
392
- </td>
393
- <td>
394
- <select name="output_type[][]" class="outputType wfnoempty">
395
- <option value="1">Default</option>
396
- <option value="2">Strip Tags</option>
397
- <option value="3">UTF-8 Encode</option>
398
- <option value="4">htmlentities</option>
399
- <option value="5">Integer</option>
400
- <option value="6">Price</option>
401
- <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
402
- <option value="8">CDATA</option>
403
- </select>
404
- <i class="dashicons dashicons-editor-expand expandType"></i>
405
- <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
406
- </td>
407
- <td>
408
- <input type="text" name="limit[]" class="wf_ps"/>
409
- </td>
410
- <td>
411
- <i class="delRow dashicons dashicons-trash"></i>
412
- </td>
413
- </tr>
414
- <tr>
415
- <td>
416
- <i class="wf_sortedtable dashicons dashicons-menu"></i>
417
- </td>
418
- <td>
419
- <input type="text" name="mattributes[]" autocomplete="off" required
420
- class="wf_validate_attr wf_mattributes wf_mattr" value="brand"/>
421
- </td>
422
- <td>
423
- <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
424
- </td>
425
- <td>
426
- <select name="type[]" class="attr_type wfnoempty">
427
- <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
428
- <option value="pattern" selected> <?php echo _e('Pattern', 'woo-feed'); ?></option>
429
- </select>
430
- </td>
431
- <td>
432
- <select name="attributes[]" required="required" style=" display: none;"
433
- class="wf_validate_attr wf_attr wf_attributes">
434
- <?php echo $product->attributeDropdown(); ?>
435
- </select>
436
- <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
437
- />
438
- </td>
439
- <td>
440
- <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
441
- </td>
442
- <td>
443
- <select name="output_type[][]" class="outputType wfnoempty">
444
- <option value="1">Default</option>
445
- <option value="2">Strip Tags</option>
446
- <option value="3">UTF-8 Encode</option>
447
- <option value="4">htmlentities</option>
448
- <option value="5">Integer</option>
449
- <option value="6">Price</option>
450
- <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
451
- <option value="8">CDATA</option>
452
- </select>
453
- <i class="dashicons dashicons-editor-expand expandType"></i>
454
- <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
455
- </td>
456
- <td>
457
- <input type="text" name="limit[]" class="wf_ps"/>
458
- </td>
459
- <td>
460
- <i class="delRow dashicons dashicons-trash"></i>
461
- </td>
462
- </tr>
463
  <tr>
464
  <td>
465
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
@@ -705,6 +607,104 @@
705
  <i class="delRow dashicons dashicons-trash"></i>
706
  </td>
707
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
  </tbody>
709
  <tfoot>
710
  <tr>
362
  <i class="delRow dashicons dashicons-trash"></i>
363
  </td>
364
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  <tr>
366
  <td>
367
  <i class="wf_sortedtable dashicons dashicons-menu"></i>
607
  <i class="delRow dashicons dashicons-trash"></i>
608
  </td>
609
  </tr>
610
+ <tr>
611
+ <td>
612
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
613
+ </td>
614
+ <td>
615
+ <input type="text" name="mattributes[]" autocomplete="off" required
616
+ class="wf_validate_attr wf_mattributes wf_mattr" value="obl_info"/>
617
+ </td>
618
+ <td>
619
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
620
+ </td>
621
+ <td>
622
+ <select name="type[]" class="attr_type wfnoempty">
623
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
624
+ <option value="pattern"> <?php echo _e('Pattern', 'woo-feed'); ?></option>
625
+ </select>
626
+ </td>
627
+ <td>
628
+ <select name="attributes[]" required="required"
629
+ class="wf_validate_attr wf_attr wf_attributes">
630
+ <?php echo $product->attributeDropdown(); ?>
631
+ </select>
632
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
633
+ style=" display: none;"/>
634
+ </td>
635
+ <td>
636
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
637
+ </td>
638
+ <td>
639
+ <select name="output_type[][]" class="outputType wfnoempty">
640
+ <option value="1">Default</option>
641
+ <option value="2">Strip Tags</option>
642
+ <option value="3">UTF-8 Encode</option>
643
+ <option value="4">htmlentities</option>
644
+ <option value="5">Integer</option>
645
+ <option value="6">Price</option>
646
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
647
+ <option value="8">CDATA</option>
648
+ </select>
649
+ <i class="dashicons dashicons-editor-expand expandType"></i>
650
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
651
+ </td>
652
+ <td>
653
+ <input type="text" name="limit[]" class="wf_ps"/>
654
+ </td>
655
+ <td>
656
+ <i class="delRow dashicons dashicons-trash"></i>
657
+ </td>
658
+ </tr>
659
+ <tr>
660
+ <td>
661
+ <i class="wf_sortedtable dashicons dashicons-menu"></i>
662
+ </td>
663
+ <td>
664
+ <input type="text" name="mattributes[]" autocomplete="off" required
665
+ class="wf_validate_attr wf_mattributes wf_mattr" value="brand"/>
666
+ </td>
667
+ <td>
668
+ <input type="text" name="prefix[]" autocomplete="off" class="wf_ps"/>
669
+ </td>
670
+ <td>
671
+ <select name="type[]" class="attr_type wfnoempty">
672
+ <option value="attribute"> <?php echo _e('Attribute', 'woo-feed'); ?></option>
673
+ <option value="pattern" selected> <?php echo _e('Pattern', 'woo-feed'); ?></option>
674
+ </select>
675
+ </td>
676
+ <td>
677
+ <select name="attributes[]" required="required" style=" display: none;"
678
+ class="wf_validate_attr wf_attr wf_attributes">
679
+ <?php echo $product->attributeDropdown(); ?>
680
+ </select>
681
+ <input type="text" name="default[]" autocomplete="off" class="wf_default wf_attributes"
682
+ />
683
+ </td>
684
+ <td>
685
+ <input type="text" name="suffix[]" autocomplete="off" class="wf_ps"/>
686
+ </td>
687
+ <td>
688
+ <select name="output_type[][]" class="outputType wfnoempty">
689
+ <option value="1">Default</option>
690
+ <option value="2">Strip Tags</option>
691
+ <option value="3">UTF-8 Encode</option>
692
+ <option value="4">htmlentities</option>
693
+ <option value="5">Integer</option>
694
+ <option value="6">Price</option>
695
+ <option value="7">Remove Space</option><option value="10">Remove ShortCodes</option><option value="9">Remove Special Character</option>
696
+ <option value="8">CDATA</option>
697
+ </select>
698
+ <i class="dashicons dashicons-editor-expand expandType"></i>
699
+ <i style="display: none;" class="dashicons dashicons-editor-contract contractType"></i>
700
+ </td>
701
+ <td>
702
+ <input type="text" name="limit[]" class="wf_ps"/>
703
+ </td>
704
+ <td>
705
+ <i class="delRow dashicons dashicons-trash"></i>
706
+ </td>
707
+ </tr>
708
  </tbody>
709
  <tfoot>
710
  <tr>
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.34';
74
 
75
  $this->load_dependencies();
76
  $this->set_locale();
@@ -116,6 +116,7 @@ class Woo_Feed
116
  * of the plugin.
117
  */
118
  require_once plugin_dir_path(dirname(__FILE__)) . 'includes/classes/class-woo-feed-products.php';
 
119
  /**
120
  * The class responsible for processing feed
121
  */
@@ -164,10 +165,10 @@ class Woo_Feed
164
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopzilla.php';
165
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopmania.php';
166
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopping.php';
167
- require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-bing.php';
168
- require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-become.php';
169
- require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-connexity.php';
170
- require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-custom.php';
171
 
172
  /**
173
  * The class responsible for defining all actions that occur in the admin area.
70
  public function __construct()
71
  {
72
  $this->woo_feed = 'woo-feed';
73
+ $this->version = '3.0.35';
74
 
75
  $this->load_dependencies();
76
  $this->set_locale();
116
  * of the plugin.
117
  */
118
  require_once plugin_dir_path(dirname(__FILE__)) . 'includes/classes/class-woo-feed-products.php';
119
+
120
  /**
121
  * The class responsible for processing feed
122
  */
165
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopzilla.php';
166
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopmania.php';
167
  require plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-shopping.php';
168
+ require_once plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-bing.php';
169
+ require_once plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-become.php';
170
+ require_once plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-connexity.php';
171
+ require_once plugin_dir_path(dirname(__FILE__)) . 'includes/feeds/class-woo-feed-custom.php';
172
 
173
  /**
174
  * The class responsible for defining all actions that occur in the admin area.
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.34
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.35
20
  * Author: WebAppick
21
  * Author URI: https://webappick.com/
22
  * License: GPL v2