Meta Tag Manager - Version 0.4

Version Description

Download this release

Release Info

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

Code changes from version 0.3 to 0.4

Files changed (2) hide show
  1. meta-tag-manager.php +2 -2
  2. readme.txt +5 -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
- Version: 0.3
8
  Author URI: http://blog.netweblogic.com
9
  */
10
  /*
@@ -104,7 +104,7 @@ function mtm_options() {
104
  <?php
105
  }
106
 
107
- add_action('init', 'mtm_head');
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.4
8
  Author URI: http://blog.netweblogic.com
9
  */
10
  /*
104
  <?php
105
  }
106
 
107
+ add_action('wp_head', '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.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
 
@@ -18,6 +18,10 @@ This can be used for adding Google and Yahoo site verification tags along with a
18
 
19
  If you find this plugin useful and would like to donate something, all we ask is you please add a link on your site to the plugin page on our blog, [http://blog.netweblogic.com/php/wordpress-php/meta-tag-manager-wordpress-plugin/](http://blog.netweblogic.com/php/wordpress-php/meta-tag-manager-wordpress-plugin/) thanks!
20
 
 
 
 
 
21
 
22
  == Installation ==
23
 
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.4
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
 
18
 
19
  If you find this plugin useful and would like to donate something, all we ask is you please add a link on your site to the plugin page on our blog, [http://blog.netweblogic.com/php/wordpress-php/meta-tag-manager-wordpress-plugin/](http://blog.netweblogic.com/php/wordpress-php/meta-tag-manager-wordpress-plugin/) thanks!
20
 
21
+ Revision Summary
22
+
23
+ * 0.4 - Fixed the bug where the rss feeds kept breaking
24
+
25
 
26
  == Installation ==
27