WP Meta SEO - Version 1.0.5

Version Description

Install new version over the old one

Download this release

Release Info

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

Code changes from version 1.0.4 to 1.0.5

Files changed (2) hide show
  1. readme.txt +2 -2
  2. wp-meta-seo.php +2 -2
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: JoomUnited
3
  Tags: bing, description, google, google webmaster tools, keywords, meta, meta description, meta keywords, robots meta, search engine optimization, seo, Webmaster Tools, wordpress seo, yahoo, image optimization, image resize, photo, custom post, post, posts, page
4
  Requires at least: 4.0
5
- Tested up to: 4.2.1
6
- Stable tag: 1.0.4
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
2
  Contributors: JoomUnited
3
  Tags: bing, description, google, google webmaster tools, keywords, meta, meta description, meta keywords, robots meta, search engine optimization, seo, Webmaster Tools, wordpress seo, yahoo, image optimization, image resize, photo, custom post, post, posts, page
4
  Requires at least: 4.0
5
+ Tested up to: 4.3
6
+ Stable tag: 1.0.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
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: 1.0.4
8
  * Author: JoomUnited
9
  * Author URI: http://www.joomunited.com
10
  * License: GPL2
@@ -75,7 +75,7 @@ if (is_admin()) {
75
  // modify buffer here, and then return the updated code
76
  global $wp_query;
77
  $meta_title = get_post_meta($wp_query->post->ID, '_metaseo_metatitle', true);
78
- $meta_title_esc = esc_attr($meta_title_esc);
79
  $meta_description = get_post_meta($wp_query->post->ID, '_metaseo_metadesc', true);
80
  $meta_description_esc = esc_attr($meta_description);
81
  $patterns = array(
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: 1.0.5
8
  * Author: JoomUnited
9
  * Author URI: http://www.joomunited.com
10
  * License: GPL2
75
  // modify buffer here, and then return the updated code
76
  global $wp_query;
77
  $meta_title = get_post_meta($wp_query->post->ID, '_metaseo_metatitle', true);
78
+ $meta_title_esc = esc_attr($meta_title);
79
  $meta_description = get_post_meta($wp_query->post->ID, '_metaseo_metadesc', true);
80
  $meta_description_esc = esc_attr($meta_description);
81
  $patterns = array(