WP Meta SEO - Version 4.0.11

Version Description

  • Fix : Material fonts missing
Download this release

Release Info

Developer JoomUnited
Plugin Icon 128x128 WP Meta SEO
Version 4.0.11
Comparing to
See all releases

Code changes from version 4.0.10 to 4.0.11

jufeedback/assets/css/jufeedback.css CHANGED
@@ -2,10 +2,10 @@
2
  font-family: 'Material Icons';
3
  font-style: normal;
4
  font-weight: 400;
5
- src: url('../../../css/fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
6
- src: url('../../../css/fonts/MaterialIcons-Regular.woff2') format('woff2'),
7
- url('../../../css/fonts/MaterialIcons-Regular.woff') format('woff'),
8
- url('../../../css/fonts/MaterialIcons-Regular.ttf') format('truetype');
9
  }
10
  .material-icons{
11
  font-family: 'Material Icons';
2
  font-family: 'Material Icons';
3
  font-style: normal;
4
  font-weight: 400;
5
+ src: url('../css/jufonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
6
+ src: url('../css/jufonts/MaterialIcons-Regular.woff2') format('woff2'),
7
+ url('../css/jufonts/MaterialIcons-Regular.woff') format('woff'),
8
+ url('../css/jufonts/MaterialIcons-Regular.ttf') format('truetype');
9
  }
10
  .material-icons{
11
  font-family: 'Material Icons';
jufeedback/assets/css/{fonts → jufonts}/MaterialIcons-Regular.eot RENAMED
File without changes
jufeedback/assets/css/{fonts → jufonts}/MaterialIcons-Regular.ttf RENAMED
File without changes
jufeedback/assets/css/{fonts → jufonts}/MaterialIcons-Regular.woff RENAMED
File without changes
jufeedback/assets/css/{fonts → jufonts}/MaterialIcons-Regular.woff2 RENAMED
File without changes
jufeedback/assets/js/jufeedback.js CHANGED
@@ -8,7 +8,7 @@
8
  return [
9
  "wp-speed-of-light",
10
  "wp-meta-seo",
11
- "wp-latest-post",
12
  "advanced-gutenberg"
13
  ];
14
  },
8
  return [
9
  "wp-speed-of-light",
10
  "wp-meta-seo",
11
+ "wp-latest-posts",
12
  "advanced-gutenberg"
13
  ];
14
  },
jufeedback/assets/js/jufeedback.min.js CHANGED
@@ -1 +1 @@
1
- !function(e){"undefined"==typeof ajaxurl&&(ajaxurl=ju_feedback.ajaxurl);var t={listFreePlugins:function(){return["wp-speed-of-light","wp-meta-seo","wp-latest-post","advanced-gutenberg"]},getElements:function(t){var n=[];return e(".ju-feedback-dialog."+t).find("input.reason-deactive:checked").each(function(e,t){n.push(this.name)}),{deactiveElement:e("#the-list").find('[data-slug="'+t+'"] span.deactivate a'),modalElement:e(".ju-feedback-dialog."+t),disableButton:e(".ju-feedback-dialog."+t).find(".feedback-button a.disable-only"),sendFeedbackButton:e(".ju-feedback-dialog."+t).find(".feedback-button a.send-message"),reasonKey:n,technicalElement:e(".ju-feedback-dialog."+t).find(".technical-information")}},deactivateAction:function(e){location.href=this.getElements(e).deactiveElement.attr("href")},modal:function(){var t=this;t.initModal=function(a){var i;return i||(i=t.getElements(a).modalElement.dialog({width:500,maxHeight:400,autoOpen:!1,closeOnEscape:!0,draggable:!1,resizable:!1,position:{my:"center",at:"center",of:window},modal:!0,dialogClass:"noTitle juDialogFeedback",show:{effect:"fade",duration:500},hide:{effect:"fade",duration:300},open:function(n,i){e(".ui-widget-overlay").bind("click",function(){t.getElements(a).modalElement.dialog("close")})},create:function(i,o){e(".choose-reason").click(function(){if(t.getElements(a).reasonKey.length>0){var i=e(this).attr("id");e("input#"+i+":checked").length>0?e("textarea#comment-"+i).show().focus():e("textarea#comment-"+i).hide(),n(t.getElements(a).modalElement)}else e("textarea.feedback-text").hide()}),e(".technical-information .more").toggle(function(){e(this).html("arrow_drop_up"),e(".technical-information textarea[name='technical']").show(),n(t.getElements(a).modalElement)},function(){e(this).html("arrow_drop_down"),e(".technical-information textarea[name='technical']").hide(),n(t.getElements(a).modalElement)}),t.getElements(a).disableButton.click(function(n){n.preventDefault(),e.ajax({url:ajaxurl,dataType:"json",method:"POST",data:{action:"ju_disable_feedback_"+a,ajax_nonce:ju_feedback.token},success:function(){t.deactivateAction(a)}})}),t.getElements(a).sendFeedbackButton.click(function(n){var i="";e('input[name="allow_send_technical"]:checked').length>0&&(i=t.getElements(a).technicalElement.find('textarea[name="technical"]').attr("data-info"));var o=[];t.getElements(a).reasonKey.length>0&&t.getElements(a).reasonKey.forEach(function(t){o.push({reason:t,comment:e("textarea#comment-"+t).val()})}),n.preventDefault(),t.getElements(a).modalElement.find(".ju-loading").show(),e.ajax({url:ajaxurl,dataType:"json",method:"POST",data:{action:"ju_send_feedback_deactive_"+a,reasons:JSON.stringify(o),feedbackTechnical:i,ajax_nonce:ju_feedback.token},success:function(e){setTimeout(function(){t.getElements(a).modalElement.find(".feedback-button").hide(),t.getElements(a).modalElement.find(".content").hide(),t.getElements(a).modalElement.find(".feedback-result-notice").html(e.message).show(),e.send_status?t.getElements(a).modalElement.find(".feedback-result-notice").addClass("send-success"):t.getElements(a).modalElement.find(".feedback-result-notice").addClass("send-error"),setTimeout(function(){t.deactivateAction(a)},1e3)},1e3)}})})}})),i},t.showModal=function(e){t.initModal(e).dialog("open")}},blindEvents:function(){var t=this;e("#the-list").find("tr.active span.deactivate").on("click","a",function(n){var a=e(n.target).parents("tr.active").attr("data-slug");-1!==e.inArray(a,t.listFreePlugins())&&t.getElements(a).modalElement.length>0&&(n.preventDefault(),t.showModal(a))})},init:function(){this.modal(),this.blindEvents()}};function n(t){var n=e(window).height();t.outerHeight()+70>=n?t.dialog("option","maxHeight",n):t.dialog("option","maxHeight",n-70)}e(function(){t.init()})}(jQuery);
1
+ !function(e){"undefined"==typeof ajaxurl&&(ajaxurl=ju_feedback.ajaxurl);var t={listFreePlugins:function(){return["wp-speed-of-light","wp-meta-seo","wp-latest-posts","advanced-gutenberg"]},getElements:function(t){var n=[];return e(".ju-feedback-dialog."+t).find("input.reason-deactive:checked").each(function(e,t){n.push(this.name)}),{deactiveElement:e("#the-list").find('[data-slug="'+t+'"] span.deactivate a'),modalElement:e(".ju-feedback-dialog."+t),disableButton:e(".ju-feedback-dialog."+t).find(".feedback-button a.disable-only"),sendFeedbackButton:e(".ju-feedback-dialog."+t).find(".feedback-button a.send-message"),reasonKey:n,technicalElement:e(".ju-feedback-dialog."+t).find(".technical-information")}},deactivateAction:function(e){location.href=this.getElements(e).deactiveElement.attr("href")},modal:function(){var t=this;t.initModal=function(a){var i;return i||(i=t.getElements(a).modalElement.dialog({width:500,maxHeight:400,autoOpen:!1,closeOnEscape:!0,draggable:!1,resizable:!1,position:{my:"center",at:"center",of:window},modal:!0,dialogClass:"noTitle juDialogFeedback",show:{effect:"fade",duration:500},hide:{effect:"fade",duration:300},open:function(n,i){e(".ui-widget-overlay").bind("click",function(){t.getElements(a).modalElement.dialog("close")})},create:function(i,o){e(".choose-reason").click(function(){if(t.getElements(a).reasonKey.length>0){var i=e(this).attr("id");e("input#"+i+":checked").length>0?e("textarea#comment-"+i).show().focus():e("textarea#comment-"+i).hide(),n(t.getElements(a).modalElement)}else e("textarea.feedback-text").hide()}),e(".technical-information .more").toggle(function(){e(this).html("arrow_drop_up"),e(".technical-information textarea[name='technical']").show(),n(t.getElements(a).modalElement)},function(){e(this).html("arrow_drop_down"),e(".technical-information textarea[name='technical']").hide(),n(t.getElements(a).modalElement)}),t.getElements(a).disableButton.click(function(n){n.preventDefault(),e.ajax({url:ajaxurl,dataType:"json",method:"POST",data:{action:"ju_disable_feedback_"+a,ajax_nonce:ju_feedback.token},success:function(){t.deactivateAction(a)}})}),t.getElements(a).sendFeedbackButton.click(function(n){var i="";e('input[name="allow_send_technical"]:checked').length>0&&(i=t.getElements(a).technicalElement.find('textarea[name="technical"]').attr("data-info"));var o=[];t.getElements(a).reasonKey.length>0&&t.getElements(a).reasonKey.forEach(function(t){o.push({reason:t,comment:e("textarea#comment-"+t).val()})}),n.preventDefault(),t.getElements(a).modalElement.find(".ju-loading").show(),e.ajax({url:ajaxurl,dataType:"json",method:"POST",data:{action:"ju_send_feedback_deactive_"+a,reasons:JSON.stringify(o),feedbackTechnical:i,ajax_nonce:ju_feedback.token},success:function(e){setTimeout(function(){t.getElements(a).modalElement.find(".feedback-button").hide(),t.getElements(a).modalElement.find(".content").hide(),t.getElements(a).modalElement.find(".feedback-result-notice").html(e.message).show(),e.send_status?t.getElements(a).modalElement.find(".feedback-result-notice").addClass("send-success"):t.getElements(a).modalElement.find(".feedback-result-notice").addClass("send-error"),setTimeout(function(){t.deactivateAction(a)},1e3)},1e3)}})})}})),i},t.showModal=function(e){t.initModal(e).dialog("open")}},blindEvents:function(){var t=this;e("#the-list").find("tr.active span.deactivate").on("click","a",function(n){var a=e(n.target).parents("tr.active").attr("data-slug");-1!==e.inArray(a,t.listFreePlugins())&&t.getElements(a).modalElement.length>0&&(n.preventDefault(),t.showModal(a))})},init:function(){this.modal(),this.blindEvents()}};function n(t){var n=e(window).height();t.outerHeight()+70>=n?t.dialog("option","maxHeight",n):t.dialog("option","maxHeight",n-70)}e(function(){t.init()})}(jQuery);
languages/wp-meta-seo-en_US.mo CHANGED
Binary file
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: JoomUnited
3
  Tags: google, webmaster tools, keywords, meta, meta description, meta keywords, meta title, robots meta, search engine optimization, seo, wordpress seo, yahoo, image optimization, image resize, custom post seo, redirect, redirection, 301, broken link
4
  Requires at least: 4.0
5
  Tested up to: 5.2.3
6
- Stable tag: 4.0.10
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -258,6 +258,9 @@ Yes WP Meta SEO is compatible with Gutenberg editor since 3.7 version.
258
 
259
  == Changelog ==
260
 
 
 
 
261
  = 4.0.10 =
262
  * Fix : Blank page when edit post tag & attribute
263
  * Fix : Snippet for homepage is not properly checked
3
  Tags: google, webmaster tools, keywords, meta, meta description, meta keywords, meta title, robots meta, search engine optimization, seo, wordpress seo, yahoo, image optimization, image resize, custom post seo, redirect, redirection, 301, broken link
4
  Requires at least: 4.0
5
  Tested up to: 5.2.3
6
+ Stable tag: 4.0.11
7
  Requires PHP: 5.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
258
 
259
  == Changelog ==
260
 
261
+ = 4.0.11 =
262
+ * Fix : Material fonts missing
263
+
264
  = 4.0.10 =
265
  * Fix : Blank page when edit post tag & attribute
266
  * Fix : Snippet for homepage is not properly checked
wp-meta-seo.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: WP Meta SEO
5
  * Plugin URI: http://www.joomunited.com/wordpress-products/wp-meta-seo
6
  * Description: WP Meta SEO is a plugin for WordPress to fill meta for content, images and main SEO info in a single view.
7
- * Version: 4.0.10
8
  * Text Domain: wp-meta-seo
9
  * Domain Path: /languages
10
  * Author: JoomUnited
@@ -132,7 +132,7 @@ if (!defined('WPMSEO_VERSION')) {
132
  /**
133
  * Plugin version
134
  */
135
- define('WPMSEO_VERSION', '4.0.10');
136
  }
137
 
138
  if (!defined('WPMS_CLIENTID')) {
4
  * Plugin Name: WP Meta SEO
5
  * Plugin URI: http://www.joomunited.com/wordpress-products/wp-meta-seo
6
  * Description: WP Meta SEO is a plugin for WordPress to fill meta for content, images and main SEO info in a single view.
7
+ * Version: 4.0.11
8
  * Text Domain: wp-meta-seo
9
  * Domain Path: /languages
10
  * Author: JoomUnited
132
  /**
133
  * Plugin version
134
  */
135
+ define('WPMSEO_VERSION', '4.0.11');
136
  }
137
 
138
  if (!defined('WPMS_CLIENTID')) {