Version Description
(2021-12-01) = * Updated: Heureka.sk template updated.
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 4.4.40 |
Comparing to | |
See all releases |
Code changes from version 4.4.39 to 4.4.40
- README.txt +5 -2
- admin/class-woo-feed-admin.php +0 -0
- admin/images/ctx-feed-black-friday-banner-2021.png +0 -0
- admin/js/fancy-select.min.js.map +0 -0
- admin/js/jquery-sortable.min.js.map +0 -0
- admin/js/woo-feed-admin-pro.min.js.map +0 -0
- admin/js/woo-feed-admin.js +0 -0
- admin/js/woo-feed-admin.min.js +0 -0
- admin/js/woo-feed-admin.min.js.map +0 -0
- admin/js/woo-feed-facebook-pixel.min.js.map +0 -0
- admin/js/woo-feed-google-remarketing.min.js.map +0 -0
- admin/partials/templates/taxonomies/fb_taxonomy.txt +0 -0
- admin/partials/woo-feed-edit-config.php +0 -0
- includes/classes/class-woo-feed-default-attributes.php +0 -0
- includes/classes/class-woo-feed-dropdown.php +0 -0
- includes/classes/class-woo-feed-products-v3.php +0 -0
- includes/helper.php +4 -0
- includes/template-configs.php +0 -0
- languages/woo-feed.pot +54 -54
- woo-feed.php +3 -3
README.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
=== CTX Feed - WooCommerce Product Feed Generator ===
|
2 |
Contributors: wahid0003, webappick, mhamudul_hk, shuvo586, nayanchamp7, aihimel, mrinal013
|
3 |
Donate link: https://webappick.com
|
4 |
Tags: Product Feed, WooCommerce, Google Shopping, Google Merchant, Facebook Catalog, Bing Shopping, Instagram Shop, Skroutz Data Feed, xml feed, csv feed, txt feed, woocommerce product feed
|
5 |
Requires at least: 4.4
|
6 |
Tested Up To: 5.8.2
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 4.4.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -517,6 +517,9 @@ Using pro version:
|
|
517 |
|
518 |
== Changelog ==
|
519 |
|
|
|
|
|
|
|
520 |
= 4.4.39 (2021-11-26) =
|
521 |
* Updated: Facebook new attribute added.
|
522 |
* Added: Currency attribute has been added.
|
1 |
+
=== CTX Feed - WooCommerce Product Feed Generator ===
|
2 |
Contributors: wahid0003, webappick, mhamudul_hk, shuvo586, nayanchamp7, aihimel, mrinal013
|
3 |
Donate link: https://webappick.com
|
4 |
Tags: Product Feed, WooCommerce, Google Shopping, Google Merchant, Facebook Catalog, Bing Shopping, Instagram Shop, Skroutz Data Feed, xml feed, csv feed, txt feed, woocommerce product feed
|
5 |
Requires at least: 4.4
|
6 |
Tested Up To: 5.8.2
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 4.4.40
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
517 |
|
518 |
== Changelog ==
|
519 |
|
520 |
+
= 4.4.40 (2021-12-01) =
|
521 |
+
* Updated: Heureka.sk template updated.
|
522 |
+
|
523 |
= 4.4.39 (2021-11-26) =
|
524 |
* Updated: Facebook new attribute added.
|
525 |
* Added: Currency attribute has been added.
|
admin/class-woo-feed-admin.php
CHANGED
File without changes
|
admin/images/ctx-feed-black-friday-banner-2021.png
CHANGED
File without changes
|
admin/js/fancy-select.min.js.map
CHANGED
File without changes
|
admin/js/jquery-sortable.min.js.map
CHANGED
File without changes
|
admin/js/woo-feed-admin-pro.min.js.map
CHANGED
File without changes
|
admin/js/woo-feed-admin.js
CHANGED
File without changes
|
admin/js/woo-feed-admin.min.js
CHANGED
File without changes
|
admin/js/woo-feed-admin.min.js.map
CHANGED
File without changes
|
admin/js/woo-feed-facebook-pixel.min.js.map
CHANGED
File without changes
|
admin/js/woo-feed-google-remarketing.min.js.map
CHANGED
File without changes
|
admin/partials/templates/taxonomies/fb_taxonomy.txt
CHANGED
File without changes
|
admin/partials/woo-feed-edit-config.php
CHANGED
File without changes
|
includes/classes/class-woo-feed-default-attributes.php
CHANGED
File without changes
|
includes/classes/class-woo-feed-dropdown.php
CHANGED
File without changes
|
includes/classes/class-woo-feed-products-v3.php
CHANGED
File without changes
|
includes/helper.php
CHANGED
@@ -2869,6 +2869,10 @@ if (!function_exists('woo_feed_filter_parsed_rules')) {
|
|
2869 |
$rules['itemsWrapper'] = 'SHOP xmlns="http://www.zbozi.cz/ns/offer/1.0"';
|
2870 |
$rules['itemWrapper'] = 'SHOPITEM';
|
2871 |
}
|
|
|
|
|
|
|
|
|
2872 |
}
|
2873 |
|
2874 |
return $rules;
|
2869 |
$rules['itemsWrapper'] = 'SHOP xmlns="http://www.zbozi.cz/ns/offer/1.0"';
|
2870 |
$rules['itemWrapper'] = 'SHOPITEM';
|
2871 |
}
|
2872 |
+
|
2873 |
+
if (false !== strpos($provider, 'heureka.sk')) {
|
2874 |
+
$rules['itemWrapper'] = 'SHOPITEM';
|
2875 |
+
}
|
2876 |
}
|
2877 |
|
2878 |
return $rules;
|
includes/template-configs.php
CHANGED
File without changes
|
languages/woo-feed.pot
CHANGED
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
msgid "Unauthorized Action."
|
17 |
msgstr ""
|
18 |
|
19 |
-
#: woo-feed.php:237, woo-feed.php:356, includes/helper.php:853, includes/helper.php:1904, includes/helper.php:
|
20 |
msgid "Invalid Request."
|
21 |
msgstr ""
|
22 |
|
@@ -76,7 +76,7 @@ msgstr ""
|
|
76 |
msgid "Learn More.."
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: admin/class-woo-feed-admin.php:163, includes/helper.php:
|
80 |
msgid "Select A Category"
|
81 |
msgstr ""
|
82 |
|
@@ -168,7 +168,7 @@ msgstr ""
|
|
168 |
msgid "mappings"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: admin/class-woo-feed-category-list.php:81, admin/class-woo-feed-category-list.php:122, admin/class-woo-feed-category-list.php:217, admin/class-woo-feed-manage-list.php:163, admin/class-woo-feed-manage-list.php:271, includes/helper.php:
|
172 |
msgid "Edit"
|
173 |
msgstr ""
|
174 |
|
@@ -533,207 +533,207 @@ msgstr ""
|
|
533 |
msgid " Imported"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: includes/helper.php:
|
537 |
msgid "Brand"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: includes/helper.php:
|
541 |
msgid "GTIN"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: includes/helper.php:
|
545 |
msgid "MPN"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: includes/helper.php:
|
549 |
msgid "EAN"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: includes/helper.php:
|
553 |
msgid "ISBN"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: includes/helper.php:
|
557 |
msgid "Age group"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: includes/helper.php:
|
561 |
msgid "Gender"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: includes/helper.php:
|
565 |
msgid "Material"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: includes/helper.php:
|
569 |
msgid "Cost of good sold"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: includes/helper.php:
|
573 |
msgid "Availability Date"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: includes/helper.php:
|
577 |
msgid "Unit"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: includes/helper.php:
|
581 |
msgid "Unit Price Measure"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: includes/helper.php:
|
585 |
msgid "Unit Price Base Measure"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: includes/helper.php:
|
589 |
msgid "Custom field 0"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: includes/helper.php:
|
593 |
msgid "Custom field 1"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: includes/helper.php:
|
597 |
msgid "Custom field 2"
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: includes/helper.php:
|
601 |
msgid "Custom field 3"
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: includes/helper.php:
|
605 |
msgid "Custom field 4"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: includes/helper.php:
|
609 |
msgid "CUSTOM FIELDS by CTX Feed"
|
610 |
msgstr ""
|
611 |
|
612 |
-
#: includes/helper.php:
|
613 |
msgid "Set product "
|
614 |
msgstr ""
|
615 |
|
616 |
-
#: includes/helper.php:
|
617 |
msgid " here."
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: includes/helper.php:
|
621 |
msgid "Another category mapping exists with the same name."
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: includes/helper.php:
|
625 |
msgid "Failed To Add Mapping"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: includes/helper.php:
|
629 |
msgid "Mapping Added Successfully"
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: includes/helper.php:
|
633 |
msgid "Mapping Not Changed"
|
634 |
msgstr ""
|
635 |
|
636 |
-
#: includes/helper.php:
|
637 |
msgid "Failed To Updated Mapping"
|
638 |
msgstr ""
|
639 |
|
640 |
-
#: includes/helper.php:
|
641 |
msgid "Mapping Updated Successfully"
|
642 |
msgstr ""
|
643 |
|
644 |
-
#: includes/helper.php:
|
645 |
msgid "Copy this category to subcategories"
|
646 |
msgstr ""
|
647 |
|
648 |
-
#: includes/helper.php:
|
649 |
msgid "Clear Cache"
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: includes/helper.php:
|
653 |
msgid "Something is wrong."
|
654 |
msgstr ""
|
655 |
|
656 |
-
#: includes/helper.php:
|
657 |
msgid "User meta updated successfully."
|
658 |
msgstr ""
|
659 |
|
660 |
-
#: includes/helper.php:
|
661 |
msgid "by CTX Feed"
|
662 |
msgstr ""
|
663 |
|
664 |
-
#: includes/helper.php:
|
665 |
msgid "All"
|
666 |
msgstr ""
|
667 |
|
668 |
-
#: includes/helper.php:
|
669 |
msgid "Parent"
|
670 |
msgstr ""
|
671 |
|
672 |
-
#: includes/helper.php:
|
673 |
msgid "Parent:"
|
674 |
msgstr ""
|
675 |
|
676 |
-
#: includes/helper.php:
|
677 |
msgid "New"
|
678 |
msgstr ""
|
679 |
|
680 |
-
#: includes/helper.php:
|
681 |
msgid "Name"
|
682 |
msgstr ""
|
683 |
|
684 |
-
#: includes/helper.php:
|
685 |
msgid "Add New"
|
686 |
msgstr ""
|
687 |
|
688 |
-
#: includes/helper.php:
|
689 |
msgid "Update"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: includes/helper.php:
|
693 |
msgid "Separate"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: includes/helper.php:
|
697 |
msgid "with commas"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: includes/helper.php:
|
701 |
msgid "Search"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: includes/helper.php:
|
705 |
msgid "Add or remove"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: includes/helper.php:
|
709 |
msgid "Choose from the most used"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: includes/helper.php:
|
713 |
msgid "Option Successfully Added."
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: includes/helper.php:
|
717 |
msgid "Option Already Added."
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: includes/helper.php:
|
721 |
msgid "Delivery up to 30 days"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: includes/helper.php:
|
725 |
msgid "Delivery 1 to 3 days"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: includes/helper.php:
|
729 |
msgid "Feed data is empty. Can't duplicate feed."
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: includes/helper.php:
|
733 |
msgid "Unable to save the duplicate feed data."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: includes/helper.php:
|
737 |
msgid "Feed Successfully Duplicated, but unable to generate the data file. Please click the \"Regenerate Button\""
|
738 |
msgstr ""
|
739 |
|
16 |
msgid "Unauthorized Action."
|
17 |
msgstr ""
|
18 |
|
19 |
+
#: woo-feed.php:237, woo-feed.php:356, includes/helper.php:853, includes/helper.php:1904, includes/helper.php:2949, includes/helper.php:2978, includes/helper.php:3370, includes/helper.php:3568, includes/helper.php:3596, includes/helper.php:5008, includes/helper.php:5517
|
20 |
msgid "Invalid Request."
|
21 |
msgstr ""
|
22 |
|
76 |
msgid "Learn More.."
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: admin/class-woo-feed-admin.php:163, includes/helper.php:3288, admin/partials/woo-feed-edit-config.php:66
|
80 |
msgid "Select A Category"
|
81 |
msgstr ""
|
82 |
|
168 |
msgid "mappings"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: admin/class-woo-feed-category-list.php:81, admin/class-woo-feed-category-list.php:122, admin/class-woo-feed-category-list.php:217, admin/class-woo-feed-manage-list.php:163, admin/class-woo-feed-manage-list.php:271, includes/helper.php:3649
|
172 |
msgid "Edit"
|
173 |
msgstr ""
|
174 |
|
533 |
msgid " Imported"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: includes/helper.php:2913
|
537 |
msgid "Brand"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: includes/helper.php:2914
|
541 |
msgid "GTIN"
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: includes/helper.php:2915
|
545 |
msgid "MPN"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: includes/helper.php:2916
|
549 |
msgid "EAN"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: includes/helper.php:2917
|
553 |
msgid "ISBN"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: includes/helper.php:2918
|
557 |
msgid "Age group"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: includes/helper.php:2919
|
561 |
msgid "Gender"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: includes/helper.php:2920
|
565 |
msgid "Material"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: includes/helper.php:2921
|
569 |
msgid "Cost of good sold"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: includes/helper.php:2922, includes/classes/class-woo-feed-dropdown.php:396, libs/WebAppick/Attributes/AvailabilityDate.php:47, libs/WebAppick/Attributes/AvailabilityDate.php:77
|
573 |
msgid "Availability Date"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: includes/helper.php:2923
|
577 |
msgid "Unit"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: includes/helper.php:2924, includes/classes/class-woo-feed-dropdown.php:466
|
581 |
msgid "Unit Price Measure"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: includes/helper.php:2925, includes/classes/class-woo-feed-dropdown.php:467
|
585 |
msgid "Unit Price Base Measure"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: includes/helper.php:2926
|
589 |
msgid "Custom field 0"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: includes/helper.php:2927
|
593 |
msgid "Custom field 1"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: includes/helper.php:2928
|
597 |
msgid "Custom field 2"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: includes/helper.php:2929
|
601 |
msgid "Custom field 3"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: includes/helper.php:2930
|
605 |
msgid "Custom field 4"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: includes/helper.php:2999, includes/helper.php:3091
|
609 |
msgid "CUSTOM FIELDS by CTX Feed"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: includes/helper.php:3016
|
613 |
msgid "Set product "
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: includes/helper.php:3016
|
617 |
msgid " here."
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: includes/helper.php:3207
|
621 |
msgid "Another category mapping exists with the same name."
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: includes/helper.php:3216
|
625 |
msgid "Failed To Add Mapping"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: includes/helper.php:3212
|
629 |
msgid "Mapping Added Successfully"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: includes/helper.php:3181
|
633 |
msgid "Mapping Not Changed"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: includes/helper.php:3191
|
637 |
msgid "Failed To Updated Mapping"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: includes/helper.php:3187
|
641 |
msgid "Mapping Updated Successfully"
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: includes/helper.php:3308
|
645 |
msgid "Copy this category to subcategories"
|
646 |
msgstr ""
|
647 |
|
648 |
+
#: includes/helper.php:3339
|
649 |
msgid "Clear Cache"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: includes/helper.php:3564, includes/helper.php:3593
|
653 |
msgid "Something is wrong."
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: includes/helper.php:3562
|
657 |
msgid "User meta updated successfully."
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: includes/helper.php:3641, includes/helper.php:3643
|
661 |
msgid "by CTX Feed"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: includes/helper.php:3644
|
665 |
msgid "All"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: includes/helper.php:3645
|
669 |
msgid "Parent"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: includes/helper.php:3646
|
673 |
msgid "Parent:"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: includes/helper.php:3647
|
677 |
msgid "New"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: includes/helper.php:3647, libs/WebAppick/AppServices/Insights.php:977
|
681 |
msgid "Name"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: includes/helper.php:3648
|
685 |
msgid "Add New"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: includes/helper.php:3650
|
689 |
msgid "Update"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: includes/helper.php:3651
|
693 |
msgid "Separate"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: includes/helper.php:3651
|
697 |
msgid "with commas"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: includes/helper.php:3652
|
701 |
msgid "Search"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: includes/helper.php:3653
|
705 |
msgid "Add or remove"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: includes/helper.php:3654
|
709 |
msgid "Choose from the most used"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: includes/helper.php:4696
|
713 |
msgid "Option Successfully Added."
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: includes/helper.php:4687
|
717 |
msgid "Option Already Added."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: includes/helper.php:5422
|
721 |
msgid "Delivery up to 30 days"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: includes/helper.php:5420
|
725 |
msgid "Delivery 1 to 3 days"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: includes/helper.php:5525
|
729 |
msgid "Feed data is empty. Can't duplicate feed."
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: includes/helper.php:5541
|
733 |
msgid "Unable to save the duplicate feed data."
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: includes/helper.php:5551
|
737 |
msgid "Feed Successfully Duplicated, but unable to generate the data file. Please click the \"Regenerate Button\""
|
738 |
msgstr ""
|
739 |
|
woo-feed.php
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
* Plugin Name: CTX Feed
|
11 |
* Plugin URI: https://webappick.com/
|
12 |
* Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
|
13 |
-
* Version: 4.4.
|
14 |
* Author: WebAppick
|
15 |
* Author URI: https://webappick.com/
|
16 |
* License: GPL v2
|
@@ -42,7 +42,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
|
|
42 |
* @var string
|
43 |
* @since 3.1.6
|
44 |
*/
|
45 |
-
define( 'WOO_FEED_FREE_VERSION', '4.4.
|
46 |
}
|
47 |
|
48 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|
@@ -207,7 +207,7 @@ if ( ! function_exists( 'run_woo_feed' ) ) {
|
|
207 |
*/
|
208 |
add_action( 'plugins_loaded', array( $plugin, 'run' ), PHP_INT_MAX );
|
209 |
add_action( 'admin_notices', 'wooFeed_Admin_Notices' );
|
210 |
-
add_action( 'admin_notices', 'woo_feed_black_friday_notice' );
|
211 |
WooFeedWebAppickAPI::getInstance();
|
212 |
|
213 |
}
|
10 |
* Plugin Name: CTX Feed
|
11 |
* Plugin URI: https://webappick.com/
|
12 |
* Description: Easily generate woocommerce product feed for any marketing channel like Google Shopping(Merchant), Facebook Remarketing, Bing, eBay & more. Support 100+ Merchants.
|
13 |
+
* Version: 4.4.40
|
14 |
* Author: WebAppick
|
15 |
* Author URI: https://webappick.com/
|
16 |
* License: GPL v2
|
42 |
* @var string
|
43 |
* @since 3.1.6
|
44 |
*/
|
45 |
+
define( 'WOO_FEED_FREE_VERSION', '4.4.40' );
|
46 |
}
|
47 |
|
48 |
if ( ! defined( 'WOO_FEED_FREE_FILE' ) ) {
|
207 |
*/
|
208 |
add_action( 'plugins_loaded', array( $plugin, 'run' ), PHP_INT_MAX );
|
209 |
add_action( 'admin_notices', 'wooFeed_Admin_Notices' );
|
210 |
+
//add_action( 'admin_notices', 'woo_feed_black_friday_notice' );
|
211 |
WooFeedWebAppickAPI::getInstance();
|
212 |
|
213 |
}
|