Meta Tag Manager - Version 1.2

Version Description

  • fixed stripslashes bug
  • added languages
Download this release

Release Info

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

Code changes from version 1.1 to 1.2

meta-tag-manager-admin.php CHANGED
@@ -21,16 +21,16 @@ class MetaTagManagerAdmin {
21
 
22
  /** loads the plugin */
23
  function init() {
24
- // i18n
25
  load_plugin_textdomain ( 'meta-tag-manager', '', basename ( dirname ( __FILE__ ) ) );
26
- // add plugin page to admin menu
27
  add_action ( 'admin_menu', array ( __CLASS__, 'menus' ) );
28
  }
29
 
30
  /** adds plugin page to admin menu; put it under 'Settings' */
31
  function menus() {
32
  $page = add_options_page ( __ ( 'Meta Tag Manager', 'meta-tag-manager' ), __ ( 'Meta Tag Manager', 'meta-tag-manager' ), 8, 'mtmverification', array ( __CLASS__, 'options' ) );
33
- // add javascript
34
  add_action ( "admin_print_scripts-$page", array ( __CLASS__, 'scripts' ) );
35
  }
36
 
@@ -50,7 +50,7 @@ class MetaTagManagerAdmin {
50
  $content = trim ( $_POST ["mtm_{$i}_content"] );
51
  $ref = trim ( $_POST ["mtm_{$i}_ref"] );
52
 
53
- if ( !get_magic_quotes_gpc() ) {
54
  $name = stripslashes ( $name );
55
  $content = stripslashes ( $content );
56
  $ref = stripslashes ( $ref );
@@ -64,7 +64,7 @@ class MetaTagManagerAdmin {
64
  }
65
  }
66
  update_option ( 'mtm_data', $mtm_data );
67
- echo '<div id="message" class="updated fade"><p><strong>' . __ ( 'Settings saved.' ) . '</strong></p></div>'; // No textdomain: phrase used in core, too
68
  } else {
69
  $mtm_data = get_option ( 'mtm_data' );
70
  }
@@ -138,11 +138,11 @@ class MetaTagManagerAdmin {
138
  </div>
139
  </div>
140
  </div>
141
- </div>
142
  <?php
143
  }
144
 
145
  }
146
 
147
  // Start this plugin once all other plugins are fully loaded
148
- add_action( 'init', array('MetaTagManagerAdmin', 'init') );
21
 
22
  /** loads the plugin */
23
  function init() {
24
+ // i18n
25
  load_plugin_textdomain ( 'meta-tag-manager', '', basename ( dirname ( __FILE__ ) ) );
26
+ // add plugin page to admin menu
27
  add_action ( 'admin_menu', array ( __CLASS__, 'menus' ) );
28
  }
29
 
30
  /** adds plugin page to admin menu; put it under 'Settings' */
31
  function menus() {
32
  $page = add_options_page ( __ ( 'Meta Tag Manager', 'meta-tag-manager' ), __ ( 'Meta Tag Manager', 'meta-tag-manager' ), 8, 'mtmverification', array ( __CLASS__, 'options' ) );
33
+ // add javascript
34
  add_action ( "admin_print_scripts-$page", array ( __CLASS__, 'scripts' ) );
35
  }
36
 
50
  $content = trim ( $_POST ["mtm_{$i}_content"] );
51
  $ref = trim ( $_POST ["mtm_{$i}_ref"] );
52
 
53
+ if ( get_magic_quotes_gpc() ) {
54
  $name = stripslashes ( $name );
55
  $content = stripslashes ( $content );
56
  $ref = stripslashes ( $ref );
64
  }
65
  }
66
  update_option ( 'mtm_data', $mtm_data );
67
+ echo '<div id="message" class="updated fade"><p><strong>' . __ ( 'Settings saved.' ) . '</strong></p></div>'; // No textdomain: phrase used in core, too
68
  } else {
69
  $mtm_data = get_option ( 'mtm_data' );
70
  }
138
  </div>
139
  </div>
140
  </div>
141
+ </div>
142
  <?php
143
  }
144
 
145
  }
146
 
147
  // Start this plugin once all other plugins are fully loaded
148
+ add_action( 'init', array('MetaTagManagerAdmin', 'init') );
meta-tag-manager-da_DK.mo CHANGED
Binary file
meta-tag-manager-da_DK.po CHANGED
@@ -1,64 +1,72 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: 1.0\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/meta-tag-manager\n"
5
  "POT-Creation-Date: 2009-09-21 15:06+0000\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Wall <wall@clan-zone.dk>\n"
8
- "Language-Team: Wall <wall@clan-zone.dk>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: Danish\n"
13
- "X-Poedit-Country: DENMARK\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Textdomain-Support: yes\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
 
20
- #@ meta-tag-manager
21
- #: meta-tag-manager-admin.php:32
22
- #: meta-tag-manager-admin.php:73
 
 
23
  msgid "Meta Tag Manager"
24
  msgstr "Meta-Tag Manager"
25
 
26
- #@ meta-tag-manager
27
- #: meta-tag-manager-admin.php:94
28
  msgid "Enter a reference name (something to help you remember the meta tag) and then enter the values that you want the meta tag to hold."
29
  msgstr "Indtast et reference navn (noget for at hjælpe dig med at huske meta-tag) og derefter indtaste de værdier, du ønsker, at meta-tag til at holde."
30
 
31
- #@ meta-tag-manager
32
- #: meta-tag-manager-admin.php:100
33
  msgid "Reference Name"
34
  msgstr "Reference Navn"
35
 
36
- #@ meta-tag-manager
37
- #: meta-tag-manager-admin.php:101
38
  msgid "Meta Tag"
39
  msgstr "Meta tag"
40
 
41
- #@ meta-tag-manager
42
- #: meta-tag-manager-admin.php:102
43
  msgid "Homepage only"
44
  msgstr "Hjemmeside kun"
45
 
46
- #@ meta-tag-manager
47
- #: meta-tag-manager-admin.php:111
48
- #: meta-tag-manager-admin.php:120
49
  msgid "Remove"
50
  msgstr "Fjern"
51
 
52
- #@ meta-tag-manager
53
- #: meta-tag-manager-admin.php:128
54
  msgid "Add new tag"
55
  msgstr "Tilføj ny tag"
56
 
57
- #: meta-tag-manager-admin.php:67
58
- msgid "Settings saved."
 
 
 
 
 
 
 
 
59
  msgstr ""
60
 
61
- #: meta-tag-manager-admin.php:134
62
- msgid "Save Changes"
63
  msgstr ""
64
 
1
+ # Language File for 'Meta Tag Manager' (Wordpress Plugin).
2
+ # Copyright (C) 2008 NetWebLogic LLC
3
+ # Copyright (c) 2009 Martin Lormes <martinhh@gmail.com>
4
+ # This file is distributed under the same license as the meta-tag-manager package.
5
+ #
6
  msgid ""
7
  msgstr ""
8
+ "Project-Id-Version: meta-tag-manager 0.5.2\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/meta-tag-manager\n"
10
  "POT-Creation-Date: 2009-09-21 15:06+0000\n"
11
+ "PO-Revision-Date: 2011-01-19 21:50+0100\n"
12
+ "Last-Translator: Marcus Sykes <marcus@netweblogic.com>\n"
13
+ "Language-Team: \n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
 
 
 
 
17
 
18
+ # @ meta-tag-manager
19
+ #. #-#-#-#-# plugin.pot (meta-tag-manager 0.5.1) #-#-#-#-#
20
+ #. Plugin Name of an extension
21
+ #: meta-tag-manager-admin.php:11
22
+ #: meta-tag-manager-admin.php:49
23
  msgid "Meta Tag Manager"
24
  msgstr "Meta-Tag Manager"
25
 
26
+ # @ meta-tag-manager
27
+ #: meta-tag-manager-admin.php:50
28
  msgid "Enter a reference name (something to help you remember the meta tag) and then enter the values that you want the meta tag to hold."
29
  msgstr "Indtast et reference navn (noget for at hjælpe dig med at huske meta-tag) og derefter indtaste de værdier, du ønsker, at meta-tag til at holde."
30
 
31
+ # @ meta-tag-manager
32
+ #: meta-tag-manager-admin.php:56
33
  msgid "Reference Name"
34
  msgstr "Reference Navn"
35
 
36
+ # @ meta-tag-manager
37
+ #: meta-tag-manager-admin.php:57
38
  msgid "Meta Tag"
39
  msgstr "Meta tag"
40
 
41
+ # @ meta-tag-manager
42
+ #: meta-tag-manager-admin.php:58
43
  msgid "Homepage only"
44
  msgstr "Hjemmeside kun"
45
 
46
+ # @ meta-tag-manager
47
+ #: meta-tag-manager-admin.php:67
48
+ #: meta-tag-manager-admin.php:76
49
  msgid "Remove"
50
  msgstr "Fjern"
51
 
52
+ # @ meta-tag-manager
53
+ #: meta-tag-manager-admin.php:84
54
  msgid "Add new tag"
55
  msgstr "Tilføj ny tag"
56
 
57
+ #. Plugin URI of an extension
58
+ msgid "http://netweblogic.com/wordpress/plugins/meta-tag-manager/"
59
+ msgstr ""
60
+
61
+ #. Description of an extension
62
+ msgid "A simple plugin to manage meta tags that appear on all your pages. This can be used for verifiying google, yahoo, and more."
63
+ msgstr ""
64
+
65
+ #. Author of an extension
66
+ msgid "NetWebLogic LLC"
67
  msgstr ""
68
 
69
+ #. Author URI of an extension
70
+ msgid "http://netweblogic.com/"
71
  msgstr ""
72
 
meta-tag-manager-de_DE.mo CHANGED
Binary file
meta-tag-manager-de_DE.po CHANGED
@@ -1,17 +1,19 @@
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: \n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/meta-tag-manager\n"
5
  "POT-Creation-Date: 2009-09-21 15:06+0000\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Martin Lormes <martinhh@gmail.com>\n"
8
- "Language-Team: Martin Lormes <martinhh@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-Language: German\n"
13
- "X-Poedit-Country: GERMANY\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
 
16
  #. #-#-#-#-# plugin.pot (meta-tag-manager 0.5.1) #-#-#-#-#
17
  #. Plugin Name of an extension
@@ -50,8 +52,8 @@ msgid "http://netweblogic.com/wordpress/plugins/meta-tag-manager/"
50
  msgstr ""
51
 
52
  #. Description of an extension
53
- msgid "A simple plugin to manage meta tags that appear on all your pages. This can be used for verifiying google, yahoo, and more. &mdash; <a href=\"options-general.php?page=mtmverification\">Settings page</a> &mdash; edited by <a href=\"http://ten-fingers-and-a-brain.com/\">Martin Lormes</a>"
54
- msgstr "Ein einfaches Plugin um Meta-Tags zu verwalten, die auf allen Seiten eingebunden werden. Dieses Plugin kann verwendet werden, um die Verwendung von Google Webmaster Tools, Yahoo, u.v.m. zu bestätigen. &mdash; <a href=\"options-general.php?page=mtmverification\">Einstellungen</a> &mdash; Mit Änderungen von <a href=\"http://ten-fingers-and-a-brain.com/\">Martin Lormes</a>"
55
 
56
  #. Author of an extension
57
  msgid "NetWebLogic LLC"
1
+ # Language File for 'Meta Tag Manager' (Wordpress Plugin).
2
+ # Copyright (C) 2008 NetWebLogic LLC
3
+ # Copyright (c) 2009 Martin Lormes <martinhh@gmail.com>
4
+ # This file is distributed under the same license as the meta-tag-manager package.
5
+ #
6
  msgid ""
7
  msgstr ""
8
+ "Project-Id-Version: meta-tag-manager 0.5.2\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/meta-tag-manager\n"
10
  "POT-Creation-Date: 2009-09-21 15:06+0000\n"
11
+ "PO-Revision-Date: 2011-01-19 21:51+0100\n"
12
+ "Last-Translator: Marcus Sykes <marcus@netweblogic.com>\n"
13
+ "Language-Team: \n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
17
 
18
  #. #-#-#-#-# plugin.pot (meta-tag-manager 0.5.1) #-#-#-#-#
19
  #. Plugin Name of an extension
52
  msgstr ""
53
 
54
  #. Description of an extension
55
+ msgid "A simple plugin to manage meta tags that appear on all your pages. This can be used for verifiying google, yahoo, and more."
56
+ msgstr "Ein einfaches Plugin um Meta-Tags zu verwalten, die auf allen Seiten eingebunden werden. Dieses Plugin kann verwendet werden, um die Verwendung von Google Webmaster Tools, Yahoo, u.v.m. zu bestätigen."
57
 
58
  #. Author of an extension
59
  msgid "NetWebLogic LLC"
meta-tag-manager-es_ES.mo ADDED
Binary file
meta-tag-manager-es_ES.po ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Language File for 'Meta Tag Manager' (Wordpress Plugin).
2
+ # Copyright (C) 2008 NetWebLogic LLC
3
+ # Copyright (c) 2009 Martin Lormes <martinhh@gmail.com>
4
+ # This file is distributed under the same license as the meta-tag-manager package.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: meta-tag-manager 0.5.2\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/meta-tag-manager\n"
10
+ "POT-Creation-Date: 2009-09-21 15:06+0000\n"
11
+ "PO-Revision-Date: 2011-01-19 21:51+0100\n"
12
+ "Last-Translator: Marcus Sykes <marcus@netweblogic.com>\n"
13
+ "Language-Team: \n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #. #-#-#-#-# plugin.pot (meta-tag-manager 0.5.1) #-#-#-#-#
19
+ #. Plugin Name of an extension
20
+ #: meta-tag-manager-admin.php:11
21
+ #: meta-tag-manager-admin.php:49
22
+ msgid "Meta Tag Manager"
23
+ msgstr "Gestor de Etiquetas Meta"
24
+
25
+ #: meta-tag-manager-admin.php:50
26
+ msgid "Enter a reference name (something to help you remember the meta tag) and then enter the values that you want the meta tag to hold."
27
+ msgstr "Introduzca un nombre de referencia (algo que le ayude a recordar la etiqueta meta) y luego los valores que quiera que la etiqueta meta contenga."
28
+
29
+ #: meta-tag-manager-admin.php:56
30
+ msgid "Reference Name"
31
+ msgstr "Nombre de Referencia"
32
+
33
+ #: meta-tag-manager-admin.php:57
34
+ msgid "Meta Tag"
35
+ msgstr "Etiqueta Meta"
36
+
37
+ #: meta-tag-manager-admin.php:58
38
+ msgid "Homepage only"
39
+ msgstr "Pagina de Inicio solamente"
40
+
41
+ #: meta-tag-manager-admin.php:67
42
+ #: meta-tag-manager-admin.php:76
43
+ msgid "Remove"
44
+ msgstr "Eliminar"
45
+
46
+ #: meta-tag-manager-admin.php:84
47
+ msgid "Add new tag"
48
+ msgstr "Agregar nueva etiqueta"
49
+
50
+ #. Plugin URI of an extension
51
+ msgid "http://netweblogic.com/wordpress/plugins/meta-tag-manager/"
52
+ msgstr ""
53
+
54
+ #. Description of an extension
55
+ msgid "A simple plugin to manage meta tags that appear on all your pages. This can be used for verifiying google, yahoo, and more."
56
+ msgstr "Un simple plugin para manejar etiquetas meta que aparecerán en todas sus páginas. Se puede usar para la verificación de Google, Yahoo, y más."
57
+
58
+ #. Author of an extension
59
+ msgid "NetWebLogic LLC"
60
+ msgstr ""
61
+
62
+ #. Author URI of an extension
63
+ msgid "http://netweblogic.com/"
64
+ msgstr ""
65
+
meta-tag-manager-nl_NL.mo ADDED
Binary file
meta-tag-manager-nl_NL.po ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Language File for 'Meta Tag Manager' (Wordpress Plugin).
2
+ # Copyright (C) 2008 NetWebLogic LLC
3
+ # Copyright (c) 2009 Martin Lormes <martinhh@gmail.com>
4
+ # This file is distributed under the same license as the meta-tag-manager package.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: meta-tag-manager 0.5.2\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/meta-tag-manager\n"
10
+ "POT-Creation-Date: 2009-09-21 15:06+0000\n"
11
+ "PO-Revision-Date: 2011-01-19 21:52+0100\n"
12
+ "Last-Translator: Marcus Sykes <marcus@netweblogic.com>\n"
13
+ "Language-Team: \n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #. #-#-#-#-# plugin.pot (meta-tag-manager 0.5.1) #-#-#-#-#
19
+ #. Plugin Name of an extension
20
+ #: meta-tag-manager-admin.php:11
21
+ #: meta-tag-manager-admin.php:49
22
+ msgid "Meta Tag Manager"
23
+ msgstr "Meta tag beheerder"
24
+
25
+ #: meta-tag-manager-admin.php:50
26
+ msgid "Enter a reference name (something to help you remember the meta tag) and then enter the values that you want the meta tag to hold."
27
+ msgstr "Voer een omschrijving in (om de meta tag aan te herkenen) en vervolgens de waarden van de meta tag."
28
+
29
+ #: meta-tag-manager-admin.php:56
30
+ msgid "Reference Name"
31
+ msgstr "Omschrijving"
32
+
33
+ #: meta-tag-manager-admin.php:57
34
+ msgid "Meta Tag"
35
+ msgstr "Meta tag"
36
+
37
+ #: meta-tag-manager-admin.php:58
38
+ msgid "Homepage only"
39
+ msgstr "Alleen op de homepage"
40
+
41
+ #: meta-tag-manager-admin.php:67
42
+ #: meta-tag-manager-admin.php:76
43
+ msgid "Remove"
44
+ msgstr "Verwijderen"
45
+
46
+ #: meta-tag-manager-admin.php:84
47
+ msgid "Add new tag"
48
+ msgstr "Nieuwe tag toevoegen"
49
+
50
+ #. Plugin URI of an extension
51
+ msgid "http://netweblogic.com/wordpress/plugins/meta-tag-manager/"
52
+ msgstr ""
53
+
54
+ #. Description of an extension
55
+ msgid "A simple plugin to manage meta tags that appear on all your pages. This can be used for verifiying google, yahoo, and more."
56
+ msgstr "Een eenvoudige plugin op meta tags te beheren. Dit kan worden gebruikt voor zoekmachine's zoals bijvoorbeeld Google en Yahoo."
57
+
58
+ #. Author of an extension
59
+ msgid "NetWebLogic LLC"
60
+ msgstr ""
61
+
62
+ #. Author URI of an extension
63
+ msgid "http://netweblogic.com/"
64
+ msgstr ""
65
+
meta-tag-manager.php CHANGED
@@ -2,15 +2,14 @@
2
  /*
3
  Plugin Name: Meta Tag Manager
4
  Plugin URI: http://netweblogic.com/wordpress/plugins/meta-tag-manager/
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. &mdash; <a href="options-general.php?page=mtmverification">Settings page</a> &mdash; edited by <a href="http://ten-fingers-and-a-brain.com/">Martin Lormes</a>
6
  Author: NetWebLogic LLC
7
- Version: 1.1
8
  Author URI: http://netweblogic.com/
9
  Text Domain: meta-tag-manager
10
  */
11
  /*
12
  Copyright (C) 2010 NetWebLogic LLC
13
- Copyright (C) 2009 Martin Lormes
14
 
15
  This program is free software; you can redistribute it and/or modify
16
  it under the terms of the GNU General Public License as published by
2
  /*
3
  Plugin Name: Meta Tag Manager
4
  Plugin URI: http://netweblogic.com/wordpress/plugins/meta-tag-manager/
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: 1.2
8
  Author URI: http://netweblogic.com/
9
  Text Domain: meta-tag-manager
10
  */
11
  /*
12
  Copyright (C) 2010 NetWebLogic LLC
 
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License as published by
meta-tag-manager.pot CHANGED
@@ -52,10 +52,7 @@ msgstr ""
52
 
53
  #. Description of an extension
54
  msgid ""
55
- "A simple plugin to manage meta tags that appear on all your pages. This can "
56
- "be used for verifiying google, yahoo, and more. &mdash; <a "
57
- "href=\"options-general.php?page=mtmverification\">Settings page</a> &mdash; "
58
- "edited by <a href=\"http://ten-fingers-and-a-brain.com/\">Martin Lormes</a>"
59
  msgstr ""
60
 
61
  #. Author of an extension
52
 
53
  #. Description of an extension
54
  msgid ""
55
+ "A simple plugin to manage meta tags that appear on all your pages. This can be used for verifiying google, yahoo, and more."
 
 
 
56
  msgstr ""
57
 
58
  #. Author of an extension
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: netweblogic
3
  Tags: Google, SEO, Yahoo, Webmaster Tools, Meta, Meta Tags
4
  Requires at least: 2.5
5
- Tested up to: 3.0.3
6
- Stable tag: 1.1
7
 
8
  This plugin will allow you to easily add and manage special meta tags to your whole site, such as Yahoo and Google verification tags.
9
 
@@ -19,7 +19,7 @@ If you have any problems with the plugins, please visit our [http://netweblogic.
19
 
20
  If you find this plugin useful and would like to say thanks, a link, digg, or some other form of recognition to the plugin page on our blog would be appreciated.
21
 
22
- Special thanks to Martin Lormes for help with some crucial updates.
23
 
24
  = Translated Languages Available =
25
 
@@ -27,6 +27,8 @@ Here's a list of currently translated languages. Translations that have been sub
27
 
28
  * Danish - Christian B.
29
  * German - Martin Lormes
 
 
30
 
31
  == Installation ==
32
 
@@ -47,6 +49,14 @@ Please see our [http://netweblogic.com/forums/](support forums).
47
 
48
  == Changelog ==
49
 
 
 
 
 
 
 
 
 
50
  = 1.0 =
51
  * code styling: code now wrapped in classes
52
  * bug fixed: magic quotes
@@ -60,6 +70,3 @@ Please see our [http://netweblogic.com/forums/](support forums).
60
  * fixed bug which threw a Notice error when no meta tags were defined
61
  * fixed the bug where the rss feeds kept breaking
62
 
63
- = 1.1 =
64
- * Added danish translation
65
- * Fixed added slashes for apostrophe values
2
  Contributors: netweblogic
3
  Tags: Google, SEO, Yahoo, Webmaster Tools, Meta, Meta Tags
4
  Requires at least: 2.5
5
+ Tested up to: 3.3.1
6
+ Stable tag: 1.2
7
 
8
  This plugin will allow you to easily add and manage special meta tags to your whole site, such as Yahoo and Google verification tags.
9
 
19
 
20
  If you find this plugin useful and would like to say thanks, a link, digg, or some other form of recognition to the plugin page on our blog would be appreciated.
21
 
22
+ Special thanks to Martin Lormes for help during some crucial updates.
23
 
24
  = Translated Languages Available =
25
 
27
 
28
  * Danish - Christian B.
29
  * German - Martin Lormes
30
+ * Spanish - Jose Manuel
31
+ * Dutch - Marnix van der Heide
32
 
33
  == Installation ==
34
 
49
 
50
  == Changelog ==
51
 
52
+ = 1.2 =
53
+ * fixed stripslashes bug
54
+ * added languages
55
+
56
+ = 1.1 =
57
+ * Added danish translation
58
+ * Fixed added slashes for apostrophe values
59
+
60
  = 1.0 =
61
  * code styling: code now wrapped in classes
62
  * bug fixed: magic quotes
70
  * fixed bug which threw a Notice error when no meta tags were defined
71
  * fixed the bug where the rss feeds kept breaking
72