Unique Headers - Version 1.4.5

Version Description

Download this release

Release Info

Developer ryanhellyer
Plugin Icon wp plugin Unique Headers
Version 1.4.5
Comparing to
See all releases

Code changes from version 1.4.4 to 1.4.5

Files changed (2) hide show
  1. index.php +3 -3
  2. readme.txt +2 -1
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.4
7
  Author: Ryan Hellyer
8
  Author URI: https://geek.hellyer.kiwi/
9
  Text Domain: unique-headers
@@ -64,7 +64,7 @@ class Unique_Headers_Instantiate {
64
  require( 'inc/class-unique-headers-display.php' );
65
  require( 'inc/class-custom-image-meta-box.php' );
66
  require( 'inc/legacy.php' );
67
-
68
  // Loading dotorg plugin review code
69
  if ( is_admin() ) {
70
  require( 'inc/class-dotorg-plugin-review.php' );
@@ -76,7 +76,7 @@ class Unique_Headers_Instantiate {
76
  )
77
  );
78
  }
79
-
80
  // Add hooks
81
  add_action( 'plugins_loaded', array( $this, 'localization' ), 5 );
82
  add_action( 'init', array( $this, 'instantiate_classes' ) );
3
  Plugin Name: Unique Headers
4
  Plugin URI: https://geek.hellyer.kiwi/plugins/unique-headers/
5
  Description: Unique Headers
6
+ Version: 1.4.5
7
  Author: Ryan Hellyer
8
  Author URI: https://geek.hellyer.kiwi/
9
  Text Domain: unique-headers
64
  require( 'inc/class-unique-headers-display.php' );
65
  require( 'inc/class-custom-image-meta-box.php' );
66
  require( 'inc/legacy.php' );
67
+ /*
68
  // Loading dotorg plugin review code
69
  if ( is_admin() ) {
70
  require( 'inc/class-dotorg-plugin-review.php' );
76
  )
77
  );
78
  }
79
+ */
80
  // Add hooks
81
  add_action( 'plugins_loaded', array( $this, 'localization' ), 5 );
82
  add_action( 'init', array( $this, 'instantiate_classes' ) );
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.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.4: Adding plugin review class back, with correct time stamp set.
130
  Version 1.4.3: Temporarily removing plugin review class until bugs are fixed.
131
  Version 1.4.2: Adding a plugin review class.
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.5
8
 
9
 
10
 
126
 
127
  == Changelog ==
128
 
129
+ Version 1.4.5: Removing plugin review notice due to unsolvable errors.
130
  Version 1.4.4: Adding plugin review class back, with correct time stamp set.
131
  Version 1.4.3: Temporarily removing plugin review class until bugs are fixed.
132
  Version 1.4.2: Adding a plugin review class.