Version Description
(2020-01-06) = * Fix Docs Page Postbox styles * Update Button UI
Download this release
Release Info
Developer | wahid0003 |
Plugin | CTX Feed – WooCommerce Product Feed Manager Plugin |
Version | 3.2.9 |
Comparing to | |
See all releases |
Code changes from version 3.2.8 to 3.2.9
- README.txt +5 -1
- admin/css/woo-feed-admin.css +13 -4
- admin/images/get-woo-feed-pro.svg +31 -0
- admin/images/woo-feed-pro-horizontal-logo.svg +0 -33
- includes/classes/class-woo-feed-admin-message.php +6 -13
- woo-feed.php +2 -2
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags:woocommerce,google product feed,facebook product feed,woocommerce product f
|
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.4-alpha-46743
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 3.2.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -305,6 +305,10 @@ Using pro version:
|
|
305 |
|
306 |
== Changelog ==
|
307 |
|
|
|
|
|
|
|
|
|
308 |
= 3.2.8 (2020-01-05) =
|
309 |
* Remove `set_time_limit(0)` (disabled in some host).
|
310 |
|
5 |
Requires at least: 3.6
|
6 |
Tested Up To: 5.4-alpha-46743
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 3.2.9
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
305 |
|
306 |
== Changelog ==
|
307 |
|
308 |
+
= 3.2.9 (2020-01-06) =
|
309 |
+
* Fix Docs Page Postbox styles
|
310 |
+
* Update Button UI
|
311 |
+
|
312 |
= 3.2.8 (2020-01-05) =
|
313 |
* Remove `set_time_limit(0)` (disabled in some host).
|
314 |
|
admin/css/woo-feed-admin.css
CHANGED
@@ -634,10 +634,16 @@ ul.tracker_collection_list li { margin: 0; }
|
|
634 |
/** Info Message Table **/
|
635 |
table.wf-info-table th,
|
636 |
table.wf-rate-table th { vertical-align: middle; text-align: center; max-width: 100%; font-weight: 500; }
|
637 |
-
table.wf-info-table th
|
638 |
table.wf-rate-table th strong { font-weight: bold; }
|
639 |
-
table.wf-info-table th
|
640 |
-
table.wf-rate-table a { color
|
|
|
|
|
|
|
|
|
|
|
|
|
641 |
table.wf-rate-table a.review-star:after {
|
642 |
content: "\f155\f155\f155\f155\f155" !important;
|
643 |
font-family: dashicons;
|
@@ -734,8 +740,10 @@ table.wf-rate-table a.review-star:after {
|
|
734 |
font-size: inherit;
|
735 |
vertical-align: middle;
|
736 |
}
|
|
|
|
|
737 |
/** Extend WP Core UI PostBox For Docs **/
|
738 |
-
.wapk-
|
739 |
@media only screen and (max-width: 850px) {
|
740 |
.wapk-feed-docs .postbox { display: block; width: auto; float: none; margin-right: auto; }
|
741 |
}
|
@@ -746,6 +754,7 @@ table.wf-rate-table a.review-star:after {
|
|
746 |
.wapk-feed-docs .postbox ul { margin-bottom: 0; }
|
747 |
.wapk-feed-docs .postbox .toggle-indicator:before { content: "\F142"; display: inline-block; font: 400 20px/1 dashicons; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none!important; }
|
748 |
.wapk-feed-docs .postbox.closed .toggle-indicator:before { content: "\F140"; }
|
|
|
749 |
.wapk-section #post-body.columns-2 #side-sortables {
|
750 |
min-height: 196px;
|
751 |
}
|
634 |
/** Info Message Table **/
|
635 |
table.wf-info-table th,
|
636 |
table.wf-rate-table th { vertical-align: middle; text-align: center; max-width: 100%; font-weight: 500; }
|
637 |
+
table.wf-info-table th a,
|
638 |
table.wf-rate-table th strong { font-weight: bold; }
|
639 |
+
table.wf-info-table th a,
|
640 |
+
table.wf-rate-table a { color: #0073aa; }
|
641 |
+
table.wf-info-table th a.get-woo-feed-pro { display: inline-block; text-decoration: none; background: #f3f5f6; color: #ff3355; vertical-align: top; font-size: 14px; line-height: 3.14285714; box-sizing: border-box; margin: 0; border-radius: 35px; box-shadow: 1px 2px 10px 1px rgba(255, 51, 85, 0.5); }
|
642 |
+
table.wf-info-table th a.get-woo-feed-pro img { display: block; position: relative; margin: -2px; width: 180px; height: auto; }
|
643 |
+
table.wf-info-table th a.button { border-color: #0073aa; border-radius: 35px; }
|
644 |
+
table.wf-info-table th a.documentation { color: #0073aa;}
|
645 |
+
table.wf-info-table th a.tutorial { color: #ee264a; }
|
646 |
+
table.wf-info-table th a.support { color: #0DD41E; }
|
647 |
table.wf-rate-table a.review-star:after {
|
648 |
content: "\f155\f155\f155\f155\f155" !important;
|
649 |
font-family: dashicons;
|
740 |
font-size: inherit;
|
741 |
vertical-align: middle;
|
742 |
}
|
743 |
+
|
744 |
+
/*.wapk-admin .help a { color: inherit; text-decoration: underline; }*/
|
745 |
/** Extend WP Core UI PostBox For Docs **/
|
746 |
+
.wapk-feed-docs .postbox { width: 355px; margin-right: 20px; display: inline-block; vertical-align: top; }
|
747 |
@media only screen and (max-width: 850px) {
|
748 |
.wapk-feed-docs .postbox { display: block; width: auto; float: none; margin-right: auto; }
|
749 |
}
|
754 |
.wapk-feed-docs .postbox ul { margin-bottom: 0; }
|
755 |
.wapk-feed-docs .postbox .toggle-indicator:before { content: "\F142"; display: inline-block; font: 400 20px/1 dashicons; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none!important; }
|
756 |
.wapk-feed-docs .postbox.closed .toggle-indicator:before { content: "\F140"; }
|
757 |
+
|
758 |
.wapk-section #post-body.columns-2 #side-sortables {
|
759 |
min-height: 196px;
|
760 |
}
|
admin/images/get-woo-feed-pro.svg
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
+
<svg width="107px" height="25px" viewBox="0 0 107 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3 |
+
<!-- Generator: Sketch 61.2 (89653) - https://sketch.com -->
|
4 |
+
<title>CTA</title>
|
5 |
+
<desc>Created with Sketch.</desc>
|
6 |
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7 |
+
<g id="CTA" fill-rule="nonzero">
|
8 |
+
<rect id="Rectangle" fill="#FF3355" x="0.132352941" y="0.360294118" width="106.481618" height="24.4007353" rx="12.1985294"></rect>
|
9 |
+
<path d="M19.2022059,12.8492647 C19.1470588,12.8492647 19.1066176,12.8125 19.1066176,12.7536765 L19.1066176,11.9963235 C19.104345,11.9703416 19.1136834,11.9446854 19.1321255,11.9262432 C19.1505677,11.907801 19.1762239,11.8984627 19.2022059,11.9007353 L21.9632353,11.9007353 C22.0477941,11.9007353 22.0845588,11.9558824 22.0772059,12.0147059 C22.0477941,14.1801471 21.0845588,15.5220588 19.0330882,15.5110294 C17.0845588,15.5110294 15.7904412,14.1691176 15.7904412,12.1470588 C15.7904412,10.125 17.1433824,8.78308824 19.1654412,8.78308824 C20.0362991,8.75832837 20.8817831,9.07802702 21.5183824,9.67279412 C21.550596,9.70682032 21.550596,9.76009144 21.5183824,9.79411765 L20.9338235,10.5294118 C20.9201246,10.5462088 20.9002572,10.5568048 20.8786765,10.5588235 C20.8533232,10.5594394 20.8290321,10.5486434 20.8125,10.5294118 C20.350049,10.1409626 19.7657121,9.92752999 19.1617647,9.92647059 C18.5619039,9.88832985 17.9740956,10.1069024 17.5448863,10.5276958 C17.115677,10.9484892 16.8855087,11.5318546 16.9117647,12.1323529 C16.9117647,13.4742647 17.7610294,14.3713235 19.0183824,14.3713235 C19.9652733,14.459594 20.8093433,13.7755219 20.9191176,12.8308824 L19.2022059,12.8492647 Z" id="Path" fill="#FFFFFF"></path>
|
10 |
+
<path d="M25.1176471,14.5220588 C25.4885221,14.528734 25.8487169,14.3977541 26.1286765,14.1544118 C26.155429,14.1316394 26.1891474,14.1186708 26.2242647,14.1176471 C26.249618,14.1170312 26.273909,14.1278272 26.2904412,14.1470588 L26.8382353,14.7389706 C26.8769925,14.7789075 26.8769925,14.8424161 26.8382353,14.8823529 C26.3568334,15.3412601 25.7037034,15.5749978 25.0404412,15.5257353 C24.4127108,15.5683847 23.7966414,15.3409501 23.3472045,14.9006424 C22.8977675,14.4603346 22.6577398,13.8490616 22.6875,13.2205882 C22.6493832,12.5966937 22.8808857,11.9864482 23.3232197,11.5448173 C23.7655538,11.1031865 24.3761669,10.8726552 25,10.9117647 C26.3897059,10.9117647 27.3051471,11.7426471 27.2977941,13.5477941 C27.3015245,13.5741138 27.292661,13.6006556 27.2738641,13.6194524 C27.2550673,13.6382492 27.2285255,13.6471127 27.2022059,13.6433824 L23.8529412,13.6433824 C24.0107685,14.2005798 24.5403974,14.5685487 25.1176471,14.5220588 Z M26.1764706,12.8382353 C26.0466714,12.2956235 25.5615971,11.9128992 25.0036765,11.9128992 C24.4457559,11.9128992 23.9606815,12.2956235 23.8308824,12.8382353 L26.1764706,12.8382353 Z" id="Shape" fill="#FFFFFF"></path>
|
11 |
+
<path d="M29.8639706,14.4264706 C29.9997138,14.4097052 30.1275486,14.3534579 30.2316176,14.2647059 C30.2497404,14.2603367 30.268642,14.2603367 30.2867647,14.2647059 C30.3195966,14.2642964 30.3496973,14.2829302 30.3639706,14.3125 L30.6580882,15.0698529 C30.6875,15.1360294 30.6764706,15.1911765 30.6286765,15.2205882 C30.3485569,15.4224178 30.0106437,15.5281769 29.6654412,15.5220588 C28.8713235,15.5220588 28.4080882,14.9558824 28.4191176,13.9889706 L28.4191176,11.9889706 L27.8235294,11.9889706 C27.7975475,11.9912432 27.7718912,11.9819048 27.7534491,11.9634627 C27.7350069,11.9450205 27.7256685,11.9193643 27.7279412,11.8933824 L27.7279412,11.0808824 C27.7288603,11.056794 27.7395947,11.0341305 27.7576499,11.0181586 C27.7757051,11.0021867 27.7995089,10.9942972 27.8235294,10.9963235 L28.4191176,10.9963235 L28.4191176,9.61764706 C28.4191176,9.5625 28.4485294,9.52205882 28.5036765,9.52205882 L29.4117647,9.52205882 C29.4377466,9.51978619 29.4634029,9.52912457 29.481845,9.54756673 C29.5002872,9.56600888 29.5096256,9.59166512 29.5073529,9.61764706 L29.5073529,10.9963235 L30.4154412,10.9963235 C30.4394617,10.9942972 30.4632655,11.0021867 30.4813207,11.0181586 C30.4993759,11.0341305 30.5101103,11.056794 30.5110294,11.0808824 L30.5110294,11.8933824 C30.513302,11.9193643 30.5039637,11.9450205 30.4855215,11.9634627 C30.4670794,11.9819048 30.4414231,11.9912432 30.4154412,11.9889706 L29.5073529,11.9889706 L29.5073529,13.4338235 C29.4963235,14.1985294 29.5735294,14.4264706 29.8639706,14.4264706 Z" id="Path" fill="#FFFFFF"></path>
|
12 |
+
<path d="M92.9227941,9.70955882 C93.0355116,9.83229938 93.0938491,9.99537908 93.0845588,10.1617647 C93.092784,10.3290999 93.0346534,10.4929225 92.9227941,10.6176471 C92.818376,10.7288538 92.6708042,10.7892241 92.5183824,10.7830882 C92.3648679,10.7893253 92.2161268,10.7290249 92.1102941,10.6176471 C91.9984348,10.4929225 91.9403042,10.3290999 91.9485294,10.1617647 C91.9392391,9.99537908 91.9975766,9.83229938 92.1102941,9.70955882 C92.2142161,9.59464144 92.3635367,9.53141556 92.5183824,9.53676471 C92.6721494,9.53149337 92.8203129,9.59479958 92.9227941,9.70955882 Z" id="Path" fill="#FFFFFF"></path>
|
13 |
+
<path d="M93.4816176,7.37867647 L87.0441176,7.37867647 C86.2319342,7.37867647 85.5735294,8.03708125 85.5735294,8.84926471 L85.5735294,11.4669118 C85.5735294,12.2790952 86.2319342,12.9375 87.0441176,12.9375 L93.4816176,12.9375 C94.2938011,12.9375 94.9522059,12.2790952 94.9522059,11.4669118 L94.9522059,8.84926471 C94.9522059,8.03708125 94.2938011,7.37867647 93.4816176,7.37867647 Z M89.1397059,10.3198529 C89.0327388,10.4823493 88.8806962,10.6101162 88.7022059,10.6875 C88.4913577,10.7741698 88.264633,10.8155064 88.0367647,10.8088235 L87.4522059,10.8088235 L87.4522059,11.6176471 L86.7830882,11.6176471 L86.7830882,8.69852941 L88.0330882,8.69852941 C88.2616352,8.69233678 88.4887667,8.73625724 88.6985294,8.82720588 C88.8770197,8.90458965 89.0290623,9.03235655 89.1360294,9.19485294 C89.2395623,9.36385291 89.2919177,9.55922799 89.2867647,9.75735294 C89.2926927,9.95623538 89.2416705,10.152671 89.1397059,10.3235294 L89.1397059,10.3198529 Z M91.1029412,9.62132353 L90.9595588,9.62132353 C90.7993843,9.61225596 90.6425228,9.66941734 90.5257353,9.77941176 C90.4114703,9.90838441 90.3544232,10.0781991 90.3676471,10.25 L90.3676471,11.3051471 L89.7242647,11.3051471 L89.7242647,9.0625 L90.3382353,9.0625 L90.3382353,9.35661765 C90.4167807,9.24787729 90.5235761,9.1626952 90.6470588,9.11029412 C90.7920932,9.05279368 90.9469332,9.02407337 91.1029412,9.02573529 L91.1029412,9.62132353 Z M93.5808824,10.7536765 C93.4778856,10.929006 93.32752,11.0717259 93.1470588,11.1654412 C92.9529062,11.2657514 92.7368842,11.3162829 92.5183824,11.3125 C92.2987546,11.3158276 92.0816514,11.2653385 91.8860294,11.1654412 C91.7055682,11.0717259 91.5552027,10.929006 91.4522059,10.7536765 C91.2402711,10.3835858 91.2402711,9.9289142 91.4522059,9.55882353 C91.5566538,9.38558439 91.7067342,9.2444071 91.8860294,9.15073529 C92.0807266,9.04796026 92.2982584,8.99610675 92.5183824,9 C92.7373719,8.99576216 92.9538007,9.04765445 93.1470588,9.15073529 C93.326354,9.2444071 93.4764344,9.38558439 93.5808824,9.55882353 C93.787724,9.93025299 93.787724,10.382247 93.5808824,10.7536765 L93.5808824,10.7536765 Z M88,9.25 L87.4558824,9.25 L87.4558824,10.2647059 L88,10.2647059 C88.1635109,10.2767796 88.3260922,10.2312568 88.4595588,10.1360294 C88.5643344,10.0431083 88.6222807,9.90834946 88.6176471,9.76838235 C88.6244323,9.62801772 88.566103,9.49236826 88.4595588,9.40073529 C88.3300141,9.29588281 88.1664804,9.24224374 88,9.25 L88,9.25 Z" id="Shape" fill="#FFFFFF"></path>
|
14 |
+
<g id="text-copy" transform="translate(42.647059, 9.191176)" fill="#FFFFFF">
|
15 |
+
<path d="M4.82720588,1.40808824 C4.92279412,1.75612745 5.02696078,2.12377451 5.13970588,2.51102941 C5.25245098,2.89828431 5.36642157,3.27573529 5.48161765,3.64338235 L5.84926471,4.74632353 C5.96691176,5.10906863 6.08088235,5.45220588 6.19117647,5.77573529 C6.28431373,5.42769608 6.375,5.0502451 6.46323529,4.64338235 C6.55147059,4.23651961 6.63970588,3.8125 6.72794118,3.37132353 C6.81617647,2.93259804 6.90318627,2.48406863 6.98897059,2.02573529 C7.0747549,1.56740196 7.15318627,1.1127451 7.22426471,0.661764706 L8.42647059,0.661764706 C8.20588235,1.87254902 7.96078431,3.03431373 7.69117647,4.14705882 C7.42156863,5.25980392 7.12132353,6.3247549 6.79044118,7.34191176 L5.6875,7.34191176 C5.21446078,6.0502451 4.75735294,4.6372549 4.31617647,3.10294118 C4.08333333,3.88235294 3.84926471,4.61764706 3.61397059,5.30882353 C3.37867647,6 3.13235294,6.68137255 2.875,7.35294118 L1.77205882,7.35294118 C1.44362745,6.33578431 1.15073529,5.26838235 0.893382353,4.15073529 C0.636029412,3.03308824 0.403186275,1.86887255 0.194852941,0.658088235 L1.43382353,0.658088235 C1.50735294,1.09436275 1.58455882,1.54166667 1.66544118,2 C1.74632353,2.45833333 1.83088235,2.90686275 1.91911765,3.34558824 C2.00735294,3.78676471 2.09681373,4.21446078 2.1875,4.62867647 C2.27818627,5.04289216 2.36887255,5.42279412 2.45955882,5.76838235 C2.57965686,5.43995098 2.70220588,5.09436275 2.82720588,4.73161765 C2.95220588,4.36887255 3.0747549,4.00122549 3.19485294,3.62867647 C3.31495098,3.25122549 3.42892157,2.87745098 3.53676471,2.50735294 C3.64460784,2.1372549 3.74632353,1.77818627 3.84191176,1.43014706 L4.82720588,1.40808824 Z" id="Path"></path>
|
16 |
+
<path d="M14.0808824,4.49632353 C14.0845238,4.89379694 14.0211357,5.28904053 13.8933824,5.66544118 C13.7807914,5.99812183 13.6019468,6.30453398 13.3676471,6.56617647 C13.1400718,6.81481717 12.8617321,7.01166102 12.5514706,7.14338235 C12.2187495,7.28282026 11.8607065,7.35167467 11.5,7.34558824 C11.1399205,7.34981155 10.7829626,7.27841998 10.4522059,7.13602941 C10.1417251,6.99818459 9.8646,6.79504309 9.63970588,6.54044118 C9.41103958,6.28505838 9.23378193,5.98796458 9.11764706,5.66544118 C8.98786391,5.28827725 8.92442527,4.89147478 8.93014706,4.49264706 C8.92631459,4.09455161 8.99226265,3.69886323 9.125,3.32352941 C9.2446805,2.9994223 9.42707929,2.70208729 9.66176471,2.44852941 C9.8897814,2.20130336 10.1680739,2.00574644 10.4779412,1.875 C10.8063426,1.73870735 11.1591854,1.67114172 11.5147059,1.67647059 C11.8718865,1.6738978 12.2258641,1.74394283 12.5551471,1.88235294 C12.8650065,2.01288891 13.1423847,2.20994042 13.3676471,2.45955882 C13.5988688,2.72279428 13.7762341,3.02881176 13.8897059,3.36029412 C14.0173641,3.72539666 14.0820109,4.10954813 14.0808824,4.49632353 Z M12.8088235,4.49632353 C12.8343612,4.04480035 12.7159304,3.59682303 12.4705882,3.21691176 C12.2416673,2.91861709 11.8870407,2.74374917 11.5110294,2.74374917 C11.1350181,2.74374917 10.7803915,2.91861709 10.5514706,3.21691176 C10.295768,3.59333329 10.1669618,4.04157892 10.1838235,4.49632353 C10.1542556,4.958648 10.2727279,5.41837216 10.5220588,5.80882353 C10.7492458,6.1098213 11.1045055,6.28677404 11.4816176,6.28677404 C11.8587298,6.28677404 12.2139895,6.1098213 12.4411765,5.80882353 C12.7016128,5.42083622 12.8304957,4.95943562 12.8088235,4.49264706 L12.8088235,4.49632353 Z" id="Shape"></path>
|
17 |
+
<path d="M19.7463235,4.51470588 C19.7490744,4.91121083 19.6844288,5.30530046 19.5551471,5.68014706 C19.4368459,6.01205015 19.2516484,6.31612447 19.0110294,6.57352941 C18.7830881,6.82084157 18.5047756,7.01641251 18.1948529,7.14705882 C17.861772,7.28493071 17.5038037,7.35251912 17.1433824,7.34558824 C16.7833028,7.34981155 16.426345,7.27841998 16.0955882,7.13602941 C15.787455,7.00095235 15.5117036,6.80165933 15.2867647,6.55147059 C15.0592514,6.28530965 14.8868047,5.97665508 14.7794118,5.64338235 C14.6497443,5.26872866 14.5862969,4.87435952 14.5919118,4.47794118 C14.5881787,4.08225191 14.6541364,3.68899501 14.7867647,3.31617647 C14.9064409,2.99316304 15.0888679,2.69703155 15.3235294,2.44485294 C15.5519099,2.19895492 15.8301755,2.00467038 16.1397059,1.875 C16.4684605,1.74026503 16.8212314,1.67396412 17.1764706,1.68014706 C17.5336223,1.67788009 17.8875391,1.74791309 18.2169118,1.88602941 C18.5264242,2.0154948 18.8037739,2.21127105 19.0294118,2.45955882 C19.2606092,2.72142478 19.4380006,3.02623821 19.5514706,3.35661765 C19.6810988,3.72874097 19.7445573,4.12069062 19.7389706,4.51470588 L19.7463235,4.51470588 Z M18.4742647,4.51470588 C18.5054174,4.06300533 18.39072,3.61323673 18.1470588,3.23161765 C17.9172929,2.9346509 17.5629752,2.76080187 17.1875,2.76080187 C16.8120248,2.76080187 16.4577071,2.9346509 16.2279412,3.23161765 C15.971572,3.60634725 15.8426632,4.0536608 15.8602941,4.50735294 C15.8307603,4.96735997 15.949292,5.42473791 16.1985294,5.8125 C16.4265908,6.11213823 16.7815314,6.28804057 17.1580882,6.28804057 C17.5346451,6.28804057 17.8895857,6.11213823 18.1176471,5.8125 C18.3681751,5.42517315 18.4880038,4.96776287 18.4595588,4.50735294 L18.4742647,4.51470588 Z" id="Shape-2"></path>
|
18 |
+
<polygon id="Path-2" points="20.7757353 7.32720588 20.8088235 0.650735294 24.8933824 0.676470588 24.8933824 1.70955882 21.9852941 1.70955882 21.9558824 3.40441176 24.5367647 3.40441176 24.5367647 4.4375 21.9558824 4.4375 21.9558824 7.34558824"></polygon>
|
19 |
+
<path d="M25.4117647,5.05514706 C25.4048027,4.63069922 25.4745494,4.20848275 25.6176471,3.80882353 C25.7379286,3.48720136 25.9203139,3.19238685 26.1544118,2.94117647 C26.3698576,2.71193305 26.6318457,2.53142451 26.9227941,2.41176471 C27.1962113,2.2835811 27.4924057,2.21109472 27.7941176,2.19852941 C28.4233325,2.16646474 29.0326941,2.42375076 29.4485294,2.89705882 C29.8825554,3.49171867 30.0898661,4.22186928 30.0330882,4.95588235 L30.0330882,5.41544118 L26.6507353,5.41544118 C26.6541263,5.79152546 26.8014808,6.15201771 27.0625,6.42279412 C27.3710072,6.67936802 27.7646911,6.81059597 28.1654412,6.79044118 C28.4309897,6.79458981 28.6961555,6.7686899 28.9558824,6.71323529 C29.1496503,6.67368207 29.3392261,6.61582452 29.5220588,6.54044118 L29.6764706,7.55882353 C29.5899441,7.60134572 29.5002065,7.63699491 29.4080882,7.66544118 C29.272855,7.70641495 29.135372,7.73955818 28.9963235,7.76470588 C28.8492647,7.79411765 28.6911765,7.81862745 28.5220588,7.83823529 C28.3487196,7.85736148 28.1743799,7.86595569 28,7.86397059 C27.5985243,7.87049037 27.1997911,7.79674348 26.8272059,7.64705882 C26.5094935,7.51794826 26.2262606,7.31653814 26,7.05882353 C25.7841208,6.80516637 25.6226914,6.50983816 25.5257353,6.19117647 C25.4258544,5.82239923 25.3824692,5.44060878 25.3970588,5.05882353 L25.4117647,5.05514706 Z M28.8566176,4.51838235 C28.8583205,4.35304959 28.8360296,4.18834421 28.7904412,4.02941176 C28.7503398,3.88330199 28.6829808,3.74608928 28.5919118,3.625 C28.5051422,3.51281176 28.3946688,3.42116903 28.2683824,3.35661765 C28.1264663,3.28777982 27.9701891,3.25375172 27.8125,3.25735294 C27.6472044,3.25249645 27.4831988,3.28782075 27.3345588,3.36029412 C27.1933225,3.42751943 27.0680005,3.52401732 26.9669118,3.64338235 C26.8692513,3.76278676 26.7933412,3.89842936 26.7426471,4.04411765 C26.6896532,4.19420899 26.6526828,4.34948446 26.6323529,4.50735294 L28.8566176,4.51838235 Z" id="Shape-3"></path>
|
20 |
+
<path d="M31.0735294,5.01470588 C31.0668088,4.59027589 31.1365484,4.1681023 31.2794118,3.76838235 C31.3997797,3.44680253 31.582155,3.15200401 31.8161765,2.90073529 C32.0316223,2.67149188 32.2936104,2.49098333 32.5845588,2.37132353 C32.8612302,2.25919575 33.1573674,2.20296717 33.4558824,2.20588235 C34.0840276,2.17386125 34.6922516,2.4312389 35.1066176,2.90441176 C35.5390459,3.49970945 35.7450091,4.22970528 35.6875,4.96323529 L35.6875,5.42279412 L32.3161765,5.42279412 C32.3194509,5.79531889 32.4639872,6.15271762 32.7205882,6.42279412 C33.0289169,6.67968883 33.4227297,6.81095978 33.8235294,6.79044118 C34.0878585,6.79450123 34.3517965,6.76860076 34.6102941,6.71323529 C34.8040785,6.67374674 34.9936603,6.61588734 35.1764706,6.54044118 L35.3272059,7.55882353 C35.2407169,7.60143012 35.1509725,7.63708201 35.0588235,7.66544118 C34.9236032,7.70646246 34.7861174,7.73960636 34.6470588,7.76470588 C34.502451,7.79411765 34.3443627,7.81862745 34.1727941,7.83823529 C34.0006784,7.85727599 33.8275671,7.86587017 33.6544118,7.86397059 C33.2529029,7.87088823 32.8540915,7.79712687 32.4816176,7.64705882 C32.1647675,7.51829143 31.8826574,7.3167842 31.6580882,7.05882353 C31.442382,6.80504743 31.2809731,6.50975684 31.1838235,6.19117647 C31.0857837,5.80719662 31.0485669,5.4102172 31.0735294,5.01470588 L31.0735294,5.01470588 Z M34.5073529,4.47794118 C34.50885,4.31262127 34.4865631,4.14794533 34.4411765,3.98897059 C34.4009923,3.84289217 34.3336407,3.7056944 34.2426471,3.58455882 C34.1569343,3.4727883 34.0477519,3.38117549 33.9227941,3.31617647 C33.782036,3.24777503 33.6270543,3.21375467 33.4705882,3.21691176 C33.3052656,3.21175906 33.1411897,3.24709849 32.9926471,3.31985294 C32.8514107,3.38707825 32.7260888,3.48357615 32.625,3.60294118 C32.5273396,3.72234558 32.4514295,3.85798819 32.4007353,4.00367647 C32.3477678,4.15377558 32.3107981,4.30904823 32.2904412,4.46691176 L34.5073529,4.47794118 Z" id="Shape-4"></path>
|
21 |
+
<path d="M40.8308824,7.09191176 C40.1754331,7.26231365 39.5007639,7.34757405 38.8235294,7.34558824 C38.4481194,7.35127056 38.0746805,7.29027555 37.7205882,7.16544118 C37.4136377,7.05925096 37.1328777,6.8887895 36.8970588,6.66544118 C36.6760614,6.44337014 36.5055227,6.17627638 36.3970588,5.88235294 C36.2750785,5.55062575 36.2164651,5.19894542 36.2242647,4.84558824 C36.2219153,4.49622979 36.2752812,4.14873094 36.3823529,3.81617647 C36.4776697,3.53093885 36.6303059,3.26820438 36.8308824,3.04411765 C37.0302241,2.80881916 37.2821004,2.62369012 37.5661765,2.50367647 C37.8747566,2.38126308 38.2048969,2.3224881 38.5367647,2.33088235 C38.7577824,2.32833612 38.9780651,2.35679961 39.1911765,2.41544118 C39.3578507,2.46287507 39.5201981,2.5243703 39.6764706,2.59926471 L39.6764706,0.294117647 L40.8639706,0.136029412 L40.8308824,7.09191176 Z M37.4485294,4.81617647 C37.4197565,5.23486367 37.5511771,5.64883855 37.8161765,5.97426471 C38.0783276,6.25794044 38.4523949,6.41133494 38.8382353,6.39338235 C38.9989904,6.39611657 39.1597739,6.3899798 39.3198529,6.375 C39.4301471,6.375 39.5404412,6.35784314 39.6507353,6.32352941 L39.6507353,3.57720588 C39.5214351,3.49853468 39.3832011,3.43558884 39.2389706,3.38970588 C39.0611477,3.33058553 38.8748919,3.30078461 38.6875,3.30147059 C38.323894,3.27108017 37.9687895,3.42248132 37.7389706,3.70588235 C37.5316426,4.03490201 37.4326406,4.42062429 37.4558824,4.80882353 L37.4485294,4.81617647 Z" id="Shape-5"></path>
|
22 |
+
</g>
|
23 |
+
<g id="file-icon-copy" transform="translate(33.088235, 6.617647)">
|
24 |
+
<path d="M6.61764706,0.470588235 L1.02205882,0.470588235 C0.729936541,0.47858696 0.497888925,0.718805267 0.5,1.01102941 L0.5,9.65808824 C0.489639114,10.0763006 0.817258018,10.4252148 1.23529412,10.4411765 L7.05882353,10.4411765 C7.51021658,10.4291442 7.8669025,10.0543774 7.85661765,9.60294118 L7.85661765,1.77573529 C7.87106821,1.07467102 7.31851455,0.492604106 6.61764706,0.470588235 L6.61764706,0.470588235 Z M6.31617647,5.08088235 L2.49264706,5.08088235 C2.35757017,5.05875098 2.25841252,4.94202498 2.25841252,4.80514706 C2.25841252,4.66826914 2.35757017,4.55154313 2.49264706,4.52941176 L6.31985294,4.52941176 C6.45492983,4.55154313 6.55408748,4.66826914 6.55408748,4.80514706 C6.55408748,4.94202498 6.45492983,5.05875098 6.31985294,5.08088235 L6.31617647,5.08088235 Z M6.55147059,5.98161765 C6.55482647,6.1208006 6.4539003,6.24065043 6.31617647,6.26102941 L2.49264706,6.26102941 C2.36036556,6.23453022 2.26516354,6.11836549 2.26516354,5.98345588 C2.26516354,5.84854627 2.36036556,5.73238155 2.49264706,5.70588235 L6.31985294,5.70588235 C6.4553509,5.72754852 6.55506282,5.84439844 6.55514706,5.98161765 L6.55147059,5.98161765 Z M3.125,2.04411765 C3.12508424,1.90689844 3.22479616,1.79004852 3.36029412,1.76838235 L5.44485294,1.76838235 C5.57713444,1.79488155 5.67233646,1.91104627 5.67233646,2.04595588 C5.67233646,2.18086549 5.57713444,2.29703022 5.44485294,2.32352941 L3.36029412,2.32352941 C3.22403624,2.3014921 3.12506552,2.18209885 3.12867647,2.04411765 L3.125,2.04411765 Z M2.48897059,6.85294118 L5.00367647,6.85294118 C5.14467782,6.86919545 5.25109027,6.98857957 5.25109027,7.13051471 C5.25109027,7.27244984 5.14467782,7.39183396 5.00367647,7.40808824 L2.48897059,7.40808824 C2.34796924,7.39183396 2.24155679,7.27244984 2.24155679,7.13051471 C2.24155679,6.98857957 2.34796924,6.86919545 2.48897059,6.85294118 L2.48897059,6.85294118 Z M6.30514706,7.41544118 C6.14271037,7.41544118 6.01102941,7.28376022 6.01102941,7.12132353 C6.01102941,6.95888684 6.14271037,6.82720588 6.30514706,6.82720588 C6.46758375,6.82720588 6.59926471,6.95888684 6.59926471,7.12132353 C6.59927729,7.28233523 6.46982266,7.41342853 6.30882353,7.41544118 L6.30514706,7.41544118 Z M6.46323529,1.23897059 L6.46323529,0.613970588 C7.10930467,0.736885829 7.61078656,1.24863197 7.72058824,1.89706007 L7.10661765,1.89706007 C6.93690364,1.89739394 6.77409438,1.82988766 6.65441176,1.70955882 C6.53231523,1.58354985 6.46492687,1.41441826 6.46691176,1.23897059 L6.46323529,1.23897059 Z" id="Shape" fill="#FFFFFF"></path>
|
25 |
+
<path d="M6.13235294,0.470588235 L6.13235294,1.33823529 C6.13235294,1.56898801 6.22426792,1.79023642 6.38777933,1.95305791 C6.55129074,2.11587939 6.77292583,2.20686012 7.00367647,2.20589015 L7.87132353,2.20589015 C7.86728286,1.24775038 7.09049132,0.472601109 6.13235294,0.470588235 Z M6.65441176,1.70588235 C6.53321265,1.58078266 6.4658952,1.41314902 6.46690042,1.23897059 L6.46690042,0.613970588 C7.11155185,0.738256913 7.61128149,1.24971042 7.72058824,1.89705882 L7.10661765,1.89705882 C6.93637097,1.89642327 6.77348567,1.82756119 6.65441176,1.70588235 L6.65441176,1.70588235 Z" id="Shape" fill="#FFFFFF"></path>
|
26 |
+
<path d="M7.88235294,0.911764706 L7.88235294,0.911764706 L7.83455882,0.845588235 C7.79411765,0.794117647 7.74264706,0.746323529 7.69852941,0.691176471 C7.3148135,0.288591476 6.78408624,0.0590519327 6.22794118,0.0551470588 L1.25367647,0.0551470588 C0.594622539,0.0612090419 0.0641268687,0.598274318 0.0661764706,1.25735294 L0.0661764706,9.66176471 C0.0428466163,10.2640913 0.477180733,10.7871944 1.07352941,10.875 L6.90441176,10.875 C7.24960023,10.9065855 7.59251573,10.7942661 7.85212752,10.5645828 C8.11173931,10.3348994 8.26501488,10.0082294 8.27573529,9.66176471 L8.27573529,3.39338235 C8.27790503,3.32057536 8.24997751,3.25009161 8.19852941,3.19852941 C8.15105621,3.14474713 8.08276669,3.1139499 8.01102941,3.11397059 C7.96132653,3.11210095 7.91234199,3.12628068 7.87132353,3.15441176 C7.85014959,3.16360094 7.83130514,3.17742021 7.81617647,3.19485294 C7.76167864,3.24590549 7.73328249,3.31892417 7.73897059,3.39338235 L7.73897059,9.64338235 C7.73897059,10.0367647 7.40808824,10.2941176 6.91544118,10.2941176 L1.07352941,10.2941176 C0.793081166,10.2029897 0.606053343,9.93815827 0.613970588,9.64338235 L0.613970588,1.23897059 C0.613700153,1.06710637 0.681049713,0.902033924 0.801470588,0.779411765 C0.918910272,0.655778491 1.08320905,0.587654609 1.25367647,0.591911765 L5.91911765,0.591911765 L5.91911765,1.23897059 C5.92356895,1.56404182 6.05561043,1.8743393 6.28676471,2.10294118 C6.50434676,2.33467584 6.80714272,2.46748109 7.125,2.47058824 L8.04044118,2.47058824 C8.15101531,2.46938013 8.25047396,2.40307436 8.29411765,2.30147059 C8.3132705,2.26785808 8.32340263,2.2298626 8.32352941,2.19117647 L8.32352941,2.16911765 C8.30960155,1.71454217 8.15551041,1.27538242 7.88235294,0.911764706 L7.88235294,0.911764706 Z M7.10661765,1.89338235 C6.93690364,1.89371747 6.77409438,1.82621119 6.65441176,1.70588235 C6.53321265,1.58078266 6.4658952,1.41314902 6.46690042,1.23897059 L6.46690042,0.613970588 C7.11155185,0.738256913 7.61128149,1.24971042 7.72058824,1.89705882 L7.10661765,1.89338235 Z" id="Shape-6" fill="#1E181A"></path>
|
27 |
+
<path d="M7.72058824,1.89706007 L7.10661765,1.89706007 C6.93690364,1.89739394 6.77409438,1.82988766 6.65441176,1.70955882 C6.53321265,1.58445913 6.4658952,1.41682549 6.46690042,1.24264706 L6.46690042,0.617647059 C7.11045499,0.741442617 7.60989323,1.25113325 7.72058824,1.89706007 Z" id="Path" fill="#FFFFFF"></path>
|
28 |
+
</g>
|
29 |
+
</g>
|
30 |
+
</g>
|
31 |
+
</svg>
|
admin/images/woo-feed-pro-horizontal-logo.svg
DELETED
@@ -1,33 +0,0 @@
|
|
1 |
-
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
-
<svg width="123px" height="25px" viewBox="0 0 123 25" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3 |
-
<!-- Generator: Sketch 61 (89581) - https://sketch.com -->
|
4 |
-
<title>Group 3</title>
|
5 |
-
<desc>Created with Sketch.</desc>
|
6 |
-
<g id="Wordpress-Banner_design" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
7 |
-
<g id="icon-128x128-" transform="translate(-2.000000, -49.000000)">
|
8 |
-
<g id="Group-3" transform="translate(2.000000, 49.000000)">
|
9 |
-
<g id="Group" fill-rule="nonzero">
|
10 |
-
<g id="file-icon-copy">
|
11 |
-
<path d="M2.20818849,1 L15.1239861,1 C16.7123647,1 18,2.34876897 18,4.01255981 L18,22.0741627 C18,23.1377733 17.1768542,24 16.1614523,24 L2.72692159,24 C1.77316913,24 1,23.1901227 1,22.1910885 L1,2.24491627 C1.0107551,1.55404342 1.54854215,1 2.20818849,1 Z" id="Path" fill="#0088F7"></path>
|
12 |
-
<path d="M18,5 L16.0032415,5 C14.8968818,5 14,4.10311823 14,2.99675851 L14,1 C16.2076588,1.00356938 17.9964306,2.79234118 18,5 Z" id="Path" fill="#FFFFFF"></path>
|
13 |
-
<path d="M12.4217157,4 L7.60622285,4 C7.29791524,4.03394393 7.06370343,4.30873772 7.06370343,4.63652199 C7.06370343,4.96430626 7.29791524,5.23910005 7.60622285,5.27304398 L12.4217157,5.27304398 C12.7300234,5.23910005 12.9642352,4.96430626 12.9642352,4.63652199 C12.9642352,4.30873772 12.7300234,4.03394393 12.4217157,4 Z M14.8489845,15.870275 C14.7061086,15.7236907 14.5036756,15.6617927 14.3088684,15.7051233 C14.2698238,15.7051233 14.2307793,15.7051233 14.1852273,15.7464112 L14.087616,15.8083431 C14.051391,15.8306043 14.0184947,15.8584334 13.9900046,15.8909189 C13.8699366,16.0043604 13.8032723,16.1680088 13.8077968,16.3382047 C13.8077968,16.3794926 13.8077968,16.4207805 13.8077968,16.4689497 C13.8077968,16.5171189 13.8077968,16.5515255 13.8468413,16.5996948 C13.8858859,16.647864 13.8858859,16.6616266 13.9054082,16.7029146 C13.928525,16.7416341 13.9570463,16.7764341 13.9900046,16.8061343 C14.0967407,16.9338939 14.2518661,17.0045566 14.4129871,16.9988113 C14.574225,17.010968 14.7289016,16.9291861 14.8164473,16.7854904 C14.8487882,16.7569993 14.8753497,16.7218897 14.8945364,16.6822706 C14.9183677,16.6508117 14.9380683,16.6160908 14.9531032,16.5790508 C14.9758471,16.5394118 14.9892388,16.4945683 14.9921478,16.4483058 C15.0026174,16.4054272 15.0026174,16.3604393 14.9921478,16.3175607 C15.0028863,16.1542231 14.951328,15.9931395 14.8489845,15.870275 L14.8489845,15.870275 Z M11.4000504,15.7257673 L5.60193661,15.7257673 C5.2694962,15.7257673 5,16.0107479 5,16.3622893 C5,16.7138307 5.2694962,16.9988113 5.60193661,16.9988113 L11.4000504,16.9988113 C11.7324908,16.9988113 12.001987,16.7138307 12.001987,16.3622893 C12.001987,16.0107479 11.7324908,15.7257673 11.4000504,15.7257673 L11.4000504,15.7257673 Z M14.4064797,13.0833409 L5.60193661,13.0833409 C5.29362901,13.1172848 5.0594172,13.3920786 5.0594172,13.7198628 C5.0594172,14.0476471 5.29362901,14.3224409 5.60193661,14.3563848 L14.426002,14.3563848 C14.7343096,14.3224409 14.9685214,14.0476471 14.9685214,13.7198628 C14.9685214,13.3920786 14.7343096,13.1172848 14.426002,13.0833409 L14.4064797,13.0833409 Z M14.4064797,10.3652199 L5.60193661,10.3652199 C5.29362901,10.3991638 5.0594172,10.6739576 5.0594172,11.0017419 C5.0594172,11.3295262 5.29362901,11.60432 5.60193661,11.6382639 L14.426002,11.6382639 C14.7343096,11.60432 14.9685214,11.3295262 14.9685214,11.0017419 C14.9685214,10.6739576 14.7343096,10.3991638 14.426002,10.3652199 L14.4064797,10.3652199 Z" id="Shape" fill="#FFFFFF"></path>
|
14 |
-
<path d="M16.2426925,5.57810754 L18.3500005,5.57810754 C18.601712,5.56822361 18.8277555,5.41765557 18.9384047,5.18617025 C18.9792645,5.10627795 19.0004043,5.01737599 18.9999881,4.92721169 L18.9999881,4.87821953 C18.9728063,3.84759771 18.6359663,2.85054994 18.0352727,2.02267642 L18.0352727,1.97368426 L17.9189602,1.82670777 L17.9189602,1.82670777 C17.8231735,1.70772681 17.713703,1.58874585 17.6042324,1.46976488 C16.7032947,0.529537129 15.4703317,0 14.1832778,0 L2.73676369,0 C1.23327049,0 0.0112761984,1.24061154 0,2.77855548 L0,22.2004479 C0,23.775196 1.24522748,25 2.31940723,25 L15.7774427,25 C17.6110743,25 18.9384047,23.8171893 18.9384047,22.2004479 L18.9384047,14.7396417 L18.9384047,7.74076151 C18.9402293,7.57184262 18.8763762,7.40910183 18.7608945,7.28834549 C18.6454127,7.16758914 18.4877635,7.09871059 18.3226329,7.09686454 L18.3226329,7.09686454 C18.1551303,7.09497104 17.993948,7.16220179 17.8754986,7.28336879 C17.7570491,7.40453579 17.6913262,7.56941596 17.6931772,7.74076151 L17.6931772,14.7396417 L17.6931772,22.1934491 C17.6931772,23.0963046 16.9337253,23.6982083 15.7979684,23.6982083 L2.31940723,23.6982083 C1.67977578,23.4926422 1.25016606,22.8791019 1.26575321,22.1934491 L1.26575321,2.77855548 C1.26392323,2.37889758 1.41831653,1.99506757 1.69458219,1.71246366 C1.97084786,1.42985975 2.34606932,1.27192428 2.73676369,1.27379624 L13.4990869,1.27379624 L13.4990869,2.77855548 C13.4990846,3.52225707 13.7883604,4.23539681 14.3030839,4.76061632 C14.8178074,5.28583583 15.5156729,5.5799668 16.2426925,5.57810754 Z M16.2426925,4.28331471 C15.8508165,4.28706575 15.4738263,4.12996031 15.1960738,3.84715082 C14.9183213,3.56434134 14.7629917,3.17943523 14.7648238,2.77855548 L14.7648238,1.33678616 C16.2367884,1.60594277 17.3890058,2.78459504 17.6521258,4.29031359 L16.2426925,4.28331471 Z" id="Shape" fill="#2E3B50"></path>
|
15 |
-
</g>
|
16 |
-
<g id="text-copy" transform="translate(25.000000, 5.000000)">
|
17 |
-
<path d="M9.02369668,2.46990881 C9.2107425,3.14427558 9.41295419,3.84761905 9.63033175,4.57993921 C9.84770932,5.31225937 10.0701422,6.04457953 10.2976303,6.7768997 C10.5301738,7.50921986 10.7601896,8.22836879 10.9876777,8.9343465 C11.2151659,9.64032421 11.4375987,10.3067882 11.6549763,10.9337386 C11.8369668,10.2593718 12.0139021,9.52705167 12.185782,8.73677812 C12.3576619,7.94650456 12.5295419,7.12198582 12.7014218,6.26322188 C12.8733017,5.40972644 13.042654,4.53779129 13.2094787,3.64741641 C13.3763033,2.75704154 13.5279621,1.8745694 13.664455,1 L16,1 C15.5703002,3.34974671 15.0951027,5.60729483 14.5744076,7.77264438 C14.0537125,9.93799392 13.4698262,12.0058764 12.8227488,13.9762918 L10.6464455,13.9762918 C9.72638231,11.4684904 8.83917852,8.72360689 7.98483412,5.74164134 C7.53491311,7.25369807 7.07993681,8.6893617 6.61990521,10.0486322 C6.15987362,11.4079027 5.69731438,12.7250253 5.23222749,14 L3.06350711,14 C2.42654028,12.0243161 1.85781991,9.95116515 1.35734597,7.78054711 C0.856872038,5.60992908 0.404423381,3.34974671 0,1 L2.40379147,1 C2.54533965,1.84822695 2.69447077,2.71752786 2.85118483,3.60790274 C3.00789889,4.49827761 3.17219589,5.37021277 3.34407583,6.22370821 C3.51595577,7.08247214 3.69036335,7.91225937 3.86729858,8.71306991 C4.04423381,9.51388045 4.22116904,10.2514691 4.39810427,10.9258359 C4.63064771,10.2883485 4.86319115,9.61661601 5.0957346,8.9106383 C5.32827804,8.20466059 5.56082148,7.4881459 5.79336493,6.76109422 C6.02590837,6.02877406 6.24834123,5.30172239 6.46066351,4.57993921 C6.67298578,3.85815603 6.87014218,3.16008105 7.0521327,2.48571429 L9.02369668,2.46990881 Z" id="Path" fill="#2E3B50"></path>
|
18 |
-
<path d="M26.9996531,8.47024937 C27.0074002,9.24137774 26.885323,10.0082129 26.6386532,10.737891 C26.4183769,11.3854613 26.0698643,11.9807813 25.6144208,12.4874572 C25.1707559,12.9715337 24.6297019,13.3538098 24.0277001,13.6085384 C23.3812481,13.8785504 22.6869098,14.0115185 21.9876306,13.9992183 C21.2898029,14.007172 20.5979545,13.868349 19.9559565,13.5915524 C19.354251,13.3251484 18.8160351,12.9312701 18.3776312,12.4364989 C17.9336031,11.9420954 17.5886161,11.3652334 17.3617941,10.737891 C17.1110599,10.0063108 16.9888819,9.23596797 17.0007942,8.46175633 C16.99351,7.68924891 17.1214122,6.92153209 17.3785848,6.19411471 C17.6113591,5.56394749 17.9651704,4.98664352 18.4196079,4.49550675 C18.8642722,4.0146967 19.4052194,3.63539151 20.0063286,3.38291854 C20.6454978,3.1189924 21.3309469,2.98897514 22.021212,3.00073175 C22.7152838,2.99508464 23.4033775,3.1308387 24.0444908,3.39990462 C24.6451553,3.65262047 25.1838678,4.03526684 25.6228161,4.52098587 C26.0719328,5.0308693 26.4171431,5.62542172 26.6386532,6.27055206 C26.8822542,6.97755454 27.0043528,7.72154353 26.9996531,8.47024937 Z M24.531421,8.47024937 C24.5822345,7.59121999 24.3526877,6.71891431 23.8765838,5.98178871 C23.4278306,5.4022344 22.7405392,5.06366156 22.0128167,5.06366156 C21.2850942,5.06366156 20.5978027,5.4022344 20.1490495,5.98178871 C19.6640801,6.71586733 19.4256406,7.58840701 19.4690264,8.47024937 C19.4114356,9.36863088 19.6410211,10.2619275 20.1238635,11.0181613 C20.568813,11.60379 21.257496,11.9470101 21.9876306,11.9470101 C22.7177653,11.9470101 23.4064482,11.60379 23.8513978,11.0181613 C24.3448474,10.2625994 24.583402,9.36580325 24.531421,8.46175633 L24.531421,8.47024937 Z" id="Shape" fill="#2E3B50"></path>
|
19 |
-
<path d="M37.9992565,8.49997514 C38.0052591,9.27027664 37.8803324,10.0359406 37.6298759,10.7638742 C37.3983877,11.4076815 37.0384122,11.9970095 36.5721041,12.495588 C36.1284568,12.9770623 35.5874243,13.3572835 34.9854463,13.6106428 C34.3390199,13.8792033 33.6447091,14.0114565 32.9454577,13.9992225 C32.2476577,14.0071334 31.5558367,13.8690567 30.9138642,13.593748 C30.3167471,13.3326772 29.7816246,12.9468283 29.3439965,12.4617985 C28.9034894,11.9446538 28.5696061,11.3445091 28.3617798,10.6962951 C28.1110555,9.96864757 27.9888823,9.20244585 28.0007942,8.43239606 C27.9935103,7.66404135 28.1214073,6.90045147 28.3785698,6.1769444 C28.6113348,5.55016471 28.9651321,4.9759641 29.4195516,4.48746749 C29.8641983,4.00924209 30.405124,3.6319759 31.0062094,3.38086012 C31.6453532,3.11835275 32.3307752,2.98903441 33.0210129,3.00072782 C33.7150572,2.99511106 34.4031235,3.13013536 35.0442114,3.39775489 C35.6448521,3.64911224 36.1835432,4.02970165 36.6224741,4.51280965 C37.0715729,5.01995214 37.4167696,5.61130848 37.6382709,6.25297086 C37.8885761,6.9748872 38.0107654,7.73547146 37.9992565,8.49997514 L37.9992565,8.49997514 Z M35.5311222,8.49997514 C35.5905548,7.62186647 35.3667935,6.74790114 34.8931011,6.00799671 C34.4443657,5.43155785 33.7571015,5.09480505 33.0294079,5.09480505 C32.3017143,5.09480505 31.6144501,5.43155785 31.1657147,6.00799671 C30.6807644,6.7381292 30.4423344,7.60597846 30.4857185,8.48308037 C30.42813,9.37663254 30.6577064,10.2651271 31.1405296,11.0172957 C31.5854615,11.5997763 32.2741172,11.9411514 33.0042228,11.9411514 C33.7343285,11.9411514 34.4229842,11.5997763 34.8679161,11.0172957 C35.3536877,10.2661327 35.5862271,9.37756277 35.5311222,8.48308037 L35.5311222,8.49997514 Z" id="Shape" fill="#2E3B50"></path>
|
20 |
-
<polygon id="Path" fill="#0088F7" points="40 13.9684466 40.0687023 1 48 1.0473301 48 3.05097087 42.351145 3.05097087 42.2900763 6.34830097 47.3053435 6.34830097 47.3053435 8.35194175 42.2900763 8.35194175 42.2900763 14"></polygon>
|
21 |
-
<path d="M49.0054054,9.54891633 C48.9931281,8.72371947 49.1293347,7.90349841 49.4068813,7.13127314 C49.6438401,6.50205059 49.9987995,5.92914093 50.4507186,5.44650437 C50.874418,4.99794323 51.3832446,4.64780662 51.9442089,4.41879542 C52.4788002,4.16944986 53.0538158,4.02935761 53.6384371,4.00602707 C54.8473249,3.93889362 56.0227721,4.43524572 56.8502442,5.36226593 C57.6882209,6.50223635 58.0918031,7.92859041 57.9824062,9.36359176 C57.9824062,9.49837327 57.9824062,9.64719451 57.9824062,9.81005549 C57.9824062,9.97291647 57.9824062,10.1217377 57.9824062,10.2565192 L51.4142607,10.2565192 C51.4215515,10.994507 51.7108168,11.6985597 52.2172125,12.210851 C52.8368925,12.7147273 53.6108485,12.9634102 54.3932118,12.91003 C54.9081338,12.9174758 55.4223195,12.8666388 55.9268497,12.7584008 C56.3025333,12.6814039 56.6707399,12.5686188 57.0268936,12.4214471 L57.3239858,14.4010504 C57.1553967,14.4851344 56.9809129,14.5555393 56.8020671,14.6116465 C56.5380564,14.6918333 56.2699899,14.7565165 55.9991154,14.8053949 C55.7154057,14.8615539 55.4076075,14.909289 55.0757208,14.9486002 C54.7396884,14.9858483 54.4018872,15.002724 54.0640016,14.9991433 C53.2852337,15.0125012 52.5112122,14.8695376 51.7836185,14.5779511 C51.1711715,14.3312964 50.6215055,13.9391677 50.177715,13.4323084 C49.7604372,12.9450715 49.4457929,12.3709908 49.2543204,11.7475396 C49.0609684,11.0331023 48.9769511,10.2909922 49.0054054,9.54891633 L49.0054054,9.54891633 Z M55.6939937,8.50435969 C55.6974617,8.18206038 55.6541414,7.86108529 55.5655214,7.55246533 C55.486599,7.26761403 55.3557042,7.00155076 55.1801045,6.76904785 C55.0100379,6.54922961 54.7962989,6.37099103 54.5538022,6.24676953 C54.277217,6.11270217 53.975171,6.04644558 53.6705552,6.05302113 C53.3493104,6.04340229 53.0303642,6.11263184 52.7391311,6.25519338 C52.4785052,6.38712229 52.2462685,6.57343657 52.0566221,6.80274323 C51.8691199,7.03182457 51.7222673,7.29430469 51.6230282,7.57773686 C51.5192832,7.86887489 51.4465748,8.17116599 51.4062312,8.47908816 L55.6939937,8.50435969 Z" id="Shape" fill="#0088F7"></path>
|
22 |
-
<path d="M60.0050243,9.47310173 C59.9927794,8.64790487 60.1286279,7.82768382 60.4054449,7.05545855 C60.6417808,6.426236 60.9958071,5.85332633 61.4465382,5.37068977 C61.8691239,4.92212864 62.3766129,4.57199203 62.9361026,4.34298082 C63.4816487,4.11649258 64.0634138,4.00211054 64.6499024,4.00602707 C65.8556124,3.93889362 67.0279697,4.43524572 67.8532666,5.36226593 C68.6890404,6.50223635 69.0915617,7.92859041 68.9824525,9.36359176 C68.9824525,9.49837327 68.9824525,9.64719451 68.9824525,9.81005549 C68.9824525,9.97853237 68.9824525,10.1301616 68.9824525,10.2565192 L62.4315727,10.2565192 C62.4388443,10.994507 62.7273492,11.6985597 63.2324138,12.210851 C63.8504648,12.7147273 64.6223863,12.9634102 65.402693,12.91003 C65.9162639,12.9175414 66.4291047,12.8667037 66.9322994,12.7584008 C67.3069955,12.6814039 67.6742341,12.5686188 68.0294516,12.4214471 L68.3257628,14.4010504 C68.1576293,14.4851649 67.9836019,14.5555707 67.8052161,14.6116465 C67.5418828,14.6917659 67.2745246,14.7564482 67.0043751,14.8053949 C66.7214113,14.8615539 66.4144222,14.909289 66.0834079,14.9486002 C65.7482601,14.985867 65.411346,15.0027428 65.0743482,14.9991433 C64.2976275,15.0125012 63.5256406,14.8695376 62.7999596,14.5779511 C62.1891225,14.3312964 61.6409015,13.9391677 61.1982775,13.4323084 C60.7822919,12.9449228 60.4684998,12.3708881 60.2773103,11.7475396 C60.0686341,11.0102194 59.9766449,10.2418219 60.0050243,9.47310173 Z M66.6760303,8.4285451 C66.6792414,8.10626272 66.6360402,7.78532678 66.5478957,7.47665074 C66.4689918,7.19187879 66.3384591,6.9258522 66.163492,6.69323326 C65.9938724,6.47341502 65.7806953,6.29517643 65.538836,6.17095494 C65.2629778,6.03688757 64.9617259,5.97063099 64.6579108,5.97720653 C64.3375105,5.9675877 64.0194027,6.03681724 63.7289352,6.17937878 C63.4689944,6.3113077 63.2373682,6.49762197 63.0482203,6.72692863 C62.8612109,6.95600997 62.7147444,7.21849009 62.6157662,7.50192227 C62.5122939,7.7930603 62.4397767,8.0953514 62.3995391,8.40327356 L66.6760303,8.4285451 Z" id="Shape" fill="#0088F7"></path>
|
23 |
-
<path d="M78.9519219,13.5051782 C78.3862429,13.6547831 77.8107644,13.7698782 77.2291217,13.8497363 C76.5082085,13.9552705 75.7792523,14.0053743 75.0495792,13.9995442 C74.3298235,14.005418 73.6151833,13.8860363 72.9421539,13.6474957 C72.3379434,13.4368504 71.7907808,13.1043915 71.3395491,12.6737446 C70.8974095,12.2452579 70.5562049,11.7349374 70.3379211,11.1756661 C70.0999147,10.5277398 69.9859883,9.84565938 70.0013741,9.1607504 C69.9956862,8.48364594 70.0983188,7.8095509 70.305869,7.16081552 C70.4890015,6.61270899 70.7857852,6.10366927 71.1792886,5.66273696 C71.5541354,5.21392394 72.0374419,4.85455041 72.5895808,4.61408197 C73.1841814,4.37690263 73.8263689,4.26195113 74.4726415,4.27701429 C74.9037576,4.27207957 75.3332267,4.32762721 75.7467123,4.44180294 C76.0727361,4.53503689 76.3891777,4.65536331 76.6922491,4.80134179 L76.6922491,0.307106105 L79,0 L78.9519219,13.5051782 Z M72.3812422,9.08584648 C72.3214361,9.88959129 72.5715928,10.686776 73.0863883,11.3329643 C73.5775864,11.8783651 74.3116281,12.1799459 75.0736182,12.1494171 C75.3866427,12.1542194 75.6996971,12.1417136 76.0111421,12.1119652 C76.226472,12.0898337 76.440437,12.0573321 76.652184,12.0145901 L76.652184,6.68143038 C76.4024939,6.52834302 76.1333047,6.40504336 75.8508816,6.31440114 C75.5063502,6.1992465 75.1430269,6.14095243 74.7771364,6.1421221 C74.0577886,6.08414974 73.3585015,6.38256782 72.9341408,6.92861335 C72.525183,7.58057088 72.3327361,8.33143666 72.3812422,9.08584648 L72.3812422,9.08584648 Z" id="Shape" fill="#0088F7"></path>
|
24 |
-
</g>
|
25 |
-
</g>
|
26 |
-
<g id="Group-2" transform="translate(107.000000, 0.000000)">
|
27 |
-
<rect id="Rectangle" fill="#0088F7" x="0" y="0" width="16" height="8" rx="2"></rect>
|
28 |
-
<path d="M3.789,6 L3.789,4.166 L4.601,4.166 C5.16566667,4.166 5.60083333,4.026 5.9065,3.746 C6.21216667,3.466 6.365,3.09033333 6.365,2.619 C6.365,2.13833333 6.21683333,1.758 5.9205,1.478 C5.62416667,1.198 5.18433333,1.058 4.601,1.058 L4.601,1.058 L2.802,1.058 L2.802,6 L3.789,6 Z M4.496,3.375 L3.789,3.375 L3.789,1.856 L4.496,1.856 C4.804,1.856 5.02566667,1.92133333 5.161,2.052 C5.29633333,2.18266667 5.364,2.37166667 5.364,2.619 C5.364,3.123 5.07466667,3.375 4.496,3.375 L4.496,3.375 Z M8.22933333,6 L8.22933333,4.131 C8.22933333,3.459 8.591,3.123 9.31433333,3.123 L9.31433333,3.123 L9.60133333,3.123 L9.60133333,2.066 C9.30733333,2.066 9.04133333,2.13716667 8.80333333,2.2795 C8.56533333,2.42183333 8.374,2.61666667 8.22933333,2.864 L8.22933333,2.864 L8.22933333,2.122 L7.24233333,2.122 L7.24233333,6 L8.22933333,6 Z M12.1726667,6.049 C12.5506667,6.049 12.8901667,5.9685 13.1911667,5.8075 C13.4921667,5.6465 13.729,5.41666667 13.9016667,5.118 C14.0743333,4.81933333 14.1606667,4.467 14.1606667,4.061 C14.1606667,3.655 14.0743333,3.3015 13.9016667,3.0005 C13.729,2.6995 13.4921667,2.46966667 13.1911667,2.311 C12.8901667,2.15233333 12.5506667,2.073 12.1726667,2.073 C11.7946667,2.073 11.4551667,2.15233333 11.1541667,2.311 C10.8531667,2.46966667 10.6163333,2.6995 10.4436667,3.0005 C10.271,3.3015 10.1846667,3.655 10.1846667,4.061 C10.1846667,4.467 10.271,4.81933333 10.4436667,5.118 C10.6163333,5.41666667 10.8531667,5.6465 11.1541667,5.8075 C11.4551667,5.9685 11.7946667,6.049 12.1726667,6.049 Z M12.1726667,5.195 C11.8973333,5.195 11.664,5.09816667 11.4726667,4.9045 C11.2813333,4.71083333 11.1856667,4.42966667 11.1856667,4.061 C11.1856667,3.69233333 11.2813333,3.41116667 11.4726667,3.2175 C11.664,3.02383333 11.8973333,2.927 12.1726667,2.927 C12.448,2.927 12.6813333,3.02383333 12.8726667,3.2175 C13.064,3.41116667 13.1596667,3.69233333 13.1596667,4.061 C13.1596667,4.42966667 13.064,4.71083333 12.8726667,4.9045 C12.6813333,5.09816667 12.448,5.195 12.1726667,5.195 Z" id="Pro" fill="#FFFFFF" fill-rule="nonzero"></path>
|
29 |
-
</g>
|
30 |
-
</g>
|
31 |
-
</g>
|
32 |
-
</g>
|
33 |
-
</svg>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/classes/class-woo-feed-admin-message.php
CHANGED
@@ -19,25 +19,18 @@ class Woo_Feed_Message {
|
|
19 |
<tbody>
|
20 |
<tr>
|
21 |
<th>
|
22 |
-
<
|
23 |
-
<
|
24 |
-
|
25 |
-
</a></strong>
|
26 |
</th>
|
27 |
<th>
|
28 |
-
<
|
29 |
-
<a style="color:#0073aa;" href="http://webappick.helpscoutdocs.com/" target="_blank" ><?php _e( 'Documentation', 'woo-feed' ); ?></a>
|
30 |
-
</strong>
|
31 |
</th>
|
32 |
<th>
|
33 |
-
<
|
34 |
-
<a style="color:#ee264a;" href="http://bit.ly/2u6giNz" target="_blank"><?php _e( 'Video Tutorials', 'woo-feed' ); ?></a>
|
35 |
-
</strong>
|
36 |
</th>
|
37 |
<th>
|
38 |
-
<
|
39 |
-
<a style="color:#0DD41E;" href="https://webappick.com/support/" target="_blank"><?php _e( 'Get Free Support', 'woo-feed' ); ?></a>
|
40 |
-
</strong>
|
41 |
</th>
|
42 |
</tr>
|
43 |
</tbody>
|
19 |
<tbody>
|
20 |
<tr>
|
21 |
<th>
|
22 |
+
<a class="get-woo-feed-pro" href="http://bit.ly/2KIwvTt" target="_blank" aria-label="<?php esc_attr_e( 'Get Woo Feed Pro', 'woo-feed' ); ?>">
|
23 |
+
<img src="<?php echo esc_url( WOO_FEED_PLUGIN_URL ); ?>admin/images/get-woo-feed-pro.svg" alt="<?php esc_attr_e( 'Get Woo Feed Pro', 'woo-feed' ); ?>">
|
24 |
+
</a>
|
|
|
25 |
</th>
|
26 |
<th>
|
27 |
+
<a class="documentation button button-secondary button-hero" href="http://webappick.helpscoutdocs.com/" target="_blank" ><?php _e( 'Documentation', 'woo-feed' ); ?></a>
|
|
|
|
|
28 |
</th>
|
29 |
<th>
|
30 |
+
<a class="tutorial button button-secondary button-hero" href="http://bit.ly/2u6giNz" target="_blank"><?php _e( 'Video Tutorials', 'woo-feed' ); ?></a>
|
|
|
|
|
31 |
</th>
|
32 |
<th>
|
33 |
+
<a class="support button button-secondary button-hero" href="https://webappick.com/support/" target="_blank"><?php _e( 'Get Free Support', 'woo-feed' ); ?></a>
|
|
|
|
|
34 |
</th>
|
35 |
</tr>
|
36 |
</tbody>
|
woo-feed.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: WooCommerce Product Feed
|
16 |
* Plugin URI: https://webappick.com/
|
17 |
* Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
|
18 |
-
* Version: 3.2.
|
19 |
* Author: WebAppick
|
20 |
* Author URI: https://webappick.com/
|
21 |
* License: GPL v2
|
@@ -41,7 +41,7 @@ if ( ! defined( 'WOO_FEED_FREE_VERSION' ) ) {
|
|
41 |
* Plugin Version
|
42 |
* @var string
|
43 |
*/
|
44 |
-
define( 'WOO_FEED_FREE_VERSION', '3.2.
|
45 |
}
|
46 |
if ( ! defined( 'WOO_FEED_FREE_FILE') ) {
|
47 |
/**
|
15 |
* Plugin Name: WooCommerce Product Feed
|
16 |
* Plugin URI: https://webappick.com/
|
17 |
* Description: This plugin generate WooCommerce product feed for Shopping Engines like Google Shopping,Facebook Product Feed,eBay,Amazon,Idealo and many more..
|
18 |
+
* Version: 3.2.9
|
19 |
* Author: WebAppick
|
20 |
* Author URI: https://webappick.com/
|
21 |
* License: GPL v2
|
41 |
* Plugin Version
|
42 |
* @var string
|
43 |
*/
|
44 |
+
define( 'WOO_FEED_FREE_VERSION', '3.2.9' );
|
45 |
}
|
46 |
if ( ! defined( 'WOO_FEED_FREE_FILE') ) {
|
47 |
/**
|