Version Description
- Bug fix: Notice error occured when not exists keyword or description post data.
- Compatible up to: 4.0
Download this release
Release Info
Developer | jim912 |
Plugin | Meta Manager |
Version | 1.0.8 |
Comparing to | |
See all releases |
Code changes from version 1.0.7 to 1.0.8
- meta-manager.php +2 -2
- readme.txt +2 -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.8
|
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.8
|
12 |
Author URI: http://www.warna.info/
|
13 |
*/
|
14 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: jim912
|
|
3 |
Tags: SEO, keywords, description
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
6 |
-
Stable tag: 1.0.
|
7 |
|
8 |
Outputs meta description and meta keywords in the element head.
|
9 |
|
@@ -12,7 +12,7 @@ Outputs meta description and meta keywords in the element head.
|
|
12 |
Notice! Current version japanese only, yet.
|
13 |
|
14 |
== Changelog ==
|
15 |
-
= 1.0.
|
16 |
* Bug fix: Notice error occured when not exists keyword or description post data.
|
17 |
* Compatible up to: 4.0
|
18 |
|
3 |
Tags: SEO, keywords, description
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
6 |
+
Stable tag: 1.0.8
|
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.8 =
|
16 |
* Bug fix: Notice error occured when not exists keyword or description post data.
|
17 |
* Compatible up to: 4.0
|
18 |
|