Version Description
Download this release
Release Info
Developer | ryanhellyer |
Plugin | Unique Headers |
Version | 1.4.7 |
Comparing to | |
See all releases |
Code changes from version 1.4.6 to 1.4.7
- README.md +0 -3
- index.php +2 -2
- readme.txt +2 -1
README.md
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
This is the development repository for the <a href="https://geek.hellyer.kiwi/plugins/unique-headers/">Unique Headers plugin</a> for WordPress.
|
2 |
-
|
3 |
-
For the latest and greatest version that actually works, please download the version from WordPress.org, since it is where the current stable version is hosted ... <a href="https://wordpress.org/plugins/unique-headers/">https://wordpress.org/plugins/unique-headers/</a>
|
|
|
|
|
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Unique Headers
|
4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/unique-headers/
|
5 |
Description: Unique Headers
|
6 |
-
Version: 1.4.
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
Text Domain: unique-headers
|
@@ -72,7 +72,7 @@ class Unique_Headers_Instantiate {
|
|
72 |
array(
|
73 |
'slug' => 'unique-headers', // The plugin slug
|
74 |
'name' => 'Unique Headers', // The plugin name
|
75 |
-
'time_limit' =>
|
76 |
)
|
77 |
);
|
78 |
}
|
3 |
Plugin Name: Unique Headers
|
4 |
Plugin URI: https://geek.hellyer.kiwi/plugins/unique-headers/
|
5 |
Description: Unique Headers
|
6 |
+
Version: 1.4.7
|
7 |
Author: Ryan Hellyer
|
8 |
Author URI: https://geek.hellyer.kiwi/
|
9 |
Text Domain: unique-headers
|
72 |
array(
|
73 |
'slug' => 'unique-headers', // The plugin slug
|
74 |
'name' => 'Unique Headers', // The plugin name
|
75 |
+
'time_limit' => WEEK_IN_SECONDS, // The time limit at which notice is shown
|
76 |
)
|
77 |
);
|
78 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: custom-header, header, headers, images, page, post, plugin, image, images,
|
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 1.4.
|
8 |
|
9 |
|
10 |
|
@@ -126,6 +126,7 @@ No, I'm too busy. Having said that, if you are willing to pay me a small fortune
|
|
126 |
|
127 |
== Changelog ==
|
128 |
|
|
|
129 |
Version 1.4.6: Fixing bug with handling taxonomies. Added plugin review notice back, but without the non-existent MONTH_IN_SECONDS constant.
|
130 |
Version 1.4.5: Removing plugin review notice due to unsolvable errors.
|
131 |
Version 1.4.4: Adding plugin review class back, with correct time stamp set.
|
4 |
Donate link: https://geek.hellyer.kiwi/donate/
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 1.4.7
|
8 |
|
9 |
|
10 |
|
126 |
|
127 |
== Changelog ==
|
128 |
|
129 |
+
Version 1.4.7: Setting a more sane plugin review time.
|
130 |
Version 1.4.6: Fixing bug with handling taxonomies. Added plugin review notice back, but without the non-existent MONTH_IN_SECONDS constant.
|
131 |
Version 1.4.5: Removing plugin review notice due to unsolvable errors.
|
132 |
Version 1.4.4: Adding plugin review class back, with correct time stamp set.
|