Meta Tag Manager - Version 0.3

Version Description

Download this release

Release Info

Developer netweblogic
Plugin Icon 128x128 Meta Tag Manager
Version 0.3
Comparing to
See all releases

Code changes from version 0.2 to 0.3

Files changed (2) hide show
  1. meta-tag-manager.php +2 -2
  2. readme.txt +1 -1
meta-tag-manager.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Meta Tag Manager
4
  Plugin URI: http://blog.netweblogic.com/php/wordpress-php/meta-tag-manager-wordpress-plugin/
5
  Description: A simple plugin to manage meta tags that appear on all your pages. This can be used for verifiying google, yahoo, and more.
6
  Author: NetWebLogic LLC
7
- Stable tag: 0.2
8
  Author URI: http://blog.netweblogic.com
9
  */
10
  /*
@@ -103,8 +103,8 @@ function mtm_options() {
103
  </div>
104
  <?php
105
  }
 
106
  add_action('init', 'mtm_head');
107
- add_action('wp_head', 'mtm_add_meta');
108
 
109
 
110
  function mtm_head() {
4
  Plugin URI: http://blog.netweblogic.com/php/wordpress-php/meta-tag-manager-wordpress-plugin/
5
  Description: A simple plugin to manage meta tags that appear on all your pages. This can be used for verifiying google, yahoo, and more.
6
  Author: NetWebLogic LLC
7
+ Version: 0.3
8
  Author URI: http://blog.netweblogic.com
9
  */
10
  /*
103
  </div>
104
  <?php
105
  }
106
+
107
  add_action('init', 'mtm_head');
 
108
 
109
 
110
  function mtm_head() {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Contributors: netweblogic
4
  Tags: Google, SEO, Yahoo, Webmaster Tools, Meta, Meta Tags
5
  Requires at least: 2.5
6
  Tested up to: 2.7.1
7
- Stable tag: 0.2
8
 
9
  This plugin will allow you to easily add and manage special meta tags to your whole site, such as Yahoo and Google verification tags.
10
 
4
  Tags: Google, SEO, Yahoo, Webmaster Tools, Meta, Meta Tags
5
  Requires at least: 2.5
6
  Tested up to: 2.7.1
7
+ Stable tag: 0.3
8
 
9
  This plugin will allow you to easily add and manage special meta tags to your whole site, such as Yahoo and Google verification tags.
10