Version Description
Released on 11 April 2022
- New: support for WooCommerce 6.4
- Update: YITH plugin framework
Download this release
Release Info
Developer | yithemes |
Plugin | YITH WooCommerce Compare |
Version | 2.13.0 |
Comparing to | |
See all releases |
Code changes from version 2.12.0 to 2.13.0
- assets/js/jquery.min.js +1 -1
- assets/js/woocompare.min.js +1 -1
- init.php +5 -5
- license.txt +0 -0
- plugin-fw/assets/css/admin.css +8 -1
- plugin-fw/assets/css/elementor.css +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-icons_222222_256x240.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-icons_454545_256x240.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-icons_888888_256x240.png +0 -0
- plugin-fw/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png +0 -0
- plugin-fw/assets/css/jquery-ui/jquery-ui.min.css +0 -0
- plugin-fw/assets/css/yith-icon.css +0 -0
- plugin-fw/assets/css/yith-plugin-ui.css +0 -0
- plugin-fw/assets/fonts/yith-icon.woff2 +0 -0
- plugin-fw/assets/images/yith-icon.svg +13 -13
- plugin-fw/assets/js/jquery-tiptip/jquery.tipTip.js +0 -0
- plugin-fw/assets/js/jquery-tiptip/jquery.tipTip.min.js +0 -0
- plugin-fw/assets/js/select2/select2.min.js +0 -0
- plugin-fw/assets/js/yith-date-format.js +0 -0
- plugin-fw/assets/js/yith-date-format.min.js +0 -0
- plugin-fw/assets/js/yith-ui.js +5 -2
- plugin-fw/assets/js/yith-ui.min.js +1 -1
- plugin-fw/dist/gutenberg/index.asset.php +0 -0
- plugin-fw/dist/gutenberg/index.js +0 -0
- plugin-fw/dist/gutenberg/style-index.css +0 -0
- plugin-fw/includes/builders/elementor/class-yith-elementor-widget.php +0 -0
- plugin-fw/includes/builders/elementor/class-yith-elementor.php +0 -0
- plugin-fw/includes/builders/gutenberg/class-yith-gutenberg.php +0 -0
- plugin-fw/includes/class-yit-ajax.php +0 -0
- plugin-fw/includes/class-yit-assets.php +0 -0
- plugin-fw/includes/class-yit-cpt-unlimited.php +0 -0
- plugin-fw/includes/class-yit-gradients.php +0 -0
- plugin-fw/includes/class-yit-icons.php +0 -0
- plugin-fw/includes/class-yit-metabox.php +0 -0
- plugin-fw/includes/class-yit-plugin-common.php +0 -0
- plugin-fw/includes/class-yit-plugin-licence.php +0 -0
- plugin-fw/includes/class-yit-plugin-panel-woocommerce.php +0 -0
- plugin-fw/includes/class-yit-plugin-panel.php +0 -0
- plugin-fw/includes/class-yit-plugin-subpanel.php +0 -0
- plugin-fw/includes/class-yit-pointers.php +0 -0
- plugin-fw/includes/class-yit-theme-licence.php +0 -0
- plugin-fw/includes/class-yit-upgrade.php +0 -0
- plugin-fw/includes/class-yit-video.php +0 -0
- plugin-fw/includes/class-yith-dashboard.php +1 -1
- plugin-fw/includes/class-yith-debug.php +0 -0
- plugin-fw/includes/class-yith-post-type-admin.php +0 -0
- plugin-fw/includes/class-yith-system-status.php +0 -0
- plugin-fw/includes/privacy/class-yith-privacy-plugin-abstract.php +0 -0
- plugin-fw/includes/privacy/class-yith-privacy.php +0 -0
- plugin-fw/init.php +2 -2
- plugin-fw/languages/yith-plugin-fw-el.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-el.po +10 -10
- plugin-fw/languages/yith-plugin-fw-es_ES.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-es_ES.po +17 -25
- plugin-fw/languages/yith-plugin-fw-it_IT.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-it_IT.po +14 -23
- plugin-fw/languages/yith-plugin-fw-nl_NL.mo +0 -0
- plugin-fw/languages/yith-plugin-fw-nl_NL.po +13 -27
- plugin-fw/languages/yith-plugin-fw.pot +6 -6
- plugin-fw/{LICENSE.txt → license.txt} +0 -0
- plugin-fw/templates/components/action-button.php +0 -0
- plugin-fw/templates/components/list-table-blank-state.php +0 -0
- plugin-fw/templates/components/resources/action-button-menu.php +0 -0
- plugin-fw/templates/fields/ajax-customers.php +1 -1
- plugin-fw/templates/fields/ajax-posts.php +1 -1
- plugin-fw/templates/fields/ajax-products.php +5 -3
- plugin-fw/templates/fields/ajax-terms.php +1 -1
- plugin-fw/templates/fields/copy-to-clipboard.php +0 -0
- plugin-fw/templates/fields/inline-fields.php +0 -0
- plugin-fw/templates/fields/text-array.php +2 -2
- plugin-fw/templates/panel/custom-tab.php +0 -0
- plugin-fw/templates/sysinfo/tabs/error-log.php +0 -0
- plugin-fw/templates/sysinfo/tabs/main.php +0 -0
- plugin-fw/templates/sysinfo/tabs/php-info.php +0 -0
- readme.txt +531 -526
assets/js/jquery.min.js
CHANGED
@@ -3,4 +3,4 @@
|
|
3 |
license: MIT
|
4 |
http://www.jacklmoore.com/colorbox
|
5 |
*/
|
6 |
-
!function(d,h,r){function a(t,e,i){t=h.createElement(t);return e&&(t.id=tt+e),i&&(t.style.cssText=i),d(t)}function c(){return r.innerHeight||d(r).height()}function s(t,i){i!==Object(i)&&(i={}),this.cache={},this.el=t,this.value=function(t){var e;return void 0===this.cache[t]&&(void 0!==(e=d(this.el).attr("data-cbox-"+t))?this.cache[t]=e:void 0!==i[t]?this.cache[t]=i[t]:void 0!==Y[t]&&(this.cache[t]=Y[t])),this.cache[t]},this.get=function(t){t=this.value(t);return d.isFunction(t)?t.call(this.el,this):t}}function l(t){var e=E.length,t=(A+t)%e;return t<0?e+t:t}function g(t,e){return Math.round((/%/.test(t)?("x"===e?I.width():c())/100:1)*parseInt(t,10))}function u(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function p(t,e){return t.get("retinaUrl")&&1<r.devicePixelRatio?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function f(t){"contains"in x[0]&&!x[0].contains(t.target)&&t.target!==y[0]&&(t.stopPropagation(),x.focus())}function m(t){m.str!==t&&(x.add(y).removeClass(m.str).addClass(t),m.str=t)}function w(t){d(h).trigger(t),st.triggerHandler(t)}function o(t){var e,i,n,o;G||(i=d(t).data(Z),_=new s(t,i),o=_.get("rel"),A=0,o&&!1!==o&&"nofollow"!==o?(E=d("."+et).filter(function(){return new s(this,d.data(this,Z)).get("rel")===o}),-1===(A=E.index(_.el))&&(E=E.add(_.el),A=E.length-1)):E=d(_.el),$||($=q=!0,m(_.get("className")),x.css({visibility:"hidden",display:"block",opacity:""}),L=a(lt,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),T.css({width:"",height:""}).append(L),j=C.height()+W.height()+T.outerHeight(!0)-T.height(),D=k.width()+H.width()+T.outerWidth(!0)-T.width(),N=L.outerHeight(!0),z=L.outerWidth(!0),e=g(_.get("initialWidth"),"x"),n=g(_.get("initialHeight"),"y"),t=_.get("maxWidth"),i=_.get("maxHeight"),_.w=(!1!==t?Math.min(e,g(t,"x")):e)-z-D,_.h=(!1!==i?Math.min(n,g(i,"y")):n)-N-j,L.css({width:"",height:_.h}),J.position(),w(it),_.get("onOpen"),O.add(F).hide(),x.focus(),_.get("trapFocus")&&h.addEventListener&&(h.addEventListener("focus",f,!0),st.one(rt,function(){h.removeEventListener("focus",f,!0)})),_.get("returnFocus")&&st.one(rt,function(){d(_.el).focus()})),n=parseFloat(_.get("opacity")),y.css({opacity:n==n?n:"",cursor:_.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),_.get("closeButton")?B.html(_.get("close")).appendTo(T):B.appendTo("<div/>"),function(){var t,e,i,n=J.prep,o=++dt;{var h;U=!(q=!0),w(at),w(nt),_.get("onLoad"),_.h=_.get("height")?g(_.get("height"),"y")-N-j:_.get("innerHeight")&&g(_.get("innerHeight"),"y"),_.w=_.get("width")?g(_.get("width"),"x")-z-D:_.get("innerWidth")&&g(_.get("innerWidth"),"x"),_.mw=_.w,_.mh=_.h,_.get("maxWidth")&&(_.mw=g(_.get("maxWidth"),"x")-z-D,_.mw=_.w&&_.w<_.mw?_.w:_.mw),_.get("maxHeight")&&(_.mh=g(_.get("maxHeight"),"y")-N-j,_.mh=_.h&&_.h<_.mh?_.h:_.mh),t=_.get("href"),Q=setTimeout(function(){S.show()},100),_.get("inline")?(h=d(t),i=d("<div>").hide().insertBefore(h),st.one(at,function(){i.replaceWith(h)}),n(h)):_.get("iframe")?n(" "):_.get("html")?n(_.get("html")):u(_,t)?(t=p(_,t),U=_.get("createImg"),d(U).addClass(tt+"Photo").bind("error."+tt,function(){n(a(lt,"Error").html(_.get("imgError")))}).one("load",function(){o===dt&&setTimeout(function(){var t;_.get("retinaImage")&&1<r.devicePixelRatio&&(U.height=U.height/r.devicePixelRatio,U.width=U.width/r.devicePixelRatio),_.get("scalePhotos")&&(e=function(){U.height-=U.height*t,U.width-=U.width*t},_.mw&&U.width>_.mw&&(t=(U.width-_.mw)/U.width,e()),_.mh&&U.height>_.mh&&(t=(U.height-_.mh)/U.height,e())),_.h&&(U.style.marginTop=Math.max(_.mh-U.height,0)/2+"px"),E[1]&&(_.get("loop")||E[A+1])&&(U.style.cursor="pointer",d(U).bind("click."+tt,function(){J.next()})),U.style.width=U.width+"px",U.style.height=U.height+"px",n(U)},1)}),U.src=t):t&&M.load(t,_.get("data"),function(t,e){o===dt&&n("error"===e?a(lt,"Error").html(_.get("xhrError")):d(this).contents())})}}())}function v(){x||(V=!1,I=d(r),x=a(lt).attr({id:Z,"class":!1===d.support.opacity?tt+"IE":"",role:"dialog",tabindex:"-1"}).hide(),y=a(lt,"Overlay").hide(),S=d([a(lt,"LoadingOverlay")[0],a(lt,"LoadingGraphic")[0]]),b=a(lt,"Wrapper"),T=a(lt,"Content").append(F=a(lt,"Title"),R=a(lt,"Current"),P=d('<button type="button"/>').attr({id:tt+"Previous"}),K=d('<button type="button"/>').attr({id:tt+"Next"}),t=a("button","Slideshow"),S),B=d('<button type="button"/>').attr({id:tt+"Close"}),b.append(a(lt).append(a(lt,"TopLeft"),C=a(lt,"TopCenter"),a(lt,"TopRight")),a(lt,!1,"clear:left").append(k=a(lt,"MiddleLeft"),T,H=a(lt,"MiddleRight")),a(lt,!1,"clear:left").append(a(lt,"BottomLeft"),W=a(lt,"BottomCenter"),a(lt,"BottomRight"))).find("div div").css({"float":"left"}),M=a(lt,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),O=K.add(P).add(R).add(t)),h.body&&!x.parent().length&&d(h.body).append(y,x.append(b,M))}var y,x,b,T,C,k,H,W,E,I,L,M,S,F,R,t,K,P,B,O,_,j,D,N,z,A,U,$,q,G,Q,J,V,e,i,n,X,Y={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return d(this).attr("href")},title:function(){return this.title},createImg:function(){var i=new Image,t=d(this).data("cbox-img-attrs");return"object"==typeof t&&d.each(t,function(t,e){i[t]=e}),i},createIframe:function(){var i=h.createElement("iframe"),t=d(this).data("cbox-iframe-attrs");return"object"==typeof t&&d.each(t,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullScreen=!0,i}},Z="colorbox",tt="cbox",et=tt+"Element",it=tt+"_open",nt=tt+"_load",ot=tt+"_complete",ht=tt+"_cleanup",rt=tt+"_closed",at=tt+"_purge",st=d("<a/>"),lt="div",dt=0,ct={},gt=(n=tt+"Slideshow_",X="click."+tt,function(){e?_.get("slideshow")||(st.unbind(ht,wt),wt()):_.get("slideshow")&&E[1]&&(e=!0,st.one(ht,wt),(_.get("slideshowAuto")?ft:mt)(),t.show())});function ut(){clearTimeout(i)}function pt(){(_.get("loop")||E[A+1])&&(ut(),i=setTimeout(J.next,_.get("slideshowSpeed")))}function ft(){t.html(_.get("slideshowStop")).unbind(X).one(X,mt),st.bind(ot,pt).bind(nt,ut),x.removeClass(n+"off").addClass(n+"on")}function mt(){ut(),st.unbind(ot,pt).unbind(nt,ut),t.html(_.get("slideshowStart")).unbind(X).one(X,function(){J.next(),ft()}),x.removeClass(n+"on").addClass(n+"off")}function wt(){e=!1,t.hide(),ut(),st.unbind(ot,pt).unbind(nt,ut),x.removeClass(n+"off "+n+"on")}d[Z]||(d(v),(J=d.fn[Z]=d[Z]=function(e,t){var i=this;return e=e||{},d.isFunction(i)&&(i=d("<a/>"),e.open=!0),i[0]&&(v(),x&&(V||(V=!0,K.click(function(){J.next()}),P.click(function(){J.prev()}),B.click(function(){J.close()}),y.click(function(){_.get("overlayClose")&&J.close()}),d(h).bind("keydown."+tt,function(t){var e=t.keyCode;$&&_.get("escKey")&&27===e&&(t.preventDefault(),J.close()),$&&_.get("arrowKey")&&E[1]&&!t.altKey&&(37===e?(t.preventDefault(),P.click()):39===e&&(t.preventDefault(),K.click()))}),d.isFunction(d.fn.on)?d(h).on("click."+tt,"."+et,n):d("."+et).live("click."+tt,n)),1)&&(t&&(e.onComplete=t),i.each(function(){var t=d.data(this,Z)||{};d.data(this,Z,d.extend(t,e))}).addClass(et),new s(i[0],e).get("open")&&o(i[0]))),i;function n(t){1<t.which||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),o(this))}}).position=function(e,t){function i(){C[0].style.width=W[0].style.width=T[0].style.width=parseInt(x[0].style.width,10)-D+"px",T[0].style.height=k[0].style.height=H[0].style.height=parseInt(x[0].style.height,10)-j+"px"}var n,o,h,r,a=0,s=0,l=x.offset();I.unbind("resize."+tt),x.css({top:-9e4,left:-9e4}),o=I.scrollTop(),h=I.scrollLeft(),_.get("fixed")?(l.top-=o,l.left-=h,x.css({position:"fixed"})):(a=o,s=h,x.css({position:"absolute"})),s+=!1!==_.get("right")?Math.max(I.width()-_.w-z-D-g(_.get("right"),"x"),0):!1!==_.get("left")?g(_.get("left"),"x"):Math.round(Math.max(I.width()-_.w-z-D,0)/2),a+=!1!==_.get("bottom")?Math.max(c()-_.h-N-j-g(_.get("bottom"),"y"),0):!1!==_.get("top")?g(_.get("top"),"y"):Math.round(Math.max(c()-_.h-N-j,0)/2),x.css({top:l.top,left:l.left,visibility:"visible"}),b[0].style.width=b[0].style.height="9999px",n={width:_.w+z+D,height:_.h+N+j,top:a,left:s},e&&(r=0,d.each(n,function(t){return n[t]!==ct[t]?void(r=e):void 0}),e=r),ct=n,e||x.css(n),x.dequeue().animate(n,{duration:e||0,complete:function(){i(),q=!1,b[0].style.width=_.w+z+D+"px",b[0].style.height=_.h+N+j+"px",_.get("reposition")&&setTimeout(function(){I.bind("resize."+tt,J.position)},1),d.isFunction(t)&&t()},step:i})},J.resize=function(t){var e;$&&((t=t||{}).width&&(_.w=g(t.width,"x")-z-D),t.innerWidth&&(_.w=g(t.innerWidth,"x")),L.css({width:_.w}),t.height&&(_.h=g(t.height,"y")-N-j),t.innerHeight&&(_.h=g(t.innerHeight,"y")),t.innerHeight||t.height||(e=L.scrollTop(),L.css({height:"auto"}),_.h=L.height()),L.css({height:_.h}),e&&L.scrollTop(e),J.position("none"===_.get("transition")?0:_.get("speed")))},J.prep=function(t){var e,o;$&&(o="none"===_.get("transition")?0:_.get("speed"),L.remove(),(L=a(lt,"LoadedContent").append(t)).hide().appendTo(M.show()).css({width:(_.w=_.w||L.width(),_.w=_.mw&&_.mw<_.w?_.mw:_.w,_.w),overflow:_.get("scrolling")?"auto":"hidden"}).css({height:(_.h=_.h||L.height(),_.h=_.mh&&_.mh<_.h?_.mh:_.h,_.h)}).prependTo(T),M.hide(),d(U).css({"float":"none"}),m(_.get("className")),e=function(){function t(){!1===d.support.opacity&&x[0].style.removeAttribute("filter")}var e,i,n=E.length;$&&(i=function(){clearTimeout(Q),S.hide(),w(ot),_.get("onComplete")},F.html(_.get("title")).show(),L.show(),1<n?("string"==typeof _.get("current")&&R.html(_.get("current").replace("{current}",A+1).replace("{total}",n)).show(),K[_.get("loop")||A<n-1?"show":"hide"]().html(_.get("next")),P[_.get("loop")||A?"show":"hide"]().html(_.get("previous")),gt(),_.get("preloading")&&d.each([l(-1),l(1)],function(){var t=E[this],e=new s(t,d.data(t,Z)),t=e.get("href");t&&u(e,t)&&(t=p(e,t),h.createElement("img").src=t)})):O.hide(),_.get("iframe")?(e=_.get("createIframe"),_.get("scrolling")||(e.scrolling="no"),d(e).attr({src:_.get("href"),"class":tt+"Iframe"}).one("load",i).appendTo(L),st.one(at,function(){e.src="//about:blank"}),_.get("fastIframe")&&d(e).trigger("load")):i(),"fade"===_.get("transition")?x.fadeTo(o,1,t):t())},"fade"===_.get("transition")?x.fadeTo(o,0,function(){J.position(0,e)}):J.position(o,e))},J.next=function(){!q&&E[1]&&(_.get("loop")||E[A+1])&&(A=l(1),o(E[A]))},J.prev=function(){!q&&E[1]&&(_.get("loop")||A)&&(A=l(-1),o(E[A]))},J.close=function(){$&&!G&&($=!(G=!0),w(ht),_.get("onCleanup"),I.unbind("."+tt),y.fadeTo(_.get("fadeOut")||0,0),x.stop().fadeTo(_.get("fadeOut")||0,0,function(){x.hide(),y.hide(),w(at),L.remove(),setTimeout(function(){G=!1,w(rt),_.get("onClosed")},1)}))},J.remove=function(){x&&(x.stop(),d[Z].close(),x.stop(!1,!0).remove(),y.remove(),G=!1,x=null,d("."+et).removeData(Z).removeClass(et),d(h).unbind("click."+tt).unbind("keydown."+tt))},J.element=function(){return d(_.el)},J.settings=Y)}(jQuery,document,window);
|
3 |
license: MIT
|
4 |
http://www.jacklmoore.com/colorbox
|
5 |
*/
|
6 |
+
!function(d,c,g){function u(t,e,i){t=c.createElement(t);return e&&(t.id=O+e),i&&(t.style.cssText=i),d(t)}function N(){return g.innerHeight||d(g).height()}function z(t,i){i!==Object(i)&&(i={}),this.cache={},this.el=t,this.value=function(t){var e;return void 0===this.cache[t]&&(void 0!==(e=d(this.el).attr("data-cbox-"+t))?this.cache[t]=e:void 0!==i[t]?this.cache[t]=i[t]:void 0!==ot[t]&&(this.cache[t]=ot[t])),this.cache[t]},this.get=function(t){t=this.value(t);return d.isFunction(t)?t.call(this.el,this):t}}function a(t){var e=b.length,t=(M+t)%e;return t<0?e+t:t}function p(t,e){return Math.round((/%/.test(t)?("x"===e?T.width():N())/100:1)*parseInt(t,10))}function A(t,e){return t.get("photo")||t.get("photoRegex").test(e)}function U(t,e){return t.get("retinaUrl")&&1<g.devicePixelRatio?e.replace(t.get("photoRegex"),t.get("retinaSuffix")):e}function $(t){"contains"in v[0]&&!v[0].contains(t.target)&&t.target!==w[0]&&(t.stopPropagation(),v.focus())}function f(t){f.str!==t&&(v.add(w).removeClass(f.str).addClass(t),f.str=t)}function m(t){d(c).trigger(t),j.triggerHandler(t)}function o(t){var e,i,n,o,h,r,a,s,l;K||(i=d(t).data(B),H=new z(t,i),l=H.get("rel"),M=0,l&&!1!==l&&"nofollow"!==l?(b=d("."+_).filter(function(){return new z(this,d.data(this,B)).get("rel")===l}),-1===(M=b.index(H.el))&&(b=b.add(H.el),M=b.length-1)):b=d(H.el),F||(F=R=!0,f(H.get("className")),v.css({visibility:"hidden",display:"block",opacity:""}),C=u(D,"LoadedContent","width:0; height:0; overflow:hidden; visibility:hidden"),x.css({width:"",height:""}).append(C),W=q.height()+J.height()+x.outerHeight(!0)-x.height(),E=G.width()+Q.width()+x.outerWidth(!0)-x.width(),I=C.outerHeight(!0),L=C.outerWidth(!0),t=p(H.get("initialWidth"),"x"),i=p(H.get("initialHeight"),"y"),n=H.get("maxWidth"),e=H.get("maxHeight"),H.w=(!1!==n?Math.min(t,p(n,"x")):t)-L-E,H.h=(!1!==e?Math.min(i,p(e,"y")):i)-I-W,C.css({width:"",height:H.h}),P.position(),m(ht),H.get("onOpen"),Z.add(X).hide(),v.focus(),H.get("trapFocus")&&c.addEventListener&&(c.addEventListener("focus",$,!0),j.one(lt,function(){c.removeEventListener("focus",$,!0)})),H.get("returnFocus")&&j.one(lt,function(){d(H.el).focus()})),n=parseFloat(H.get("opacity")),w.css({opacity:n==n?n:"",cursor:H.get("overlayClose")?"pointer":"",visibility:"visible"}).show(),H.get("closeButton")?Y.html(H.get("close")).appendTo(x):Y.appendTo("<div/>"),a=P.prep,s=++ct,S=!(R=!0),m(dt),m(rt),H.get("onLoad"),H.h=H.get("height")?p(H.get("height"),"y")-I-W:H.get("innerHeight")&&p(H.get("innerHeight"),"y"),H.w=H.get("width")?p(H.get("width"),"x")-L-E:H.get("innerWidth")&&p(H.get("innerWidth"),"x"),H.mw=H.w,H.mh=H.h,H.get("maxWidth")&&(H.mw=p(H.get("maxWidth"),"x")-L-E,H.mw=H.w&&H.w<H.mw?H.w:H.mw),H.get("maxHeight")&&(H.mh=p(H.get("maxHeight"),"y")-I-W,H.mh=H.h&&H.h<H.mh?H.h:H.mh),t=H.get("href"),tt=setTimeout(function(){V.show()},100),H.get("inline")?(o=d(t),r=d("<div>").hide().insertBefore(o),j.one(dt,function(){r.replaceWith(o)}),a(o)):H.get("iframe")?a(" "):H.get("html")?a(H.get("html")):A(H,t)?(t=U(H,t),S=H.get("createImg"),d(S).addClass(O+"Photo").bind("error."+O,function(){a(u(D,"Error").html(H.get("imgError")))}).one("load",function(){s===ct&&setTimeout(function(){var t;H.get("retinaImage")&&1<g.devicePixelRatio&&(S.height=S.height/g.devicePixelRatio,S.width=S.width/g.devicePixelRatio),H.get("scalePhotos")&&(h=function(){S.height-=S.height*t,S.width-=S.width*t},H.mw&&S.width>H.mw&&(t=(S.width-H.mw)/S.width,h()),H.mh&&S.height>H.mh&&(t=(S.height-H.mh)/S.height,h())),H.h&&(S.style.marginTop=Math.max(H.mh-S.height,0)/2+"px"),b[1]&&(H.get("loop")||b[M+1])&&(S.style.cursor="pointer",d(S).bind("click."+O,function(){P.next()})),S.style.width=S.width+"px",S.style.height=S.height+"px",a(S)},1)}),S.src=t):t&&k.load(t,H.get("data"),function(t,e){s===ct&&a("error"===e?u(D,"Error").html(H.get("xhrError")):d(this).contents())}))}function s(){v||(et=!1,T=d(g),v=u(D).attr({id:B,"class":!1===d.support.opacity?O+"IE":"",role:"dialog",tabindex:"-1"}).hide(),w=u(D,"Overlay").hide(),V=d([u(D,"LoadingOverlay")[0],u(D,"LoadingGraphic")[0]]),y=u(D,"Wrapper"),x=u(D,"Content").append(X=u(D,"Title"),l=u(D,"Current"),r=d('<button type="button"/>').attr({id:O+"Previous"}),h=d('<button type="button"/>').attr({id:O+"Next"}),t=u("button","Slideshow"),V),Y=d('<button type="button"/>').attr({id:O+"Close"}),y.append(u(D).append(u(D,"TopLeft"),q=u(D,"TopCenter"),u(D,"TopRight")),u(D,!1,"clear:left").append(G=u(D,"MiddleLeft"),x,Q=u(D,"MiddleRight")),u(D,!1,"clear:left").append(u(D,"BottomLeft"),J=u(D,"BottomCenter"),u(D,"BottomRight"))).find("div div").css({"float":"left"}),k=u(D,!1,"position:absolute; width:9999px; visibility:hidden; display:none; max-width:none;"),Z=h.add(r).add(l).add(t)),c.body&&!v.parent().length&&d(c.body).append(w,v.append(y,k))}var w,v,y,x,q,G,Q,J,b,T,C,k,V,X,l,t,h,r,Y,Z,H,W,E,I,L,M,S,F,R,K,tt,P,et,n,it,e,nt,ot={html:!1,photo:!1,iframe:!1,inline:!1,transition:"elastic",speed:300,fadeOut:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,opacity:.9,preloading:!0,className:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:void 0,closeButton:!0,fastIframe:!0,open:!1,reposition:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",photoRegex:/\.(gif|png|jp(e|g|eg)|bmp|ico|webp|jxr|svg)((#|\?).*)?$/i,retinaImage:!1,retinaUrl:!1,retinaSuffix:"@2x.$1",current:"image {current} of {total}",previous:"previous",next:"next",close:"close",xhrError:"This content failed to load.",imgError:"This image failed to load.",returnFocus:!0,trapFocus:!0,onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,rel:function(){return this.rel},href:function(){return d(this).attr("href")},title:function(){return this.title},createImg:function(){var i=new Image,t=d(this).data("cbox-img-attrs");return"object"==typeof t&&d.each(t,function(t,e){i[t]=e}),i},createIframe:function(){var i=c.createElement("iframe"),t=d(this).data("cbox-iframe-attrs");return"object"==typeof t&&d.each(t,function(t,e){i[t]=e}),"frameBorder"in i&&(i.frameBorder=0),"allowTransparency"in i&&(i.allowTransparency="true"),i.name=(new Date).getTime(),i.allowFullScreen=!0,i}},B="colorbox",O="cbox",_=O+"Element",ht=O+"_open",rt=O+"_load",at=O+"_complete",st=O+"_cleanup",lt=O+"_closed",dt=O+"_purge",j=d("<a/>"),D="div",ct=0,gt={},ut=(e=O+"Slideshow_",nt="click."+O,function(){n?H.get("slideshow")||(j.unbind(st,wt),wt()):H.get("slideshow")&&b[1]&&(n=!0,j.one(st,wt),(H.get("slideshowAuto")?ft:mt)(),t.show())});function i(){clearTimeout(it)}function pt(){(H.get("loop")||b[M+1])&&(i(),it=setTimeout(P.next,H.get("slideshowSpeed")))}function ft(){t.html(H.get("slideshowStop")).unbind(nt).one(nt,mt),j.bind(at,pt).bind(rt,i),v.removeClass(e+"off").addClass(e+"on")}function mt(){i(),j.unbind(at,pt).unbind(rt,i),t.html(H.get("slideshowStart")).unbind(nt).one(nt,function(){P.next(),ft()}),v.removeClass(e+"on").addClass(e+"off")}function wt(){n=!1,t.hide(),i(),j.unbind(at,pt).unbind(rt,i),v.removeClass(e+"off "+e+"on")}d[B]||(d(s),(P=d.fn[B]=d[B]=function(e,t){var i=this;return e=e||{},d.isFunction(i)&&(i=d("<a/>"),e.open=!0),i[0]&&(s(),v&&(et||(et=!0,h.click(function(){P.next()}),r.click(function(){P.prev()}),Y.click(function(){P.close()}),w.click(function(){H.get("overlayClose")&&P.close()}),d(c).bind("keydown."+O,function(t){var e=t.keyCode;F&&H.get("escKey")&&27===e&&(t.preventDefault(),P.close()),F&&H.get("arrowKey")&&b[1]&&!t.altKey&&(37===e?(t.preventDefault(),r.click()):39===e&&(t.preventDefault(),h.click()))}),d.isFunction(d.fn.on)?d(c).on("click."+O,"."+_,n):d("."+_).live("click."+O,n)),1)&&(t&&(e.onComplete=t),i.each(function(){var t=d.data(this,B)||{};d.data(this,B,d.extend(t,e))}).addClass(_),new z(i[0],e).get("open")&&o(i[0]))),i;function n(t){1<t.which||t.shiftKey||t.altKey||t.metaKey||t.ctrlKey||(t.preventDefault(),o(this))}}).position=function(e,t){function i(){q[0].style.width=J[0].style.width=x[0].style.width=parseInt(v[0].style.width,10)-E+"px",x[0].style.height=G[0].style.height=Q[0].style.height=parseInt(v[0].style.height,10)-W+"px"}var n,o,h,r,a=0,s=0,l=v.offset();T.unbind("resize."+O),v.css({top:-9e4,left:-9e4}),o=T.scrollTop(),h=T.scrollLeft(),H.get("fixed")?(l.top-=o,l.left-=h,v.css({position:"fixed"})):(a=o,s=h,v.css({position:"absolute"})),s+=!1!==H.get("right")?Math.max(T.width()-H.w-L-E-p(H.get("right"),"x"),0):!1!==H.get("left")?p(H.get("left"),"x"):Math.round(Math.max(T.width()-H.w-L-E,0)/2),a+=!1!==H.get("bottom")?Math.max(N()-H.h-I-W-p(H.get("bottom"),"y"),0):!1!==H.get("top")?p(H.get("top"),"y"):Math.round(Math.max(N()-H.h-I-W,0)/2),v.css({top:l.top,left:l.left,visibility:"visible"}),y[0].style.width=y[0].style.height="9999px",n={width:H.w+L+E,height:H.h+I+W,top:a,left:s},e&&(r=0,d.each(n,function(t){return n[t]!==gt[t]?void(r=e):void 0}),e=r),gt=n,e||v.css(n),v.dequeue().animate(n,{duration:e||0,complete:function(){i(),R=!1,y[0].style.width=H.w+L+E+"px",y[0].style.height=H.h+I+W+"px",H.get("reposition")&&setTimeout(function(){T.bind("resize."+O,P.position)},1),d.isFunction(t)&&t()},step:i})},P.resize=function(t){var e;F&&((t=t||{}).width&&(H.w=p(t.width,"x")-L-E),t.innerWidth&&(H.w=p(t.innerWidth,"x")),C.css({width:H.w}),t.height&&(H.h=p(t.height,"y")-I-W),t.innerHeight&&(H.h=p(t.innerHeight,"y")),t.innerHeight||t.height||(e=C.scrollTop(),C.css({height:"auto"}),H.h=C.height()),C.css({height:H.h}),e&&C.scrollTop(e),P.position("none"===H.get("transition")?0:H.get("speed")))},P.prep=function(t){var e,o;F&&(o="none"===H.get("transition")?0:H.get("speed"),C.remove(),(C=u(D,"LoadedContent").append(t)).hide().appendTo(k.show()).css({width:(H.w=H.w||C.width(),H.w=H.mw&&H.mw<H.w?H.mw:H.w,H.w),overflow:H.get("scrolling")?"auto":"hidden"}).css({height:(H.h=H.h||C.height(),H.h=H.mh&&H.mh<H.h?H.mh:H.h,H.h)}).prependTo(x),k.hide(),d(S).css({"float":"none"}),f(H.get("className")),e=function(){function t(){!1===d.support.opacity&&v[0].style.removeAttribute("filter")}var e,i,n=b.length;F&&(i=function(){clearTimeout(tt),V.hide(),m(at),H.get("onComplete")},X.html(H.get("title")).show(),C.show(),1<n?("string"==typeof H.get("current")&&l.html(H.get("current").replace("{current}",M+1).replace("{total}",n)).show(),h[H.get("loop")||M<n-1?"show":"hide"]().html(H.get("next")),r[H.get("loop")||M?"show":"hide"]().html(H.get("previous")),ut(),H.get("preloading")&&d.each([a(-1),a(1)],function(){var t=b[this],t=new z(t,d.data(t,B)),e=t.get("href");e&&A(t,e)&&(e=U(t,e),c.createElement("img").src=e)})):Z.hide(),H.get("iframe")?(e=H.get("createIframe"),H.get("scrolling")||(e.scrolling="no"),d(e).attr({src:H.get("href"),"class":O+"Iframe"}).one("load",i).appendTo(C),j.one(dt,function(){e.src="//about:blank"}),H.get("fastIframe")&&d(e).trigger("load")):i(),"fade"===H.get("transition")?v.fadeTo(o,1,t):t())},"fade"===H.get("transition")?v.fadeTo(o,0,function(){P.position(0,e)}):P.position(o,e))},P.next=function(){!R&&b[1]&&(H.get("loop")||b[M+1])&&(M=a(1),o(b[M]))},P.prev=function(){!R&&b[1]&&(H.get("loop")||M)&&(M=a(-1),o(b[M]))},P.close=function(){F&&!K&&(F=!(K=!0),m(st),H.get("onCleanup"),T.unbind("."+O),w.fadeTo(H.get("fadeOut")||0,0),v.stop().fadeTo(H.get("fadeOut")||0,0,function(){v.hide(),w.hide(),m(dt),C.remove(),setTimeout(function(){K=!1,m(lt),H.get("onClosed")},1)}))},P.remove=function(){v&&(v.stop(),d[B].close(),v.stop(!1,!0).remove(),w.remove(),K=!1,v=null,d("."+_).removeData(B).removeClass(_),d(c).unbind("click."+O).unbind("keydown."+O))},P.element=function(){return d(H.el)},P.settings=ot)}(jQuery,document,window);
|
assets/js/woocompare.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready(function(c){
|
1 |
+
jQuery(document).ready(function(c){if(c(document.body).hasClass("elementor-editor-active"))return!1;c(document).on("click",".product a.compare:not(.added)",function(o){o.preventDefault();var e=c(this),o={action:yith_woocompare.actionadd,id:e.data("product_id"),context:"frontend"},t=c(".yith-woocompare-widget ul.products-list");"undefined"!=typeof c.fn.block&&(e.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),t.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}})),c.ajax({type:"post",url:yith_woocompare.ajaxurl.toString().replace("%%endpoint%%",yith_woocompare.actionadd),data:o,dataType:"json",success:function(o){"undefined"!=typeof c.fn.block&&(e.unblock(),t.unblock()),e.addClass("added").attr("href",o.table_url).text(yith_woocompare.added_label),t.html(o.widget_table),"yes"==yith_woocompare.auto_open&&c("body").trigger("yith_woocompare_open_popup",{response:o.table_url,button:e})}})}),c(document).on("click",".product a.compare.added",function(o){o.preventDefault();o=this.href;void 0!==o&&c("body").trigger("yith_woocompare_open_popup",{response:o,button:c(this)})}),c("body").on("yith_woocompare_open_popup",function(o,e){e=e.response;if(768<=c(window).width())c.colorbox({href:e,iframe:!0,width:"90%",height:"90%",className:"yith_woocompare_colorbox",close:yith_woocompare.close_label,onClosed:function(){var e=c(".yith-woocompare-widget ul.products-list"),o={action:yith_woocompare.actionreload,context:"frontend"};"undefined"!=typeof c.fn.block&&e.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),c.ajax({type:"post",url:yith_woocompare.ajaxurl.toString().replace("%%endpoint%%",yith_woocompare.actionreload),data:o,success:function(o){"undefined"!=typeof c.fn.block&&e.unblock().html(o),e.html(o)}})}}),c(window).resize(function(){c.colorbox.resize({width:"90%",height:"90%"})});else{var t=e.split("?");if(2<=t.length){for(var a=encodeURIComponent("iframe")+"=",r=t[1].split(/[&;]/g),n=r.length;0<n--;)-1!==r[n].lastIndexOf(a,0)&&r.splice(n,1);e=t[0]+"?"+r.join("&")}window.open(e,yith_woocompare.table_title)}}),c(document).on("click",".remove a",function(o){o.preventDefault();var e=c(this),o={action:yith_woocompare.actionremove,id:e.data("product_id"),context:"frontend"};c("td.product_"+o.id+", th.product_"+o.id);"undefined"!=typeof c.fn.block&&e.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),c.ajax({type:"post",url:yith_woocompare.ajaxurl.toString().replace("%%endpoint%%",yith_woocompare.actionremove),data:o,dataType:"html",success:function(o){o=c(o).filter("#yith-woocompare");c("#yith-woocompare").replaceWith(o),c('.compare[data-product_id="'+e.data("product_id")+'"]',window.parent.document).removeClass("added").html(yith_woocompare.button_text),c(document).trigger("yith_woocompare_product_removed")}})}),c(".yith-woocompare-open a, a.yith-woocompare-open").on("click",function(o){o.preventDefault(),c("body").trigger("yith_woocompare_open_popup",{response:function(o,e){o=escape(o),e=escape(e);var t=document.location.search,e=o+"="+e,o=new RegExp("(&|\\?)"+o+"=[^&]*");t=t.replace(o,"$1"+e),RegExp.$1||(t+=(0<t.length?"&":"?")+e);return t}("action",yith_woocompare.actionview)+"&iframe=true"})}),c(".yith-woocompare-widget").on("click","a.compare",function(o){o.preventDefault(),c("body").trigger("yith_woocompare_open_popup",{response:c(this).attr("href")})}).on("click","li a.remove, a.clear-all",function(o){o.preventDefault();var o=c(".yith-woocompare-widget .products-list").data("lang"),e=c(this),t=e.data("product_id"),o={action:yith_woocompare.actionremove,id:t,context:"frontend",responseType:"product_list",lang:o},a=e.parents(".yith-woocompare-widget").find("ul.products-list");"undefined"!=typeof c.fn.block&&a.block({message:null,overlayCSS:{background:"#fff url("+yith_woocompare.loader+") no-repeat center",backgroundSize:"16px 16px",opacity:.6}}),c.ajax({type:"post",url:yith_woocompare.ajaxurl.toString().replace("%%endpoint%%",yith_woocompare.actionremove),data:o,dataType:"html",success:function(o){c("all"==t?".compare.added":'.compare[data-product_id="'+t+'"]').removeClass("added").html(yith_woocompare.button_text),a.html(o),"undefined"!=typeof c.fn.block&&a.unblock()}})}),c("body").on("added_to_cart",function(o,e,t,a){c(a).closest("table.compare-list").length&&a.hide()})});
|
init.php
CHANGED
@@ -3,21 +3,21 @@
|
|
3 |
* Plugin Name: YITH WooCommerce Compare
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
|
5 |
* Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
-
* Version: 2.
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-compare
|
10 |
* Domain Path: /languages/
|
11 |
* WC requires at least: 6.1
|
12 |
-
* WC tested up to: 6.
|
13 |
*
|
14 |
* @author YITH
|
15 |
* @package YITH WooCommerce Compare
|
16 |
-
* @version 2.
|
17 |
*/
|
18 |
|
19 |
/*
|
20 |
-
Copyright 2013-
|
21 |
|
22 |
This program is free software; you can redistribute it and/or modify
|
23 |
it under the terms of the GNU General Public License, version 2, as
|
@@ -75,7 +75,7 @@ if ( ! function_exists( 'yith_plugin_registration_hook' ) ) {
|
|
75 |
register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
|
76 |
|
77 |
if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ) {
|
78 |
-
define( 'YITH_WOOCOMPARE_VERSION', '2.
|
79 |
}
|
80 |
if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
|
81 |
define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
|
3 |
* Plugin Name: YITH WooCommerce Compare
|
4 |
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-compare/
|
5 |
* Description: The <code><strong>YITH WooCommerce Compare</strong></code> plugin allow you to compare in a simple and efficient way products on sale in your shop and analyze their main features in a single table. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce shop on <strong>YITH</strong></a>.
|
6 |
+
* Version: 2.13.0
|
7 |
* Author: YITH
|
8 |
* Author URI: https://yithemes.com/
|
9 |
* Text Domain: yith-woocommerce-compare
|
10 |
* Domain Path: /languages/
|
11 |
* WC requires at least: 6.1
|
12 |
+
* WC tested up to: 6.4
|
13 |
*
|
14 |
* @author YITH
|
15 |
* @package YITH WooCommerce Compare
|
16 |
+
* @version 2.13.0
|
17 |
*/
|
18 |
|
19 |
/*
|
20 |
+
Copyright 2013-2022 Your Inspiration Solutions (email : plugins@yithemes.com)
|
21 |
|
22 |
This program is free software; you can redistribute it and/or modify
|
23 |
it under the terms of the GNU General Public License, version 2, as
|
75 |
register_activation_hook( __FILE__, 'yith_plugin_registration_hook' );
|
76 |
|
77 |
if ( ! defined( 'YITH_WOOCOMPARE_VERSION' ) ) {
|
78 |
+
define( 'YITH_WOOCOMPARE_VERSION', '2.13.0' );
|
79 |
}
|
80 |
if ( ! defined( 'YITH_WOOCOMPARE_FREE_INIT' ) ) {
|
81 |
define( 'YITH_WOOCOMPARE_FREE_INIT', plugin_basename( __FILE__ ) );
|
license.txt
CHANGED
File without changes
|
plugin-fw/assets/css/admin.css
CHANGED
@@ -56,9 +56,16 @@
|
|
56 |
/*-----------------------
|
57 |
YITH FEEDS
|
58 |
------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
.yith-feeds-logo {
|
61 |
-
display: table-cell;
|
62 |
background: #005b7c;
|
63 |
padding: 5px;
|
64 |
border-radius: 50%;
|
56 |
/*-----------------------
|
57 |
YITH FEEDS
|
58 |
------------------------*/
|
59 |
+
.yith-feeds-wrapper{
|
60 |
+
display: none;
|
61 |
+
}
|
62 |
+
|
63 |
+
.yith-feeds-changelog-plugin-name{
|
64 |
+
display: table;
|
65 |
+
}
|
66 |
|
67 |
.yith-feeds-logo {
|
68 |
+
display: table-cell !important;
|
69 |
background: #005b7c;
|
70 |
padding: 5px;
|
71 |
border-radius: 50%;
|
plugin-fw/assets/css/elementor.css
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-icons_222222_256x240.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-icons_454545_256x240.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-icons_888888_256x240.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png
CHANGED
File without changes
|
plugin-fw/assets/css/jquery-ui/jquery-ui.min.css
CHANGED
File without changes
|
plugin-fw/assets/css/yith-icon.css
CHANGED
File without changes
|
plugin-fw/assets/css/yith-plugin-ui.css
CHANGED
File without changes
|
plugin-fw/assets/fonts/yith-icon.woff2
CHANGED
File without changes
|
plugin-fw/assets/images/yith-icon.svg
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
<?xml version="1.0" standalone="no"?><!-- Generator: Gravit.io -->
|
2 |
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 20.5 20.479" width="20.5" height="20.479">
|
3 |
-
<defs>
|
4 |
-
<clipPath id="_clipPath_BBRuGaomYLKjPKjOOHpnNdPxBnLPFPyk">
|
5 |
-
<rect width="20.5" height="20.479"/>
|
6 |
-
</clipPath>
|
7 |
-
</defs>
|
8 |
-
<g clip-path="url(#_clipPath_BBRuGaomYLKjPKjOOHpnNdPxBnLPFPyk)">
|
9 |
-
<g>
|
10 |
-
<path d=" M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z "
|
11 |
-
fill="rgb(255,255,255)"/>
|
12 |
-
</g>
|
13 |
-
</g>
|
14 |
</svg>
|
1 |
+
<?xml version="1.0" standalone="no"?><!-- Generator: Gravit.io -->
|
2 |
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 20.5 20.479" width="20.5" height="20.479">
|
3 |
+
<defs>
|
4 |
+
<clipPath id="_clipPath_BBRuGaomYLKjPKjOOHpnNdPxBnLPFPyk">
|
5 |
+
<rect width="20.5" height="20.479"/>
|
6 |
+
</clipPath>
|
7 |
+
</defs>
|
8 |
+
<g clip-path="url(#_clipPath_BBRuGaomYLKjPKjOOHpnNdPxBnLPFPyk)">
|
9 |
+
<g>
|
10 |
+
<path d=" M 18.24 7.628 C 17.291 8.284 16.076 8.971 14.587 9.688 C 15.344 7.186 15.765 4.851 15.849 2.684 C 15.912 0.939 15.133 0.045 13.514 0.003 C 11.558 -0.06 10.275 1.033 9.665 3.284 C 10.007 3.137 10.359 3.063 10.723 3.063 C 11.021 3.063 11.267 3.184 11.459 3.426 C 11.651 3.668 11.736 3.947 11.715 4.262 C 11.695 5.082 11.276 5.961 10.46 6.896 C 9.644 7.833 8.918 8.3 8.282 8.3 C 7.837 8.3 7.625 7.922 7.646 7.165 C 7.667 6.765 7.804 5.955 8.056 4.735 C 8.287 3.579 8.403 2.801 8.403 2.401 C 8.403 1.707 8.224 1.144 7.867 0.713 C 7.509 0.282 6.994 0.098 6.321 0.161 C 5.858 0.203 5.175 0.624 4.27 1.422 C 3.596 2.035 2.923 2.644 2.25 3.254 L 2.976 4.106 C 3.564 3.664 3.922 3.443 4.048 3.443 C 4.448 3.443 4.637 3.717 4.617 4.263 C 4.617 4.306 4.427 4.968 4.049 6.251 C 3.671 7.534 3.471 8.491 3.449 9.122 C 3.407 9.985 3.565 10.647 3.924 11.109 C 4.367 11.677 5.106 11.919 6.142 11.835 C 7.366 11.751 8.591 11.298 9.816 10.479 C 10.323 10.142 10.808 9.753 11.273 9.311 C 11.105 10.153 10.905 10.868 10.673 11.457 C 8.402 12.487 6.762 13.37 5.752 14.107 C 4.321 15.137 3.554 16.241 3.449 17.419 C 3.259 19.459 4.29 20.479 6.541 20.479 C 8.055 20.479 9.517 19.554 10.926 17.703 C 12.125 16.126 13.166 14.022 14.049 11.394 C 15.578 10.635 16.87 9.892 17.928 9.164 C 17.894 9.409 18.319 7.308 18.24 7.628 Z M 7.393 16.095 C 7.056 16.095 6.898 15.947 6.919 15.653 C 6.961 15.106 7.908 14.38 9.759 13.476 C 8.791 15.221 8.002 16.095 7.393 16.095 Z "
|
11 |
+
fill="rgb(255,255,255)"/>
|
12 |
+
</g>
|
13 |
+
</g>
|
14 |
</svg>
|
plugin-fw/assets/js/jquery-tiptip/jquery.tipTip.js
CHANGED
File without changes
|
plugin-fw/assets/js/jquery-tiptip/jquery.tipTip.min.js
CHANGED
File without changes
|
plugin-fw/assets/js/select2/select2.min.js
CHANGED
File without changes
|
plugin-fw/assets/js/yith-date-format.js
CHANGED
File without changes
|
plugin-fw/assets/js/yith-date-format.min.js
CHANGED
File without changes
|
plugin-fw/assets/js/yith-ui.js
CHANGED
@@ -199,16 +199,19 @@ window.yith = window.yith || {};
|
|
199 |
footer : false
|
200 |
},
|
201 |
initialize = function () {
|
202 |
-
|
203 |
|
204 |
create();
|
205 |
initEvents();
|
206 |
},
|
207 |
-
|
208 |
$( '.yith-plugin-fw__modal__wrap' ).remove();
|
209 |
container.removeClass( 'yith-plugin-fw__modal--opened' );
|
210 |
container.removeClass( 'yith-plugin-fw__modal--allow-wp-menu' );
|
211 |
container.removeClass( 'yith-plugin-fw__modal--allow-wp-menu-in-mobile' );
|
|
|
|
|
|
|
212 |
|
213 |
if ( typeof options.onClose === 'function' ) {
|
214 |
options.onClose();
|
199 |
footer : false
|
200 |
},
|
201 |
initialize = function () {
|
202 |
+
close();
|
203 |
|
204 |
create();
|
205 |
initEvents();
|
206 |
},
|
207 |
+
close = function () {
|
208 |
$( '.yith-plugin-fw__modal__wrap' ).remove();
|
209 |
container.removeClass( 'yith-plugin-fw__modal--opened' );
|
210 |
container.removeClass( 'yith-plugin-fw__modal--allow-wp-menu' );
|
211 |
container.removeClass( 'yith-plugin-fw__modal--allow-wp-menu-in-mobile' );
|
212 |
+
},
|
213 |
+
handleClose = function () {
|
214 |
+
close();
|
215 |
|
216 |
if ( typeof options.onClose === 'function' ) {
|
217 |
options.onClose();
|
plugin-fw/assets/js/yith-ui.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
window.yith=window.yith||{},function(n,e){e.ui=e.ui||{};var o=function(n){if("string"==typeof n)return n;var e=[];for(var t of n)t&&e.indexOf(t)<0&&e.push(o(t));return e.join(" ")},t=function(n){n.stopPropagation()};e.ui.confirm=function(t){var l={title:!1,message:!1,onCreate:!1,onConfirm:!1,onCancel:!1,onClose:!1,classes:{wrap:"",content:"",title:"",message:"",footer:"",cancel:"",confirm:""},confirmButtonType:"confirm",cancelButton:yith_plugin_fw_ui.i18n.cancel,confirmButton:yith_plugin_fw_ui.i18n.confirm,width:350,closeAfterConfirm:!0,allowWpMenu:!1,allowWpMenuInMobile:!1,showClose:!0,closeWhenClickingOnOverlay:!1},i={};t=void 0!==t?t:{},(t=n.extend({},l,t)).classes=n.extend({},l.classes,t.classes);var s={wrap:o(["yith-plugin-fw__confirm__wrap",t.classes.wrap]),content:o(["yith-plugin-fw__confirm__content",t.classes.content]),title:o(["yith-plugin-fw__confirm__title",t.classes.title]),message:o(["yith-plugin-fw__confirm__message",t.classes.message]),footer:o(["yith-plugin-fw__confirm__footer",t.classes.footer]),cancel:o(["yith-plugin-fw__confirm__button","yith-plugin-fw__confirm__button--cancel",t.classes.cancel]),confirm:o(["yith-plugin-fw__confirm__button","yith-plugin-fw__confirm__button--"+t.confirmButtonType,t.classes.confirm])},c={message:!1,footer:!1,cancel:!1,confirm:!1},a=!1,r=function(){a&&a.close(),a=!1},f=function(){"function"==typeof t.onCancel&&t.onCancel(),r()},p=function(){"function"==typeof t.onConfirm&&t.onConfirm(),t.closeAfterConfirm&&r()},m=function(){c.cancel.on("click",f),c.confirm.on("click",p)};(function(){c.message=n('<div class="'+s.message+'">'),c.footer=n('<div class="'+s.footer+'">'),c.cancel=n('<span class="'+s.cancel+'">'+t.cancelButton+"</span>"),c.confirm=n('<span class="'+s.confirm+'">'+t.confirmButton+"</span>"),t.message&&c.message.html(t.message),c.footer.append(c.cancel),c.footer.append(c.confirm),a=e.ui.modal({classes:{wrap:s.wrap,title:s.title,content:s.content},title:t.title,content:[c.message,c.footer],width:t.width,allowWpMenu:t.allowWpMenu,allowWpMenuInMobile:t.allowWpMenuInMobile,showClose:t.showClose,onCreate:t.onCreate,onClose:t.onClose,closeWhenClickingOnOverlay:t.closeWhenClickingOnOverlay})})(),m(),i.elements=n.extend({},c),i.modal=n.extend({},a),i.close=r,i.cancel=f},e.ui.modal=function(e){var l={allowWpMenu:!0,allowWpMenuInMobile:!1,title:!1,content:!1,footer:!1,showClose:!0,closeSelector:!1,classes:{wrap:"",main:"",close:"",title:"",content:"",footer:""},width:500,allowClosingWithEsc:!0,closeWhenClickingOnOverlay:!1,scrollContent:!0,onCreate:!1,onClose:!1},i={};e=void 0!==e?e:{},(e=n.extend({},l,e)).classes=n.extend({},l.classes,e.classes);var s=n("#wpwrap"),c={wrap:["yith-plugin-ui","yith-plugin-fw__modal__wrap",e.classes.wrap],main:["yith-plugin-fw__modal__main",e.classes.main],close:["yith-plugin-fw__modal__close","yith-icon","yith-icon-close",e.classes.close],title:["yith-plugin-fw__modal__title",e.classes.title],content:["yith-plugin-fw__modal__content",e.classes.content],footer:["yith-plugin-fw__modal__footer",e.classes.footer]},a={wrap:!1,main:!1,close:!1,title:!1,content:!1,footer:!1},r=function(){n(".yith-plugin-fw__modal__wrap").remove(),s.removeClass("yith-plugin-fw__modal--opened"),s.removeClass("yith-plugin-fw__modal--allow-wp-menu"),s.removeClass("yith-plugin-fw__modal--allow-wp-menu-in-mobile"),"function"==typeof e.onClose&&e.onClose()},
|
1 |
+
window.yith=window.yith||{},function(n,e){e.ui=e.ui||{};var o=function(n){if("string"==typeof n)return n;var e=[];for(var t of n)t&&e.indexOf(t)<0&&e.push(o(t));return e.join(" ")},t=function(n){n.stopPropagation()};e.ui.confirm=function(t){var l={title:!1,message:!1,onCreate:!1,onConfirm:!1,onCancel:!1,onClose:!1,classes:{wrap:"",content:"",title:"",message:"",footer:"",cancel:"",confirm:""},confirmButtonType:"confirm",cancelButton:yith_plugin_fw_ui.i18n.cancel,confirmButton:yith_plugin_fw_ui.i18n.confirm,width:350,closeAfterConfirm:!0,allowWpMenu:!1,allowWpMenuInMobile:!1,showClose:!0,closeWhenClickingOnOverlay:!1},i={};t=void 0!==t?t:{},(t=n.extend({},l,t)).classes=n.extend({},l.classes,t.classes);var s={wrap:o(["yith-plugin-fw__confirm__wrap",t.classes.wrap]),content:o(["yith-plugin-fw__confirm__content",t.classes.content]),title:o(["yith-plugin-fw__confirm__title",t.classes.title]),message:o(["yith-plugin-fw__confirm__message",t.classes.message]),footer:o(["yith-plugin-fw__confirm__footer",t.classes.footer]),cancel:o(["yith-plugin-fw__confirm__button","yith-plugin-fw__confirm__button--cancel",t.classes.cancel]),confirm:o(["yith-plugin-fw__confirm__button","yith-plugin-fw__confirm__button--"+t.confirmButtonType,t.classes.confirm])},c={message:!1,footer:!1,cancel:!1,confirm:!1},a=!1,r=function(){a&&a.close(),a=!1},f=function(){"function"==typeof t.onCancel&&t.onCancel(),r()},p=function(){"function"==typeof t.onConfirm&&t.onConfirm(),t.closeAfterConfirm&&r()},m=function(){c.cancel.on("click",f),c.confirm.on("click",p)};(function(){c.message=n('<div class="'+s.message+'">'),c.footer=n('<div class="'+s.footer+'">'),c.cancel=n('<span class="'+s.cancel+'">'+t.cancelButton+"</span>"),c.confirm=n('<span class="'+s.confirm+'">'+t.confirmButton+"</span>"),t.message&&c.message.html(t.message),c.footer.append(c.cancel),c.footer.append(c.confirm),a=e.ui.modal({classes:{wrap:s.wrap,title:s.title,content:s.content},title:t.title,content:[c.message,c.footer],width:t.width,allowWpMenu:t.allowWpMenu,allowWpMenuInMobile:t.allowWpMenuInMobile,showClose:t.showClose,onCreate:t.onCreate,onClose:t.onClose,closeWhenClickingOnOverlay:t.closeWhenClickingOnOverlay})})(),m(),i.elements=n.extend({},c),i.modal=n.extend({},a),i.close=r,i.cancel=f},e.ui.modal=function(e){var l={allowWpMenu:!0,allowWpMenuInMobile:!1,title:!1,content:!1,footer:!1,showClose:!0,closeSelector:!1,classes:{wrap:"",main:"",close:"",title:"",content:"",footer:""},width:500,allowClosingWithEsc:!0,closeWhenClickingOnOverlay:!1,scrollContent:!0,onCreate:!1,onClose:!1},i={};e=void 0!==e?e:{},(e=n.extend({},l,e)).classes=n.extend({},l.classes,e.classes);var s=n("#wpwrap"),c={wrap:["yith-plugin-ui","yith-plugin-fw__modal__wrap",e.classes.wrap],main:["yith-plugin-fw__modal__main",e.classes.main],close:["yith-plugin-fw__modal__close","yith-icon","yith-icon-close",e.classes.close],title:["yith-plugin-fw__modal__title",e.classes.title],content:["yith-plugin-fw__modal__content",e.classes.content],footer:["yith-plugin-fw__modal__footer",e.classes.footer]},a={wrap:!1,main:!1,close:!1,title:!1,content:!1,footer:!1},r=function(){n(".yith-plugin-fw__modal__wrap").remove(),s.removeClass("yith-plugin-fw__modal--opened"),s.removeClass("yith-plugin-fw__modal--allow-wp-menu"),s.removeClass("yith-plugin-fw__modal--allow-wp-menu-in-mobile")},f=function(){r(),"function"==typeof e.onClose&&e.onClose()},p=function(){a.wrap=n('<div class="'+o(c.wrap)+'">'),a.main=n('<div class="'+o(c.main)+'">'),a.close=n('<span class="'+o(c.close)+'">'),a.title=n('<div class="'+o(c.title)+'">'),a.content=n('<div class="'+o(c.content)+'">'),a.footer=n('<div class="'+o(c.footer)+'">'),a.main.css({width:e.width}),e.title&&("string"==typeof e.title?a.title.html(e.title):a.title.append(e.title)),e.content&&("string"==typeof e.content?a.content.html(e.content):a.content.append(e.content)),e.showClose&&a.main.append(a.close),a.main.append(a.title),a.main.append(a.content),e.footer&&("string"==typeof e.footer?a.footer.html(e.footer):a.footer.append(e.footer),a.main.append(a.footer)),a.wrap.append(a.main),e.scrollContent&&a.wrap.addClass("yith-plugin-fw__modal__wrap--scroll-content"),s.append(a.wrap),s.addClass("yith-plugin-fw__modal--opened"),e.allowWpMenu&&s.addClass("yith-plugin-fw__modal--allow-wp-menu"),e.allowWpMenuInMobile&&s.addClass("yith-plugin-fw__modal--allow-wp-menu-in-mobile"),"function"==typeof e.onCreate&&e.onCreate()},m=function(){a.close.on("click",f),e.closeSelector&&s.on("click",e.closeSelector,f),e.closeWhenClickingOnOverlay&&(a.wrap.on("click",f),a.main.on("click",t)),n(document).on("keydown",w)},w=function(n){e.allowClosingWithEsc&&27===n.keyCode&&f()};return r(),p(),m(),i.elements=n.extend({},a),i.close=f,i}}(window.jQuery,window.yith);
|
plugin-fw/dist/gutenberg/index.asset.php
CHANGED
File without changes
|
plugin-fw/dist/gutenberg/index.js
CHANGED
File without changes
|
plugin-fw/dist/gutenberg/style-index.css
CHANGED
File without changes
|
plugin-fw/includes/builders/elementor/class-yith-elementor-widget.php
CHANGED
File without changes
|
plugin-fw/includes/builders/elementor/class-yith-elementor.php
CHANGED
File without changes
|
plugin-fw/includes/builders/gutenberg/class-yith-gutenberg.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-ajax.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-assets.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-cpt-unlimited.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-gradients.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-icons.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-metabox.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-plugin-common.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-plugin-licence.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-plugin-panel-woocommerce.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-plugin-panel.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-plugin-subpanel.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-pointers.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-theme-licence.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-upgrade.php
CHANGED
File without changes
|
plugin-fw/includes/class-yit-video.php
CHANGED
File without changes
|
plugin-fw/includes/class-yith-dashboard.php
CHANGED
@@ -94,7 +94,7 @@ if ( ! class_exists( 'YITH_Dashboard' ) ) {
|
|
94 |
if ( ! empty( $changelog ) ) {
|
95 |
$output .= ' - ';
|
96 |
$output .= sprintf( '<a class="yith-last-changelog" href="#" data-changelogid="%s" data-plugininfo="%s">%s</a>', $last_update->get_id( true ), $last_update->get_title(), _x( 'View Changelog', 'Plugin FW', 'yith-plugin-fw' ) );
|
97 |
-
$output .= sprintf( '<div
|
98 |
}
|
99 |
|
100 |
$output .= '</li>';
|
94 |
if ( ! empty( $changelog ) ) {
|
95 |
$output .= ' - ';
|
96 |
$output .= sprintf( '<a class="yith-last-changelog" href="#" data-changelogid="%s" data-plugininfo="%s">%s</a>', $last_update->get_id( true ), $last_update->get_title(), _x( 'View Changelog', 'Plugin FW', 'yith-plugin-fw' ) );
|
97 |
+
$output .= sprintf( '<div class="yith-feeds-wrapper" id="%s"><div class="yith-feeds-changelog-plugin-name"><img class="yith-feeds-logo" src="%s" /><h3 class="yith-feeds-plugin-name"><span style="font-weight: normal;">%s</span> %s</h3></div><p>%s</p></div>', $last_update->get_id( true ), yith_plugin_fw_get_default_logo(), _x( 'Latest update released on', 'Plugin FW', 'yith-plugin-fw' ), $date_i18n, $changelog );
|
98 |
}
|
99 |
|
100 |
$output .= '</li>';
|
plugin-fw/includes/class-yith-debug.php
CHANGED
File without changes
|
plugin-fw/includes/class-yith-post-type-admin.php
CHANGED
File without changes
|
plugin-fw/includes/class-yith-system-status.php
CHANGED
File without changes
|
plugin-fw/includes/privacy/class-yith-privacy-plugin-abstract.php
CHANGED
File without changes
|
plugin-fw/includes/privacy/class-yith-privacy.php
CHANGED
File without changes
|
plugin-fw/init.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
-
* Version: 3.9.
|
5 |
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author YITH
|
10 |
-
* @version 3.9.
|
11 |
* @package YITH\PluginFramework
|
12 |
*/
|
13 |
|
1 |
<?php
|
2 |
/**
|
3 |
* Framework Name: YIT Plugin Framework
|
4 |
+
* Version: 3.9.4
|
5 |
* Author: YITH
|
6 |
* Text Domain: yith-plugin-fw
|
7 |
* Domain Path: /languages/
|
8 |
*
|
9 |
* @author YITH
|
10 |
+
* @version 3.9.3
|
11 |
* @package YITH\PluginFramework
|
12 |
*/
|
13 |
|
plugin-fw/languages/yith-plugin-fw-el.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-el.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
|
9 |
"Language: el_GR\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -402,8 +402,8 @@ msgstr ""
|
|
402 |
"διακομιστή μας."
|
403 |
|
404 |
#: templates/fields/ajax-customers.php:41
|
405 |
-
msgid "Search
|
406 |
-
msgstr "
|
407 |
|
408 |
#. translators: 1. user display name; 2. user ID; 3. user email.
|
409 |
#: templates/fields/ajax-customers.php:68
|
@@ -412,16 +412,16 @@ msgid "%1$s (#%2$s – %3$s)"
|
|
412 |
msgstr "%1$s (#%2$s – %3$s)"
|
413 |
|
414 |
#: templates/fields/ajax-posts.php:41
|
415 |
-
msgid "Search
|
416 |
-
msgstr "
|
417 |
|
418 |
-
#: templates/fields/ajax-products.php:
|
419 |
-
msgid "Search
|
420 |
-
msgstr "
|
421 |
|
422 |
#: templates/fields/ajax-terms.php:41
|
423 |
-
msgid "Search
|
424 |
-
msgstr "
|
425 |
|
426 |
#: templates/fields/customtabs.php:17
|
427 |
msgid "Close all"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-04-02 10:27:44+00:00\n"
|
8 |
"PO-Revision-Date: 2021-02-11 18:07:46+0000\n"
|
9 |
"Language: el_GR\n"
|
10 |
"MIME-Version: 1.0\n"
|
402 |
"διακομιστή μας."
|
403 |
|
404 |
#: templates/fields/ajax-customers.php:41
|
405 |
+
msgid "Search for a customer..."
|
406 |
+
msgstr ""
|
407 |
|
408 |
#. translators: 1. user display name; 2. user ID; 3. user email.
|
409 |
#: templates/fields/ajax-customers.php:68
|
412 |
msgstr "%1$s (#%2$s – %3$s)"
|
413 |
|
414 |
#: templates/fields/ajax-posts.php:41
|
415 |
+
msgid "Search for a post..."
|
416 |
+
msgstr ""
|
417 |
|
418 |
+
#: templates/fields/ajax-products.php:16
|
419 |
+
msgid "Search for a product..."
|
420 |
+
msgstr ""
|
421 |
|
422 |
#: templates/fields/ajax-terms.php:41
|
423 |
+
msgid "Search for a category..."
|
424 |
+
msgstr ""
|
425 |
|
426 |
#: templates/fields/customtabs.php:17
|
427 |
msgid "Close all"
|
plugin-fw/languages/yith-plugin-fw-es_ES.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-es_ES.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
-
"PO-Revision-Date:
|
9 |
"Language: es\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -411,8 +411,8 @@ msgstr ""
|
|
411 |
"instalada debido a un error entre tu sitio y nuestro servidor."
|
412 |
|
413 |
#: templates/fields/ajax-customers.php:41
|
414 |
-
msgid "Search
|
415 |
-
msgstr "Buscar
|
416 |
|
417 |
#. translators: 1. user display name; 2. user ID; 3. user email.
|
418 |
#: templates/fields/ajax-customers.php:68
|
@@ -421,16 +421,16 @@ msgid "%1$s (#%2$s – %3$s)"
|
|
421 |
msgstr "%1$s (#%2$s – %3$s)"
|
422 |
|
423 |
#: templates/fields/ajax-posts.php:41
|
424 |
-
msgid "Search
|
425 |
-
msgstr "Buscar
|
426 |
|
427 |
-
#: templates/fields/ajax-products.php:
|
428 |
-
msgid "Search
|
429 |
-
msgstr "Buscar producto"
|
430 |
|
431 |
#: templates/fields/ajax-terms.php:41
|
432 |
-
msgid "Search
|
433 |
-
msgstr "Buscar
|
434 |
|
435 |
#: templates/fields/customtabs.php:17
|
436 |
msgid "Close all"
|
@@ -738,7 +738,6 @@ msgid "Thank you for purchasing %s!"
|
|
738 |
msgstr "¡Gracias por comprar %s!"
|
739 |
|
740 |
#: includes/class-yit-plugin-panel.php:806
|
741 |
-
#, fuzzy
|
742 |
msgctxt "Help tab default description"
|
743 |
msgid ""
|
744 |
"We want to help you enjoy a wonderful experience with all of our products."
|
@@ -886,19 +885,17 @@ msgstr "Lee la documentación"
|
|
886 |
#: templates/panel/help-tab.php:127
|
887 |
msgctxt "Help tab Read Documentation link"
|
888 |
msgid "to learn how the plugin works from the basics."
|
889 |
-
msgstr ""
|
890 |
|
891 |
#: templates/panel/help-tab.php:137
|
892 |
-
#, fuzzy
|
893 |
msgctxt "Help tab Watch video tutorials link"
|
894 |
msgid "Watch our video tutorials"
|
895 |
-
msgstr "
|
896 |
|
897 |
#: templates/panel/help-tab.php:140
|
898 |
-
#, fuzzy
|
899 |
msgctxt "Help tab Watch video tutorials link"
|
900 |
msgid "to see some helpful use cases."
|
901 |
-
msgstr "
|
902 |
|
903 |
#: templates/panel/help-tab.php:150
|
904 |
msgctxt "Help tab view FAQs link"
|
@@ -906,10 +903,9 @@ msgid "Check the FAQs"
|
|
906 |
msgstr "Comprueba los FAQ"
|
907 |
|
908 |
#: templates/panel/help-tab.php:153
|
909 |
-
#, fuzzy
|
910 |
msgctxt "Help tab view FAQs link"
|
911 |
msgid "to find answers to your doubts."
|
912 |
-
msgstr "para encontrar respuestas a tus dudas"
|
913 |
|
914 |
#: templates/panel/help-tab.php:169
|
915 |
msgctxt "Help tab FAQ title"
|
@@ -927,7 +923,6 @@ msgid "Need help?"
|
|
927 |
msgstr "¿Necesitas ayuda?"
|
928 |
|
929 |
#: templates/panel/help-tab.php:195
|
930 |
-
#, fuzzy
|
931 |
msgctxt "Help tab submit ticket description"
|
932 |
msgid ""
|
933 |
"If you are experiencing any technical issues, ask for help from our "
|
@@ -935,7 +930,8 @@ msgid ""
|
|
935 |
"soon as possible."
|
936 |
msgstr ""
|
937 |
"Si tienes algún problema técnico, pide ayuda a nuestros desarrolladores. "
|
938 |
-
"Envía un ticket
|
|
|
939 |
|
940 |
#: templates/panel/help-tab.php:203
|
941 |
msgctxt "Help tab submit ticket button"
|
@@ -1052,7 +1048,3 @@ msgstr "Versión premium"
|
|
1052 |
msgctxt "Action links"
|
1053 |
msgid "Settings"
|
1054 |
msgstr "Ajustes"
|
1055 |
-
|
1056 |
-
#~ msgctxt "Help tab Read Documentation link"
|
1057 |
-
#~ msgid "to learn from basics how it works"
|
1058 |
-
#~ msgstr "para aprender desde lo más básico cómo funciona"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-04-02 10:27:44+00:00\n"
|
8 |
+
"PO-Revision-Date: 2022-03-21 12:58:47+0000\n"
|
9 |
"Language: es\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
411 |
"instalada debido a un error entre tu sitio y nuestro servidor."
|
412 |
|
413 |
#: templates/fields/ajax-customers.php:41
|
414 |
+
msgid "Search for a customer..."
|
415 |
+
msgstr "Buscar un cliente..."
|
416 |
|
417 |
#. translators: 1. user display name; 2. user ID; 3. user email.
|
418 |
#: templates/fields/ajax-customers.php:68
|
421 |
msgstr "%1$s (#%2$s – %3$s)"
|
422 |
|
423 |
#: templates/fields/ajax-posts.php:41
|
424 |
+
msgid "Search for a post..."
|
425 |
+
msgstr "Buscar una entrada..."
|
426 |
|
427 |
+
#: templates/fields/ajax-products.php:16
|
428 |
+
msgid "Search for a product..."
|
429 |
+
msgstr "Buscar un producto..."
|
430 |
|
431 |
#: templates/fields/ajax-terms.php:41
|
432 |
+
msgid "Search for a category..."
|
433 |
+
msgstr "Buscar una categoría..."
|
434 |
|
435 |
#: templates/fields/customtabs.php:17
|
436 |
msgid "Close all"
|
738 |
msgstr "¡Gracias por comprar %s!"
|
739 |
|
740 |
#: includes/class-yit-plugin-panel.php:806
|
|
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you enjoy a wonderful experience with all of our products."
|
885 |
#: templates/panel/help-tab.php:127
|
886 |
msgctxt "Help tab Read Documentation link"
|
887 |
msgid "to learn how the plugin works from the basics."
|
888 |
+
msgstr "para aprender cómo funciona el plugin desde lo más básico."
|
889 |
|
890 |
#: templates/panel/help-tab.php:137
|
|
|
891 |
msgctxt "Help tab Watch video tutorials link"
|
892 |
msgid "Watch our video tutorials"
|
893 |
+
msgstr "Ve nuestros videotutoriales"
|
894 |
|
895 |
#: templates/panel/help-tab.php:140
|
|
|
896 |
msgctxt "Help tab Watch video tutorials link"
|
897 |
msgid "to see some helpful use cases."
|
898 |
+
msgstr "para ver algunos casos de uso útiles."
|
899 |
|
900 |
#: templates/panel/help-tab.php:150
|
901 |
msgctxt "Help tab view FAQs link"
|
903 |
msgstr "Comprueba los FAQ"
|
904 |
|
905 |
#: templates/panel/help-tab.php:153
|
|
|
906 |
msgctxt "Help tab view FAQs link"
|
907 |
msgid "to find answers to your doubts."
|
908 |
+
msgstr "para encontrar respuestas a tus dudas."
|
909 |
|
910 |
#: templates/panel/help-tab.php:169
|
911 |
msgctxt "Help tab FAQ title"
|
923 |
msgstr "¿Necesitas ayuda?"
|
924 |
|
925 |
#: templates/panel/help-tab.php:195
|
|
|
926 |
msgctxt "Help tab submit ticket description"
|
927 |
msgid ""
|
928 |
"If you are experiencing any technical issues, ask for help from our "
|
930 |
"soon as possible."
|
931 |
msgstr ""
|
932 |
"Si tienes algún problema técnico, pide ayuda a nuestros desarrolladores. "
|
933 |
+
"Envía un ticket a través de nuestro servicio de asistencia y te ayudaremos "
|
934 |
+
"lo antes posible."
|
935 |
|
936 |
#: templates/panel/help-tab.php:203
|
937 |
msgctxt "Help tab submit ticket button"
|
1048 |
msgctxt "Action links"
|
1049 |
msgid "Settings"
|
1050 |
msgstr "Ajustes"
|
|
|
|
|
|
|
|
plugin-fw/languages/yith-plugin-fw-it_IT.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-it_IT.po
CHANGED
@@ -4,8 +4,8 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
-
"PO-Revision-Date:
|
9 |
"Language: it\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -409,8 +409,8 @@ msgstr ""
|
|
409 |
"causa di un problema di connessione fra il tuo sito e il nostro server."
|
410 |
|
411 |
#: templates/fields/ajax-customers.php:41
|
412 |
-
msgid "Search
|
413 |
-
msgstr "Cerca
|
414 |
|
415 |
#. translators: 1. user display name; 2. user ID; 3. user email.
|
416 |
#: templates/fields/ajax-customers.php:68
|
@@ -419,16 +419,16 @@ msgid "%1$s (#%2$s – %3$s)"
|
|
419 |
msgstr "%1$s (#%2$s – %3$s)"
|
420 |
|
421 |
#: templates/fields/ajax-posts.php:41
|
422 |
-
msgid "Search
|
423 |
-
msgstr "Cerca
|
424 |
|
425 |
-
#: templates/fields/ajax-products.php:
|
426 |
-
msgid "Search
|
427 |
-
msgstr "Cerca un prodotto"
|
428 |
|
429 |
#: templates/fields/ajax-terms.php:41
|
430 |
-
msgid "Search
|
431 |
-
msgstr "Cerca
|
432 |
|
433 |
#: templates/fields/customtabs.php:17
|
434 |
msgid "Close all"
|
@@ -738,7 +738,6 @@ msgid "Thank you for purchasing %s!"
|
|
738 |
msgstr "Grazie per aver acquistato %s!"
|
739 |
|
740 |
#: includes/class-yit-plugin-panel.php:806
|
741 |
-
#, fuzzy
|
742 |
msgctxt "Help tab default description"
|
743 |
msgid ""
|
744 |
"We want to help you enjoy a wonderful experience with all of our products."
|
@@ -887,19 +886,17 @@ msgstr "Consulta la documentazione"
|
|
887 |
#: templates/panel/help-tab.php:127
|
888 |
msgctxt "Help tab Read Documentation link"
|
889 |
msgid "to learn how the plugin works from the basics."
|
890 |
-
msgstr ""
|
891 |
|
892 |
#: templates/panel/help-tab.php:137
|
893 |
-
#, fuzzy
|
894 |
msgctxt "Help tab Watch video tutorials link"
|
895 |
msgid "Watch our video tutorials"
|
896 |
msgstr "Guarda i nostri video tutorial"
|
897 |
|
898 |
#: templates/panel/help-tab.php:140
|
899 |
-
#, fuzzy
|
900 |
msgctxt "Help tab Watch video tutorials link"
|
901 |
msgid "to see some helpful use cases."
|
902 |
-
msgstr "
|
903 |
|
904 |
#: templates/panel/help-tab.php:150
|
905 |
msgctxt "Help tab view FAQs link"
|
@@ -907,10 +904,9 @@ msgid "Check the FAQs"
|
|
907 |
msgstr "Controlla le FAQ"
|
908 |
|
909 |
#: templates/panel/help-tab.php:153
|
910 |
-
#, fuzzy
|
911 |
msgctxt "Help tab view FAQs link"
|
912 |
msgid "to find answers to your doubts."
|
913 |
-
msgstr "per trovare le risposte ai tuoi dubbi"
|
914 |
|
915 |
#: templates/panel/help-tab.php:169
|
916 |
msgctxt "Help tab FAQ title"
|
@@ -928,7 +924,6 @@ msgid "Need help?"
|
|
928 |
msgstr "Ti serve aiuto?"
|
929 |
|
930 |
#: templates/panel/help-tab.php:195
|
931 |
-
#, fuzzy
|
932 |
msgctxt "Help tab submit ticket description"
|
933 |
msgid ""
|
934 |
"If you are experiencing any technical issues, ask for help from our "
|
@@ -1054,7 +1049,3 @@ msgstr "Versione premium"
|
|
1054 |
msgctxt "Action links"
|
1055 |
msgid "Settings"
|
1056 |
msgstr "Impostazioni"
|
1057 |
-
|
1058 |
-
#~ msgctxt "Help tab Read Documentation link"
|
1059 |
-
#~ msgid "to learn from basics how it works"
|
1060 |
-
#~ msgstr "per imparare dalle basi come funziona"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-04-02 10:27:44+00:00\n"
|
8 |
+
"PO-Revision-Date: 2022-03-21 13:01:47+0000\n"
|
9 |
"Language: it\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
409 |
"causa di un problema di connessione fra il tuo sito e il nostro server."
|
410 |
|
411 |
#: templates/fields/ajax-customers.php:41
|
412 |
+
msgid "Search for a customer..."
|
413 |
+
msgstr "Cerca un cliente..."
|
414 |
|
415 |
#. translators: 1. user display name; 2. user ID; 3. user email.
|
416 |
#: templates/fields/ajax-customers.php:68
|
419 |
msgstr "%1$s (#%2$s – %3$s)"
|
420 |
|
421 |
#: templates/fields/ajax-posts.php:41
|
422 |
+
msgid "Search for a post..."
|
423 |
+
msgstr "Cerca un post..."
|
424 |
|
425 |
+
#: templates/fields/ajax-products.php:16
|
426 |
+
msgid "Search for a product..."
|
427 |
+
msgstr "Cerca un prodotto..."
|
428 |
|
429 |
#: templates/fields/ajax-terms.php:41
|
430 |
+
msgid "Search for a category..."
|
431 |
+
msgstr "Cerca una categoria..."
|
432 |
|
433 |
#: templates/fields/customtabs.php:17
|
434 |
msgid "Close all"
|
738 |
msgstr "Grazie per aver acquistato %s!"
|
739 |
|
740 |
#: includes/class-yit-plugin-panel.php:806
|
|
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you enjoy a wonderful experience with all of our products."
|
886 |
#: templates/panel/help-tab.php:127
|
887 |
msgctxt "Help tab Read Documentation link"
|
888 |
msgid "to learn how the plugin works from the basics."
|
889 |
+
msgstr "per scoprire dalle basi come funziona il plugin."
|
890 |
|
891 |
#: templates/panel/help-tab.php:137
|
|
|
892 |
msgctxt "Help tab Watch video tutorials link"
|
893 |
msgid "Watch our video tutorials"
|
894 |
msgstr "Guarda i nostri video tutorial"
|
895 |
|
896 |
#: templates/panel/help-tab.php:140
|
|
|
897 |
msgctxt "Help tab Watch video tutorials link"
|
898 |
msgid "to see some helpful use cases."
|
899 |
+
msgstr "per vedere dei casi d'utilizzo utili."
|
900 |
|
901 |
#: templates/panel/help-tab.php:150
|
902 |
msgctxt "Help tab view FAQs link"
|
904 |
msgstr "Controlla le FAQ"
|
905 |
|
906 |
#: templates/panel/help-tab.php:153
|
|
|
907 |
msgctxt "Help tab view FAQs link"
|
908 |
msgid "to find answers to your doubts."
|
909 |
+
msgstr "per trovare le risposte ai tuoi dubbi."
|
910 |
|
911 |
#: templates/panel/help-tab.php:169
|
912 |
msgctxt "Help tab FAQ title"
|
924 |
msgstr "Ti serve aiuto?"
|
925 |
|
926 |
#: templates/panel/help-tab.php:195
|
|
|
927 |
msgctxt "Help tab submit ticket description"
|
928 |
msgid ""
|
929 |
"If you are experiencing any technical issues, ask for help from our "
|
1049 |
msgctxt "Action links"
|
1050 |
msgid "Settings"
|
1051 |
msgstr "Impostazioni"
|
|
|
|
|
|
|
|
plugin-fw/languages/yith-plugin-fw-nl_NL.mo
CHANGED
Binary file
|
plugin-fw/languages/yith-plugin-fw-nl_NL.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"PO-Revision-Date: 2021-12-13 12:45:02+0000\n"
|
9 |
"Language: nl\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -410,8 +410,8 @@ msgstr ""
|
|
410 |
"vanwege een verbindingsprobleem tussen je site en onze server."
|
411 |
|
412 |
#: templates/fields/ajax-customers.php:41
|
413 |
-
msgid "Search
|
414 |
-
msgstr "
|
415 |
|
416 |
#. translators: 1. user display name; 2. user ID; 3. user email.
|
417 |
#: templates/fields/ajax-customers.php:68
|
@@ -420,16 +420,16 @@ msgid "%1$s (#%2$s – %3$s)"
|
|
420 |
msgstr "%1$s (#%2$s – %3$s)"
|
421 |
|
422 |
#: templates/fields/ajax-posts.php:41
|
423 |
-
msgid "Search
|
424 |
-
msgstr "
|
425 |
|
426 |
-
#: templates/fields/ajax-products.php:
|
427 |
-
msgid "Search
|
428 |
-
msgstr "
|
429 |
|
430 |
#: templates/fields/ajax-terms.php:41
|
431 |
-
msgid "Search
|
432 |
-
msgstr "
|
433 |
|
434 |
#: templates/fields/customtabs.php:17
|
435 |
msgid "Close all"
|
@@ -738,13 +738,10 @@ msgid "Thank you for purchasing %s!"
|
|
738 |
msgstr "Bedankt voor het kopen van %s!"
|
739 |
|
740 |
#: includes/class-yit-plugin-panel.php:806
|
741 |
-
#, fuzzy
|
742 |
msgctxt "Help tab default description"
|
743 |
msgid ""
|
744 |
"We want to help you enjoy a wonderful experience with all of our products."
|
745 |
msgstr ""
|
746 |
-
"We willen je helpen om te genieten van de geweldige ervaringen met al onze "
|
747 |
-
"producten."
|
748 |
|
749 |
#: includes/class-yit-plugin-panel.php:853
|
750 |
msgctxt "Premium tab name"
|
@@ -889,16 +886,14 @@ msgid "to learn how the plugin works from the basics."
|
|
889 |
msgstr ""
|
890 |
|
891 |
#: templates/panel/help-tab.php:137
|
892 |
-
#, fuzzy
|
893 |
msgctxt "Help tab Watch video tutorials link"
|
894 |
msgid "Watch our video tutorials"
|
895 |
-
msgstr "
|
896 |
|
897 |
#: templates/panel/help-tab.php:140
|
898 |
-
#, fuzzy
|
899 |
msgctxt "Help tab Watch video tutorials link"
|
900 |
msgid "to see some helpful use cases."
|
901 |
-
msgstr "
|
902 |
|
903 |
#: templates/panel/help-tab.php:150
|
904 |
msgctxt "Help tab view FAQs link"
|
@@ -906,10 +901,9 @@ msgid "Check the FAQs"
|
|
906 |
msgstr "Check de FAQs"
|
907 |
|
908 |
#: templates/panel/help-tab.php:153
|
909 |
-
#, fuzzy
|
910 |
msgctxt "Help tab view FAQs link"
|
911 |
msgid "to find answers to your doubts."
|
912 |
-
msgstr "
|
913 |
|
914 |
#: templates/panel/help-tab.php:169
|
915 |
msgctxt "Help tab FAQ title"
|
@@ -927,16 +921,12 @@ msgid "Need help?"
|
|
927 |
msgstr "Hulp nodig?"
|
928 |
|
929 |
#: templates/panel/help-tab.php:195
|
930 |
-
#, fuzzy
|
931 |
msgctxt "Help tab submit ticket description"
|
932 |
msgid ""
|
933 |
"If you are experiencing any technical issues, ask for help from our "
|
934 |
"developers. Submit a ticket through our support desk and we will help you as "
|
935 |
"soon as possible."
|
936 |
msgstr ""
|
937 |
-
"Als je een technisch probleem ondervindt, vraag dan hulp aan onze "
|
938 |
-
"developers. Je kunt een ticket indienen bij onze supportdesk en we helpen je "
|
939 |
-
"zo snel mogelijk verder."
|
940 |
|
941 |
#: templates/panel/help-tab.php:203
|
942 |
msgctxt "Help tab submit ticket button"
|
@@ -1053,7 +1043,3 @@ msgstr "Premium versie"
|
|
1053 |
msgctxt "Action links"
|
1054 |
msgid "Settings"
|
1055 |
msgstr "Instellingen"
|
1056 |
-
|
1057 |
-
#~ msgctxt "Help tab Read Documentation link"
|
1058 |
-
#~ msgid "to learn from basics how it works"
|
1059 |
-
#~ msgstr "om vanaf de basis te leren hoe het werkt"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: YITH Framework\n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-04-02 10:27:44+00:00\n"
|
8 |
"PO-Revision-Date: 2021-12-13 12:45:02+0000\n"
|
9 |
"Language: nl\n"
|
10 |
"MIME-Version: 1.0\n"
|
410 |
"vanwege een verbindingsprobleem tussen je site en onze server."
|
411 |
|
412 |
#: templates/fields/ajax-customers.php:41
|
413 |
+
msgid "Search for a customer..."
|
414 |
+
msgstr ""
|
415 |
|
416 |
#. translators: 1. user display name; 2. user ID; 3. user email.
|
417 |
#: templates/fields/ajax-customers.php:68
|
420 |
msgstr "%1$s (#%2$s – %3$s)"
|
421 |
|
422 |
#: templates/fields/ajax-posts.php:41
|
423 |
+
msgid "Search for a post..."
|
424 |
+
msgstr ""
|
425 |
|
426 |
+
#: templates/fields/ajax-products.php:16
|
427 |
+
msgid "Search for a product..."
|
428 |
+
msgstr ""
|
429 |
|
430 |
#: templates/fields/ajax-terms.php:41
|
431 |
+
msgid "Search for a category..."
|
432 |
+
msgstr ""
|
433 |
|
434 |
#: templates/fields/customtabs.php:17
|
435 |
msgid "Close all"
|
738 |
msgstr "Bedankt voor het kopen van %s!"
|
739 |
|
740 |
#: includes/class-yit-plugin-panel.php:806
|
|
|
741 |
msgctxt "Help tab default description"
|
742 |
msgid ""
|
743 |
"We want to help you enjoy a wonderful experience with all of our products."
|
744 |
msgstr ""
|
|
|
|
|
745 |
|
746 |
#: includes/class-yit-plugin-panel.php:853
|
747 |
msgctxt "Premium tab name"
|
886 |
msgstr ""
|
887 |
|
888 |
#: templates/panel/help-tab.php:137
|
|
|
889 |
msgctxt "Help tab Watch video tutorials link"
|
890 |
msgid "Watch our video tutorials"
|
891 |
+
msgstr ""
|
892 |
|
893 |
#: templates/panel/help-tab.php:140
|
|
|
894 |
msgctxt "Help tab Watch video tutorials link"
|
895 |
msgid "to see some helpful use cases."
|
896 |
+
msgstr ""
|
897 |
|
898 |
#: templates/panel/help-tab.php:150
|
899 |
msgctxt "Help tab view FAQs link"
|
901 |
msgstr "Check de FAQs"
|
902 |
|
903 |
#: templates/panel/help-tab.php:153
|
|
|
904 |
msgctxt "Help tab view FAQs link"
|
905 |
msgid "to find answers to your doubts."
|
906 |
+
msgstr ""
|
907 |
|
908 |
#: templates/panel/help-tab.php:169
|
909 |
msgctxt "Help tab FAQ title"
|
921 |
msgstr "Hulp nodig?"
|
922 |
|
923 |
#: templates/panel/help-tab.php:195
|
|
|
924 |
msgctxt "Help tab submit ticket description"
|
925 |
msgid ""
|
926 |
"If you are experiencing any technical issues, ask for help from our "
|
927 |
"developers. Submit a ticket through our support desk and we will help you as "
|
928 |
"soon as possible."
|
929 |
msgstr ""
|
|
|
|
|
|
|
930 |
|
931 |
#: templates/panel/help-tab.php:203
|
932 |
msgctxt "Help tab submit ticket button"
|
1043 |
msgctxt "Action links"
|
1044 |
msgid "Settings"
|
1045 |
msgstr "Instellingen"
|
|
|
|
|
|
|
|
plugin-fw/languages/yith-plugin-fw.pot
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
-
"POT-Creation-Date: 2022-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -390,7 +390,7 @@ msgid ""
|
|
390 |
msgstr ""
|
391 |
|
392 |
#: templates/fields/ajax-customers.php:41
|
393 |
-
msgid "Search
|
394 |
msgstr ""
|
395 |
|
396 |
#: templates/fields/ajax-customers.php:68
|
@@ -400,15 +400,15 @@ msgid "%1$s (#%2$s – %3$s)"
|
|
400 |
msgstr ""
|
401 |
|
402 |
#: templates/fields/ajax-posts.php:41
|
403 |
-
msgid "Search
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: templates/fields/ajax-products.php:
|
407 |
-
msgid "Search
|
408 |
msgstr ""
|
409 |
|
410 |
#: templates/fields/ajax-terms.php:41
|
411 |
-
msgid "Search
|
412 |
msgstr ""
|
413 |
|
414 |
#: templates/fields/customtabs.php:17
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: \n"
|
6 |
"Report-Msgid-Bugs-To: YITH <plugins@yithemes.com>\n"
|
7 |
+
"POT-Creation-Date: 2022-04-02 10:27:44+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=utf-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
390 |
msgstr ""
|
391 |
|
392 |
#: templates/fields/ajax-customers.php:41
|
393 |
+
msgid "Search for a customer..."
|
394 |
msgstr ""
|
395 |
|
396 |
#: templates/fields/ajax-customers.php:68
|
400 |
msgstr ""
|
401 |
|
402 |
#: templates/fields/ajax-posts.php:41
|
403 |
+
msgid "Search for a post..."
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: templates/fields/ajax-products.php:16
|
407 |
+
msgid "Search for a product..."
|
408 |
msgstr ""
|
409 |
|
410 |
#: templates/fields/ajax-terms.php:41
|
411 |
+
msgid "Search for a category..."
|
412 |
msgstr ""
|
413 |
|
414 |
#: templates/fields/customtabs.php:17
|
plugin-fw/{LICENSE.txt → license.txt}
RENAMED
File without changes
|
plugin-fw/templates/components/action-button.php
CHANGED
File without changes
|
plugin-fw/templates/components/list-table-blank-state.php
CHANGED
File without changes
|
plugin-fw/templates/components/resources/action-button-menu.php
CHANGED
File without changes
|
plugin-fw/templates/fields/ajax-customers.php
CHANGED
@@ -38,7 +38,7 @@ if ( $no_value ) {
|
|
38 |
|
39 |
$default_data = array(
|
40 |
'action' => 'woocommerce_json_search_customers',
|
41 |
-
'placeholder' => __( 'Search
|
42 |
'allow_clear' => false,
|
43 |
);
|
44 |
$data = wp_parse_args( $data, $default_data );
|
38 |
|
39 |
$default_data = array(
|
40 |
'action' => 'woocommerce_json_search_customers',
|
41 |
+
'placeholder' => __( 'Search for a customer...', 'yith-plugin-fw' ),
|
42 |
'allow_clear' => false,
|
43 |
);
|
44 |
$data = wp_parse_args( $data, $default_data );
|
plugin-fw/templates/fields/ajax-posts.php
CHANGED
@@ -38,7 +38,7 @@ if ( $no_value ) {
|
|
38 |
|
39 |
$default_data = array(
|
40 |
'action' => 'yith_plugin_fw_json_search_posts',
|
41 |
-
'placeholder' => __( 'Search
|
42 |
'allow_clear' => false,
|
43 |
);
|
44 |
$data = wp_parse_args( $data, $default_data );
|
38 |
|
39 |
$default_data = array(
|
40 |
'action' => 'yith_plugin_fw_json_search_posts',
|
41 |
+
'placeholder' => __( 'Search for a post...', 'yith-plugin-fw' ),
|
42 |
'allow_clear' => false,
|
43 |
);
|
44 |
$data = wp_parse_args( $data, $default_data );
|
plugin-fw/templates/fields/ajax-products.php
CHANGED
@@ -8,14 +8,16 @@
|
|
8 |
|
9 |
defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
|
10 |
|
|
|
|
|
11 |
$field['type'] = 'ajax-posts';
|
12 |
$field_data = array(
|
13 |
'post_type' => 'product',
|
14 |
-
'placeholder' => __( 'Search
|
15 |
'action' => 'yith_plugin_fw_json_search_products',
|
16 |
);
|
17 |
-
if (
|
18 |
-
$field_data = wp_parse_args( $
|
19 |
}
|
20 |
|
21 |
$field['data'] = $field_data;
|
8 |
|
9 |
defined( 'ABSPATH' ) || exit; // Exit if accessed directly.
|
10 |
|
11 |
+
list ( $data ) = yith_plugin_fw_extract( $field, 'data' );
|
12 |
+
|
13 |
$field['type'] = 'ajax-posts';
|
14 |
$field_data = array(
|
15 |
'post_type' => 'product',
|
16 |
+
'placeholder' => __( 'Search for a product...', 'yith-plugin-fw' ),
|
17 |
'action' => 'yith_plugin_fw_json_search_products',
|
18 |
);
|
19 |
+
if ( ! ! $data ) {
|
20 |
+
$field_data = wp_parse_args( $data, $field_data );
|
21 |
}
|
22 |
|
23 |
$field['data'] = $field_data;
|
plugin-fw/templates/fields/ajax-terms.php
CHANGED
@@ -38,7 +38,7 @@ if ( $no_value ) {
|
|
38 |
|
39 |
$default_data = array(
|
40 |
'action' => 'yith_plugin_fw_json_search_terms',
|
41 |
-
'placeholder' => __( 'Search
|
42 |
'allow_clear' => false,
|
43 |
'taxonomy' => 'category',
|
44 |
'term_field' => 'id',
|
38 |
|
39 |
$default_data = array(
|
40 |
'action' => 'yith_plugin_fw_json_search_terms',
|
41 |
+
'placeholder' => __( 'Search for a category...', 'yith-plugin-fw' ),
|
42 |
'allow_clear' => false,
|
43 |
'taxonomy' => 'category',
|
44 |
'term_field' => 'id',
|
plugin-fw/templates/fields/copy-to-clipboard.php
CHANGED
File without changes
|
plugin-fw/templates/fields/inline-fields.php
CHANGED
File without changes
|
plugin-fw/templates/fields/text-array.php
CHANGED
@@ -27,7 +27,7 @@ foreach ( $fields as $field_name => $single_field ) {
|
|
27 |
|
28 |
if ( empty( $inline ) ) : ?>
|
29 |
|
30 |
-
<table class="yith-plugin-fw-text-array-table">
|
31 |
<?php foreach ( $text_array as $key => $single ) : ?>
|
32 |
<tr>
|
33 |
<td><?php echo esc_html( $single['label'] ); ?></td>
|
@@ -46,7 +46,7 @@ if ( empty( $inline ) ) : ?>
|
|
46 |
|
47 |
<?php else : ?>
|
48 |
|
49 |
-
<div class="yith-plugin-fw-text-array-inline">
|
50 |
<?php foreach ( $text_array as $key => $single ) : ?>
|
51 |
<div class="yith-single-text"
|
52 |
<?php if ( isset( $size ) ) : ?>
|
27 |
|
28 |
if ( empty( $inline ) ) : ?>
|
29 |
|
30 |
+
<table id="<?php echo esc_attr( $field_id ); ?>" class="yith-plugin-fw-text-array-table">
|
31 |
<?php foreach ( $text_array as $key => $single ) : ?>
|
32 |
<tr>
|
33 |
<td><?php echo esc_html( $single['label'] ); ?></td>
|
46 |
|
47 |
<?php else : ?>
|
48 |
|
49 |
+
<div id="<?php echo esc_attr( $field_id ); ?>" class="yith-plugin-fw-text-array-inline">
|
50 |
<?php foreach ( $text_array as $key => $single ) : ?>
|
51 |
<div class="yith-single-text"
|
52 |
<?php if ( isset( $size ) ) : ?>
|
plugin-fw/templates/panel/custom-tab.php
CHANGED
File without changes
|
plugin-fw/templates/sysinfo/tabs/error-log.php
CHANGED
File without changes
|
plugin-fw/templates/sysinfo/tabs/main.php
CHANGED
File without changes
|
plugin-fw/templates/sysinfo/tabs/php-info.php
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -1,526 +1,531 @@
|
|
1 |
-
=== YITH WooCommerce Compare ===
|
2 |
-
|
3 |
-
Contributors: yithemes
|
4 |
-
Tags: yith, woocommerce compare, compare products, product compare, product comparison
|
5 |
-
Requires at least: 5.7
|
6 |
-
Tested up to: 5.9
|
7 |
-
Stable tag: 2.
|
8 |
-
License: GPLv2 or later
|
9 |
-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
-
|
11 |
-
YITH WooCommerce Compare allows you to compare more products of your shop in one complete table.
|
12 |
-
WooCommerce Compatible up to 5.8
|
13 |
-
|
14 |
-
== Description ==
|
15 |
-
|
16 |
-
YITH WooCommerce Compare plugin is an extension of WooCommerce plugin that allow your users to compare some products of your shop.
|
17 |
-
All products are saved in one complete table where the user can see the difference between the products. Each product features can be
|
18 |
-
set with the woocommerce attributes in the product configuration.
|
19 |
-
You can also add a simple widget with the list of products the users have added, where you can manage them.
|
20 |
-
Also you can simply customize the compare table with your style, by editing the specific template.
|
21 |
-
|
22 |
-
Full documentation is available [here](https://docs.yithemes.com/yith-woocommerce-compare/).
|
23 |
-
|
24 |
-
This plugin is 100% compatible with [WPML](https://wpml.org/)
|
25 |
-
|
26 |
-
|
27 |
-
= Installation =
|
28 |
-
|
29 |
-
1. Unzip the downloaded zip file.
|
30 |
-
2. Upload the plugin folder into the `wp-content/plugins/` directory of your WordPress site.
|
31 |
-
3. Activate `YITH WooCommerce Compare` from Plugins page
|
32 |
-
|
33 |
-
= Configuration =
|
34 |
-
|
35 |
-
1. Add the features in each product by setting the attributes in product configuration;
|
36 |
-
2. Configure the options in YIT Plugin -> Compare;
|
37 |
-
3. The user of your shop will click in the "Compare" button located in the single product page;
|
38 |
-
4. Will be open a popup with the compare table inside.
|
39 |
-
|
40 |
-
You can also add the widget with the product list of compare table, in Appearance -> Widgets and adding the widget "YITH WooCommerce Compare Widget".
|
41 |
-
|
42 |
-
== Frequently Asked Questions ==
|
43 |
-
|
44 |
-
= Can I customize the compare table? =
|
45 |
-
Yes, you can copy the template from the plugin folder and paste it inside the folder "woocommerce" of your theme folder.
|
46 |
-
|
47 |
-
= Can I select what fields show inside the compare table? =
|
48 |
-
Yes, you can choose what fields to show in the compare table. You can do it in YITH -> Compare.
|
49 |
-
|
50 |
-
= Can I order the fields in the compare table? =
|
51 |
-
Yes, you can sort the fields in the compare table. You can do it in YITH -> Compare.
|
52 |
-
|
53 |
-
= What are the main changes in plugin translation? =
|
54 |
-
Recently YITH WooCommerce Compare has been selected to be included in the "translate.wordpress.org" translate programme.
|
55 |
-
In order to import correctly the plugin strings in the new system, we had to change the text domain form 'yit' to 'yith-woocommerce-compare'.
|
56 |
-
Once the plugin will be imported in the translate.wordpress.org system, the translations of other languages will be downloaded directly from WordPress, without using any .po and .mo files. Moreover, users will be able to participate in a more direct way to plugin translations, suggesting texts in their languages in the dedicated tab on translate.wordpress.org.
|
57 |
-
During this transition step, .po and .mo files will be used as always, but in order to be recognized by WordPress, they will need to have a new nomenclature, renaming them in:
|
58 |
-
yith-woocommerce-compare-<WORDPRESS LOCALE>.po
|
59 |
-
yith-woocommerce-compare-<WORDPRESS LOCALE >.mo
|
60 |
-
|
61 |
-
== Screenshots ==
|
62 |
-
|
63 |
-
1. The popup with compare table.
|
64 |
-
2. The button compare.
|
65 |
-
3. The settings of plugin
|
66 |
-
|
67 |
-
== Changelog ==
|
68 |
-
|
69 |
-
= 2.
|
70 |
-
|
71 |
-
* New: support for WooCommerce 6.
|
72 |
-
* Update: YITH plugin framework
|
73 |
-
|
74 |
-
= 2.
|
75 |
-
|
76 |
-
* New: support for WooCommerce 6.
|
77 |
-
* Update: YITH plugin framework
|
78 |
-
|
79 |
-
= 2.
|
80 |
-
|
81 |
-
* New: support for WooCommerce 6.
|
82 |
-
*
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
* New: support for
|
88 |
-
* Update: YITH plugin framework
|
89 |
-
|
90 |
-
= 2.
|
91 |
-
|
92 |
-
* New: support for WooCommerce
|
93 |
-
* Update: YITH plugin framework
|
94 |
-
|
95 |
-
= 2.
|
96 |
-
|
97 |
-
* New: support for WooCommerce 5.
|
98 |
-
* Update: YITH plugin framework
|
99 |
-
|
100 |
-
= 2.
|
101 |
-
|
102 |
-
*
|
103 |
-
*
|
104 |
-
|
105 |
-
= 2.6.
|
106 |
-
|
107 |
-
*
|
108 |
-
*
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
*
|
114 |
-
*
|
115 |
-
|
116 |
-
= 2.5.4 = Released on
|
117 |
-
|
118 |
-
*
|
119 |
-
* Update: YITH plugin framework
|
120 |
-
|
121 |
-
= 2.5.
|
122 |
-
|
123 |
-
* New: support for WooCommerce 5.
|
124 |
-
*
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
*
|
131 |
-
|
132 |
-
|
133 |
-
= 2.5.
|
134 |
-
|
135 |
-
* New: support for WooCommerce 5.
|
136 |
-
* Update: YITH plugin framework
|
137 |
-
|
138 |
-
= 2.5.
|
139 |
-
|
140 |
-
* New: support for WooCommerce 5.
|
141 |
-
* Update: YITH plugin framework
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
*
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
*
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
* New: support for WooCommerce 5.
|
158 |
-
* Update: YITH plugin framework
|
159 |
-
|
160 |
-
= 2.4.
|
161 |
-
|
162 |
-
* New:
|
163 |
-
* Update:
|
164 |
-
|
165 |
-
= 2.4.
|
166 |
-
|
167 |
-
* New: Support for WooCommerce 4.
|
168 |
-
* Update: Plugin framework
|
169 |
-
|
170 |
-
= 2.4.
|
171 |
-
|
172 |
-
* New: Support for
|
173 |
-
*
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
* New: Support for WooCommerce 4.
|
179 |
-
* Update: Plugin framework
|
180 |
-
|
181 |
-
= 2.4.
|
182 |
-
|
183 |
-
* New: Support for WooCommerce 4.
|
184 |
-
* Update: Plugin framework
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
*
|
190 |
-
*
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
* New: Support for
|
196 |
-
* Update: Plugin framework
|
197 |
-
|
198 |
-
= 2.3.
|
199 |
-
|
200 |
-
* New: Support for WooCommerce 4.
|
201 |
-
* Update: Plugin framework
|
202 |
-
|
203 |
-
= 2.3.
|
204 |
-
|
205 |
-
*
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
*
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
*
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
*
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
*
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
* New: Support
|
241 |
-
* Update: Plugin
|
242 |
-
|
243 |
-
= 2.3.
|
244 |
-
|
245 |
-
*
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
*
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
*
|
257 |
-
*
|
258 |
-
|
259 |
-
= 2.3.
|
260 |
-
|
261 |
-
* New: Support to WooCommerce 3.6.
|
262 |
-
* Update: Plugin Core
|
263 |
-
|
264 |
-
= 2.3.
|
265 |
-
|
266 |
-
* New: Support to WooCommerce 3.
|
267 |
-
* Update: Plugin Core
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
*
|
273 |
-
*
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
*
|
279 |
-
* Update:
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
*
|
285 |
-
*
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
*
|
291 |
-
*
|
292 |
-
|
293 |
-
= 2.3.
|
294 |
-
|
295 |
-
*
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
*
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
*
|
305 |
-
*
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
*
|
310 |
-
*
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
*
|
317 |
-
*
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
* New: Support to
|
323 |
-
*
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
*
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
*
|
332 |
-
*
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
*
|
339 |
-
*
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
*
|
344 |
-
*
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
*
|
349 |
-
*
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
*
|
356 |
-
*
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
*
|
361 |
-
*
|
362 |
-
*
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
*
|
367 |
-
*
|
368 |
-
|
369 |
-
= 2.0.
|
370 |
-
|
371 |
-
* New:
|
372 |
-
* Update: Plugin Core
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
* Update: Plugin
|
378 |
-
*
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
*
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
*
|
387 |
-
*
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
* Update: Plugin
|
394 |
-
*
|
395 |
-
|
396 |
-
= 2.0.
|
397 |
-
|
398 |
-
* Update:
|
399 |
-
*
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
*
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
*
|
410 |
-
|
411 |
-
= 2.0.
|
412 |
-
|
413 |
-
*
|
414 |
-
*
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
*
|
420 |
-
*
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
*
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
*
|
429 |
-
*
|
430 |
-
|
431 |
-
= 1.2.
|
432 |
-
|
433 |
-
*
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
*
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
*
|
450 |
-
*
|
451 |
-
|
452 |
-
= 1.1.
|
453 |
-
|
454 |
-
*
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
*
|
468 |
-
|
469 |
-
= 1.0
|
470 |
-
|
471 |
-
* New:
|
472 |
-
* New:
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
*
|
477 |
-
*
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
*
|
482 |
-
*
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
*
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
*
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
*
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
=== YITH WooCommerce Compare ===
|
2 |
+
|
3 |
+
Contributors: yithemes
|
4 |
+
Tags: yith, woocommerce compare, compare products, product compare, product comparison
|
5 |
+
Requires at least: 5.7
|
6 |
+
Tested up to: 5.9
|
7 |
+
Stable tag: 2.13.0
|
8 |
+
License: GPLv2 or later
|
9 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
+
|
11 |
+
YITH WooCommerce Compare allows you to compare more products of your shop in one complete table.
|
12 |
+
WooCommerce Compatible up to 5.8
|
13 |
+
|
14 |
+
== Description ==
|
15 |
+
|
16 |
+
YITH WooCommerce Compare plugin is an extension of WooCommerce plugin that allow your users to compare some products of your shop.
|
17 |
+
All products are saved in one complete table where the user can see the difference between the products. Each product features can be
|
18 |
+
set with the woocommerce attributes in the product configuration.
|
19 |
+
You can also add a simple widget with the list of products the users have added, where you can manage them.
|
20 |
+
Also you can simply customize the compare table with your style, by editing the specific template.
|
21 |
+
|
22 |
+
Full documentation is available [here](https://docs.yithemes.com/yith-woocommerce-compare/).
|
23 |
+
|
24 |
+
This plugin is 100% compatible with [WPML](https://wpml.org/)
|
25 |
+
|
26 |
+
|
27 |
+
= Installation =
|
28 |
+
|
29 |
+
1. Unzip the downloaded zip file.
|
30 |
+
2. Upload the plugin folder into the `wp-content/plugins/` directory of your WordPress site.
|
31 |
+
3. Activate `YITH WooCommerce Compare` from Plugins page
|
32 |
+
|
33 |
+
= Configuration =
|
34 |
+
|
35 |
+
1. Add the features in each product by setting the attributes in product configuration;
|
36 |
+
2. Configure the options in YIT Plugin -> Compare;
|
37 |
+
3. The user of your shop will click in the "Compare" button located in the single product page;
|
38 |
+
4. Will be open a popup with the compare table inside.
|
39 |
+
|
40 |
+
You can also add the widget with the product list of compare table, in Appearance -> Widgets and adding the widget "YITH WooCommerce Compare Widget".
|
41 |
+
|
42 |
+
== Frequently Asked Questions ==
|
43 |
+
|
44 |
+
= Can I customize the compare table? =
|
45 |
+
Yes, you can copy the template from the plugin folder and paste it inside the folder "woocommerce" of your theme folder.
|
46 |
+
|
47 |
+
= Can I select what fields show inside the compare table? =
|
48 |
+
Yes, you can choose what fields to show in the compare table. You can do it in YITH -> Compare.
|
49 |
+
|
50 |
+
= Can I order the fields in the compare table? =
|
51 |
+
Yes, you can sort the fields in the compare table. You can do it in YITH -> Compare.
|
52 |
+
|
53 |
+
= What are the main changes in plugin translation? =
|
54 |
+
Recently YITH WooCommerce Compare has been selected to be included in the "translate.wordpress.org" translate programme.
|
55 |
+
In order to import correctly the plugin strings in the new system, we had to change the text domain form 'yit' to 'yith-woocommerce-compare'.
|
56 |
+
Once the plugin will be imported in the translate.wordpress.org system, the translations of other languages will be downloaded directly from WordPress, without using any .po and .mo files. Moreover, users will be able to participate in a more direct way to plugin translations, suggesting texts in their languages in the dedicated tab on translate.wordpress.org.
|
57 |
+
During this transition step, .po and .mo files will be used as always, but in order to be recognized by WordPress, they will need to have a new nomenclature, renaming them in:
|
58 |
+
yith-woocommerce-compare-<WORDPRESS LOCALE>.po
|
59 |
+
yith-woocommerce-compare-<WORDPRESS LOCALE >.mo
|
60 |
+
|
61 |
+
== Screenshots ==
|
62 |
+
|
63 |
+
1. The popup with compare table.
|
64 |
+
2. The button compare.
|
65 |
+
3. The settings of plugin
|
66 |
+
|
67 |
+
== Changelog ==
|
68 |
+
|
69 |
+
= 2.13.0 = Released on 11 April 2022
|
70 |
+
|
71 |
+
* New: support for WooCommerce 6.4
|
72 |
+
* Update: YITH plugin framework
|
73 |
+
|
74 |
+
= 2.12.0 = Released on 09 March 2022
|
75 |
+
|
76 |
+
* New: support for WooCommerce 6.3
|
77 |
+
* Update: YITH plugin framework
|
78 |
+
|
79 |
+
= 2.11.0 = Released on 15 February 2022
|
80 |
+
|
81 |
+
* New: support for WooCommerce 6.2
|
82 |
+
* Update: YITH plugin framework
|
83 |
+
|
84 |
+
= 2.10.0 = Released on 17 January 2022
|
85 |
+
|
86 |
+
* New: support for WooCommerce 6.1
|
87 |
+
* New: support for WordPress 5.9
|
88 |
+
* Update: YITH plugin framework
|
89 |
+
|
90 |
+
= 2.9.0 = Released on 20 December 2021
|
91 |
+
|
92 |
+
* New: support for WooCommerce 6.0
|
93 |
+
* Update: YITH plugin framework
|
94 |
+
|
95 |
+
= 2.8.0 = Released on 11 November 2021
|
96 |
+
|
97 |
+
* New: support for WooCommerce 5.9
|
98 |
+
* Update: YITH plugin framework
|
99 |
+
|
100 |
+
= 2.7.0 = Released on 15 October 2021
|
101 |
+
|
102 |
+
* New: support for WooCommerce 5.8
|
103 |
+
* Update: YITH plugin framework
|
104 |
+
|
105 |
+
= 2.6.1 = Released on 27 September 2021
|
106 |
+
|
107 |
+
* Update: YITH plugin framework
|
108 |
+
* Fix: debug info feature removed for all logged in users
|
109 |
+
|
110 |
+
= 2.6.0 = Released on 09 September 2021
|
111 |
+
|
112 |
+
* New: support for WooCommerce 5.7
|
113 |
+
* Update: YITH plugin framework
|
114 |
+
* Fix: compare button preview on Elementor editor
|
115 |
+
|
116 |
+
= 2.5.4.1 = Released on 24 August 2021
|
117 |
+
|
118 |
+
* Fix: fatal error "Call to undefined method YITH_Woocompare_Admin::list_products_html()"
|
119 |
+
* Update: YITH plugin framework
|
120 |
+
|
121 |
+
= 2.5.4 = Released on 13 August 2021
|
122 |
+
|
123 |
+
* New: support for WooCommerce 5.6
|
124 |
+
* Update: YITH plugin framework
|
125 |
+
|
126 |
+
= 2.5.3 = Released on 14 July 2021
|
127 |
+
|
128 |
+
* New: support for WooCommerce 5.5
|
129 |
+
* New: support for WordPress 5.8
|
130 |
+
* Update: YITH plugin framework
|
131 |
+
|
132 |
+
|
133 |
+
= 2.5.2 = Released on 01 June 2021
|
134 |
+
|
135 |
+
* New: support for WooCommerce 5.4
|
136 |
+
* Update: YITH plugin framework
|
137 |
+
|
138 |
+
= 2.5.1 = Released on 06 May 2021
|
139 |
+
|
140 |
+
* New: support for WooCommerce 5.3
|
141 |
+
* Update: YITH plugin framework
|
142 |
+
|
143 |
+
= 2.5.0 = Released on 15 April 2021
|
144 |
+
|
145 |
+
* New: support for WooCommerce 5.2
|
146 |
+
* Update: YITH plugin framework
|
147 |
+
* Update: DataTables script to 1.10.24
|
148 |
+
* Update: FixedColumns script to 3.3.2
|
149 |
+
|
150 |
+
= 2.4.7 = Released on 01 April 2021
|
151 |
+
|
152 |
+
* Fix: 'clear all' button on compare widget
|
153 |
+
|
154 |
+
= 2.4.6 = Released on 04 March 2021
|
155 |
+
|
156 |
+
* New: support for WordPress 5.7
|
157 |
+
* New: support for WooCommerce 5.1
|
158 |
+
* Update: YITH plugin framework
|
159 |
+
|
160 |
+
= 2.4.5 = Released on 04 February 2021
|
161 |
+
|
162 |
+
* New: support for WooCommerce 5.0
|
163 |
+
* Update: YITH plugin framework
|
164 |
+
|
165 |
+
= 2.4.4 = Released on 12 January 2021
|
166 |
+
|
167 |
+
* New: Support for WooCommerce 4.9
|
168 |
+
* Update: Plugin framework
|
169 |
+
|
170 |
+
= 2.4.3 = Released on 09 December 2020
|
171 |
+
|
172 |
+
* New: Support for WooCommerce 4.8
|
173 |
+
* Update: Plugin framework
|
174 |
+
|
175 |
+
= 2.4.2 = Released on 02 November 2020
|
176 |
+
|
177 |
+
* New: Support for WordPress 5.6
|
178 |
+
* New: Support for WooCommerce 4.7
|
179 |
+
* Update: Plugin framework
|
180 |
+
|
181 |
+
= 2.4.1 = Released on 13 October 2020
|
182 |
+
|
183 |
+
* New: Support for WooCommerce 4.6.x
|
184 |
+
* Update: Plugin framework
|
185 |
+
|
186 |
+
= 2.4.0 = Released on 18 September 2020
|
187 |
+
|
188 |
+
* New: Support for WooCommerce 4.5.x
|
189 |
+
* Update: Plugin framework
|
190 |
+
* Tweak: Improved plugin responsive style
|
191 |
+
|
192 |
+
= 2.3.23 = Released on 19 August 2020
|
193 |
+
|
194 |
+
* New: Support for WooCommerce 4.4
|
195 |
+
* New: Support for WordPress 5.5
|
196 |
+
* Update: Plugin framework
|
197 |
+
|
198 |
+
= 2.3.22 = Released on 03 June 2020
|
199 |
+
|
200 |
+
* New: Support for WooCommerce 4.2
|
201 |
+
* Update: Plugin framework
|
202 |
+
|
203 |
+
= 2.3.21 = Released on 28 April 2020
|
204 |
+
|
205 |
+
* New: Support for WooCommerce 4.1
|
206 |
+
* Update: Plugin framework
|
207 |
+
|
208 |
+
= 2.3.20 = Released on 17 March 2020
|
209 |
+
|
210 |
+
* Fix: Use of undefined constant product_id
|
211 |
+
|
212 |
+
= 2.3.19 = Released on 10 March 2020
|
213 |
+
|
214 |
+
* New: Support for WooCommerce 4.0
|
215 |
+
* New: Support for WordPress 5.4
|
216 |
+
* Update: Plugin framework
|
217 |
+
|
218 |
+
|
219 |
+
= 2.3.18 = Released on 21 December 2019
|
220 |
+
|
221 |
+
* New: Support for WooCommerce 3.9
|
222 |
+
* New: Support for WordPress 5.3.2
|
223 |
+
* Update: Plugin framework
|
224 |
+
|
225 |
+
= 2.3.17 = Released on 29 November 2019
|
226 |
+
|
227 |
+
* Update: Plugin framework
|
228 |
+
|
229 |
+
= 2.3.16 = Released on 05 November 2019
|
230 |
+
|
231 |
+
* Update: Plugin framework
|
232 |
+
|
233 |
+
= 2.3.15 = Released on 30 October 2019
|
234 |
+
|
235 |
+
* Update: Plugin framework
|
236 |
+
|
237 |
+
= 2.3.14 = Released on 25 October 2019
|
238 |
+
|
239 |
+
* New: Support for WooCommerce 3.8
|
240 |
+
* New: Support for WordPress 5.3
|
241 |
+
* Update: Plugin framework
|
242 |
+
|
243 |
+
= 2.3.13 = Released on 08 August 2019
|
244 |
+
|
245 |
+
* New: Support to WooCommerce 3.7.0
|
246 |
+
* Update: Plugin Core
|
247 |
+
|
248 |
+
= 2.3.12 = Released on 12 June 2019
|
249 |
+
|
250 |
+
* Update: Plugin Core
|
251 |
+
|
252 |
+
= 2.3.11 = Released on 11 June 2019
|
253 |
+
|
254 |
+
* New: Support to WooCommerce 3.6.4
|
255 |
+
* New: Support to WordPress 5.2.1
|
256 |
+
* Update: Plugin Core
|
257 |
+
* Fix: Missed loader when adding products to the compare
|
258 |
+
|
259 |
+
= 2.3.10 = Released on 23 April 2019
|
260 |
+
|
261 |
+
* New: Support to WooCommerce 3.6.1
|
262 |
+
* Update: Plugin Core
|
263 |
+
|
264 |
+
= 2.3.9 = Released on 09 April 2019
|
265 |
+
|
266 |
+
* New: Support to WooCommerce 3.6.0 RC1
|
267 |
+
* Update: Plugin Core
|
268 |
+
|
269 |
+
= 2.3.8 = Released on 30 January 2019
|
270 |
+
|
271 |
+
* New: Support to WooCommerce 3.5.4
|
272 |
+
* Update: Plugin Core
|
273 |
+
* Fix: Sync AJAX request to prevent product missing
|
274 |
+
|
275 |
+
= 2.3.7 = Released on 05 December 2018
|
276 |
+
|
277 |
+
* New: Support to WooCommerce 3.5.2
|
278 |
+
* New: Support to WordPress 5.0.0
|
279 |
+
* Update: Plugin Core
|
280 |
+
|
281 |
+
= 2.3.6 = Released on 28 November 2018
|
282 |
+
|
283 |
+
* Update: Plugin Core
|
284 |
+
* Update: Language files
|
285 |
+
* Fix: Missing strings in pot and po files
|
286 |
+
|
287 |
+
= 2.3.5 = Released on 23 October 2018
|
288 |
+
|
289 |
+
* New: Support to WooCommerce 3.5.0
|
290 |
+
* Update: Plugin Core
|
291 |
+
* Fix: Product placeholder image and image size
|
292 |
+
|
293 |
+
= 2.3.4 = Released on 01 October 2018
|
294 |
+
|
295 |
+
* New: Support to WooCommerce 3.5.0 RC1
|
296 |
+
* Update: Plugin Core
|
297 |
+
|
298 |
+
= 2.3.3 = Released on 20 September 2018
|
299 |
+
|
300 |
+
* Fix: Compatibility issue with WPML and RTL languages
|
301 |
+
|
302 |
+
= 2.3.2 = Released on 10 September 2018
|
303 |
+
|
304 |
+
* New: Support to WooCommerce 3.4.5
|
305 |
+
* New: Support to WordPress 4.9.8
|
306 |
+
* Update: Plugin Core
|
307 |
+
* Update: All external scripts to latest available version
|
308 |
+
* Update: Compare table template (compare.php) to version 2.3.2
|
309 |
+
* Update: Compare table style
|
310 |
+
* Fix: Check product status before add it to compare list
|
311 |
+
|
312 |
+
= 2.3.1 = Released on 5 June 2018
|
313 |
+
|
314 |
+
* New: Support to WooCommerce 3.4.1
|
315 |
+
* New: Support to WordPress 4.9.6
|
316 |
+
* Update: Plugin Core
|
317 |
+
* Fix: WPML table fields translation
|
318 |
+
|
319 |
+
= 2.3.0 = Released on 2 February 2018
|
320 |
+
|
321 |
+
* New: Support to WooCommerce 3.3.0
|
322 |
+
* New: Support to WordPress 4.9.2
|
323 |
+
* Update: Plugin Core
|
324 |
+
|
325 |
+
= 2.2.3 = Released on 21 December 2017
|
326 |
+
|
327 |
+
* New: Support to WooCommerce 3.2.6
|
328 |
+
* New: Support to WordPress 4.9.1
|
329 |
+
* New: Product SKU field in compare table
|
330 |
+
* Update: Plugin Core
|
331 |
+
* Update: Language Files
|
332 |
+
* Dev: New filter yith_woocompare_standard_fields_array to filter standard compare fields
|
333 |
+
|
334 |
+
= 2.2.2 = Released on 24 October 2017
|
335 |
+
|
336 |
+
* New: Support to WooCommerce 3.2.1
|
337 |
+
* New: Support to WordPress 4.8.2
|
338 |
+
* Update: Plugin Core
|
339 |
+
* Update: Language Files
|
340 |
+
|
341 |
+
= 2.2.1 = Released on 05 July 2017
|
342 |
+
|
343 |
+
* New: Support to WooCommerce 3.1
|
344 |
+
* New: Support to WordPress 4.8
|
345 |
+
* New: Russian Translation
|
346 |
+
* New: Slovenian Translation
|
347 |
+
* Update: Plugin Core
|
348 |
+
* Update: Language Files
|
349 |
+
* Fix: WPML and Add to cart action from popup
|
350 |
+
|
351 |
+
= 2.2.0 = Released on 29 March 2017
|
352 |
+
|
353 |
+
* New: Support to WooCommerce 3.0.0 RC2
|
354 |
+
* New: Support to WordPress 4.7.3
|
355 |
+
* Update: Plugin Core
|
356 |
+
* Update: Language Files
|
357 |
+
|
358 |
+
= 2.1.0 = Released on 19 October 2016
|
359 |
+
|
360 |
+
* New: Support to WooCommerce 2.6.4
|
361 |
+
* New: Support to WordPress 4.6
|
362 |
+
* New: Auto remove from compare list for products that are private or were cancelled
|
363 |
+
* New: Add as default fields Weight and Dimensions
|
364 |
+
* Update: Plugin Core
|
365 |
+
* Update: Language Files
|
366 |
+
* Fix: Uncaught ReferenceError "redirect_to_cart is not defined" error on "add to cart" action
|
367 |
+
* Fix: Compatibility issue with NextGen Gallery plugin
|
368 |
+
|
369 |
+
= 2.0.9 = Released on 13 June 2016
|
370 |
+
|
371 |
+
* New: Support to WooCommerce 2.6 RC1
|
372 |
+
* Update: Plugin Core
|
373 |
+
|
374 |
+
= 2.0.8 = Released on 19 April 2016
|
375 |
+
|
376 |
+
* New: Compatibility with WordPress 4.5
|
377 |
+
* Update: Plugin Core.
|
378 |
+
* Fix: Fatal error call to undefined method WC_AJAX::get_endpoint() for WooCommerce version older then 2.4
|
379 |
+
|
380 |
+
= 2.0.7 = Released on 01 April 2016
|
381 |
+
|
382 |
+
* Update: Plugin template compare.php
|
383 |
+
* Update: Plugin Core
|
384 |
+
* Update: Language file
|
385 |
+
* Fix: Product status now updates automatically when the product is removed from the compare widget
|
386 |
+
* Fix: Redirect correctly to cart page after "Add to cart" is clicked if "Redirect to the cart page after successful addition" option is enabled
|
387 |
+
* Fix: Redirect correctly to product page after "Add to cart" is clicked when "Enable AJAX add to cart buttons on archives" option is disabled
|
388 |
+
|
389 |
+
= 2.0.6 = Released on 11 January 2016
|
390 |
+
|
391 |
+
* New: Compatibility with WooCommerce 2.5 RC
|
392 |
+
* Update: Change ajax call fron admin-ajax to wc-ajax
|
393 |
+
* Update: Plugin template compare.php
|
394 |
+
* Update: Plugin Core
|
395 |
+
|
396 |
+
= 2.0.5 = Released on 30 October 2015
|
397 |
+
|
398 |
+
* Update: Plugin Core
|
399 |
+
* Fix: After you remove product from compare, you can re-add it without reload page
|
400 |
+
|
401 |
+
= 2.0.4 = Released on 22 September 2015
|
402 |
+
|
403 |
+
* Update: Changed Text Domain from 'yith-wcmp' to 'yith-woocommerce-compare'
|
404 |
+
* Update: Plugin Core Framework
|
405 |
+
* Fix: JS error when loading compare window
|
406 |
+
|
407 |
+
= 2.0.3 = Released on 21 August 2015
|
408 |
+
|
409 |
+
* New: Compatibility with WooPress 4.3
|
410 |
+
|
411 |
+
= 2.0.2 = Released on 12 August 2015
|
412 |
+
|
413 |
+
* New: Compatibility with WooCommerce 2.4
|
414 |
+
* Update: Core plugin
|
415 |
+
|
416 |
+
= 2.0.1 = Released on 10 August 2015
|
417 |
+
|
418 |
+
* Update: Core plugin
|
419 |
+
* Fix: Compare table layout
|
420 |
+
* Fix: undefined function unblock() in main js
|
421 |
+
|
422 |
+
= 2.0.0 = Released on 15 July 2015
|
423 |
+
|
424 |
+
* New: New plugin core
|
425 |
+
* Update: Language files
|
426 |
+
* Removed: old default.po catalog language file
|
427 |
+
* Fix: Error in class yith-woocompare-fontend
|
428 |
+
* Fix: Lightbox doesn't close after click view cart
|
429 |
+
* Fix: minor bug fix
|
430 |
+
|
431 |
+
= 1.2.3 = Released on 13 February 2015
|
432 |
+
|
433 |
+
* New: Bulgarian Translation by Joanna Mikova
|
434 |
+
* New: Spanish Translation by Rodoslav Angelov and Mariano Rivas
|
435 |
+
|
436 |
+
= 1.2.2 = Released on 03 December 2014
|
437 |
+
|
438 |
+
* Fix: Shortcode compare
|
439 |
+
|
440 |
+
= 1.2.1 = Released on 17 September 2014
|
441 |
+
|
442 |
+
* New: Support to WC 2.2.3
|
443 |
+
|
444 |
+
= 1.2.0 = Released on 16 September 2014
|
445 |
+
|
446 |
+
* New: Support to WC 2.2.2
|
447 |
+
* Update: Compare Template
|
448 |
+
* Update: Plugin Core Framework
|
449 |
+
* Fix: Fields orders
|
450 |
+
* Tweek: WPML Support improved
|
451 |
+
|
452 |
+
= 1.1.4 = Released on 30 June 2014
|
453 |
+
|
454 |
+
* Update: Colorbox Library Version 1.5.10
|
455 |
+
* Fix: Horizontal scroll bar issue: show at the end of iframe
|
456 |
+
|
457 |
+
= 1.1.3 = Released on 05 June 2014
|
458 |
+
|
459 |
+
* New: RTL Support
|
460 |
+
|
461 |
+
= 1.1.2 = Released on 21 March 2014
|
462 |
+
|
463 |
+
* Fix: WPML Support on Compare Widget
|
464 |
+
|
465 |
+
= 1.1.1 = Released on 19 February 2014
|
466 |
+
|
467 |
+
* Fix: Add to cart Button on Compare page
|
468 |
+
|
469 |
+
= 1.1.0 = Released on 13 February 2014
|
470 |
+
|
471 |
+
* New: Support to WooCommerce 2.1.X
|
472 |
+
* New: French translation by Paumo
|
473 |
+
|
474 |
+
= 1.0.5 = Released on 14 October 2013
|
475 |
+
|
476 |
+
* New: Persian translation by Khalil Delavaran
|
477 |
+
* New: Compare table title option
|
478 |
+
* New: Compatibility with WPML plugin
|
479 |
+
* New: Brazilian Portuguese translation by hotelwww
|
480 |
+
* Fix: Responsive features
|
481 |
+
* Fix: Dequeued wrong JS scripts
|
482 |
+
* Update: Dutch translation by Frans Pronk
|
483 |
+
|
484 |
+
= 1.0.4 = Released on 04 September 2013
|
485 |
+
|
486 |
+
* New: complete Dutch translation. Thanks to Frans Pronk
|
487 |
+
* Fix: Sortable scripts included only in the plugin admin page
|
488 |
+
* Fix: products list in popup don't update after have added a product
|
489 |
+
|
490 |
+
= 1.0.3 = Released on 31 July 2013
|
491 |
+
|
492 |
+
* Minor bugs fixes
|
493 |
+
|
494 |
+
= 1.0.2 = Released on 20 July 2013
|
495 |
+
|
496 |
+
* Tweak: trigger in javascript file for add to compare event
|
497 |
+
|
498 |
+
= 1.0.1 = Released on 27 June 2013
|
499 |
+
|
500 |
+
* New: Link/Button text option in plugin options
|
501 |
+
* New: ability to add a link in the menu top open the popup
|
502 |
+
* Fix: bug with attributes added after installation
|
503 |
+
* Fix: bug with plugin activated but not working for multisites
|
504 |
+
|
505 |
+
= 1.0.0 = Released on 24 June 2013
|
506 |
+
|
507 |
+
* Initial release
|
508 |
+
|
509 |
+
== Suggestions ==
|
510 |
+
|
511 |
+
If you have suggestions about how to improve YITH WooCommerce Compare, you can [write us](mailto:plugins@yithemes.com "Your Inspiration Themes") so we can bundle them into YITH WooCommerce Compare.
|
512 |
+
|
513 |
+
== Translators ==
|
514 |
+
|
515 |
+
= Available Languages =
|
516 |
+
* English (Default)
|
517 |
+
* Italiano
|
518 |
+
|
519 |
+
If you can't find this plugin in your language and want to translate it, use the dedicated tool at [Translating WordPress](https://translate.wordpress.org/locale/it/default/wp-plugins/yith-woocommerce-compare "Translating WordPress").
|
520 |
+
Or, if you have created your own language pack, or have an update for an existing one, you can send it as an email attachment from our [Contacts page](http://yithemes.com/contact/ "Your Inspiration Themes") and we will bundle into YITH WooCommerce Compare.
|
521 |
+
|
522 |
+
== Documentation ==
|
523 |
+
|
524 |
+
Full documentation is available [here](https://docs.yithemes.com/yith-woocommerce-compare/).
|
525 |
+
|
526 |
+
== Upgrade notice ==
|
527 |
+
|
528 |
+
= 2.6.1 = Released on 27 Sep 2021
|
529 |
+
|
530 |
+
* Update: YITH plugin framework
|
531 |
+
* Fix: debug info feature removed for all logged in users
|