Version Description
- Compatible up to: 3.4
Download this release
Release Info
Developer | jim912 |
Plugin | Meta Manager |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- meta-manager.php +2 -2
- readme.txt +5 -2
meta-manager.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Meta Manager
|
4 |
-
* @version 1.0.
|
5 |
*/
|
6 |
/*
|
7 |
Plugin Name: Meta Manager
|
8 |
Plugin URI: http://www.warna.info/
|
9 |
Description: Outputs meta description and meta keywords in the element head.
|
10 |
Author: Hitoshi Omagari
|
11 |
-
Version: 1.0.
|
12 |
Author URI: http://www.warna.info/
|
13 |
*/
|
14 |
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Meta Manager
|
4 |
+
* @version 1.0.4
|
5 |
*/
|
6 |
/*
|
7 |
Plugin Name: Meta Manager
|
8 |
Plugin URI: http://www.warna.info/
|
9 |
Description: Outputs meta description and meta keywords in the element head.
|
10 |
Author: Hitoshi Omagari
|
11 |
+
Version: 1.0.4
|
12 |
Author URI: http://www.warna.info/
|
13 |
*/
|
14 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: jim912
|
3 |
Tags: SEO, keywords, description
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 3.
|
6 |
-
Stable tag: 1.0.
|
7 |
|
8 |
Outputs meta description and meta keywords in the element head.
|
9 |
|
@@ -12,6 +12,9 @@ Outputs meta description and meta keywords in the element head.
|
|
12 |
Notice! Current version japanese only, yet.
|
13 |
|
14 |
== Changelog ==
|
|
|
|
|
|
|
15 |
= 1.0.3 =
|
16 |
* Bug fix: Meta box is displayed in link edit page.
|
17 |
|
2 |
Contributors: jim912
|
3 |
Tags: SEO, keywords, description
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 3.4
|
6 |
+
Stable tag: 1.0.4
|
7 |
|
8 |
Outputs meta description and meta keywords in the element head.
|
9 |
|
12 |
Notice! Current version japanese only, yet.
|
13 |
|
14 |
== Changelog ==
|
15 |
+
= 1.0.4 =
|
16 |
+
* Compatible up to: 3.4
|
17 |
+
|
18 |
= 1.0.3 =
|
19 |
* Bug fix: Meta box is displayed in link edit page.
|
20 |
|