WP Updates Notifier - Version 1.0.2

Version Description

  • Fixed plugin version
Download this release

Release Info

Developer l3rady
Plugin Icon wp plugin WP Updates Notifier
Version 1.0.2
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.2

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wp-updates-notifier.php +1 -1
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://l3rady.com/donate
4
  Tags: admin, theme, monitor, plugin, notification, upgrade, security
5
  Requires at least: 3.1
6
  Tested up to: 3.1.3
7
- Stable tag: 1.0.1
8
 
9
  Sends email to notify you if there are any updates for your WordPress site. Can notify about core, plugin and theme updates.
10
 
@@ -47,6 +47,9 @@ This plugin is a fork of [Update Notifier](http://wordpress.org/extend/plugins/u
47
 
48
  == Changelog ==
49
 
 
 
 
50
  = 1.0.1 =
51
  * Fixed spelling mistake in deactivate hook that stopped deactivate running properly.
52
 
4
  Tags: admin, theme, monitor, plugin, notification, upgrade, security
5
  Requires at least: 3.1
6
  Tested up to: 3.1.3
7
+ Stable tag: 1.0.2
8
 
9
  Sends email to notify you if there are any updates for your WordPress site. Can notify about core, plugin and theme updates.
10
 
47
 
48
  == Changelog ==
49
 
50
+ = 1.0.2 =
51
+ * Fixed plugin version
52
+
53
  = 1.0.1 =
54
  * Fixed spelling mistake in deactivate hook that stopped deactivate running properly.
55
 
wp-updates-notifier.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Updates Notifier
4
  Plugin URI: http://l3rady.com/projects/wp-updates-notifier/
5
  Description: Sends email to notify you if there are any updates for your WordPress site. Can notify about core, plugin and theme updates.
6
  Author: Scott Cariss
7
- Version: 1.0.1
8
  Author URI: http://l3rady.com/
9
  */
10
 
4
  Plugin URI: http://l3rady.com/projects/wp-updates-notifier/
5
  Description: Sends email to notify you if there are any updates for your WordPress site. Can notify about core, plugin and theme updates.
6
  Author: Scott Cariss
7
+ Version: 1.0.2
8
  Author URI: http://l3rady.com/
9
  */
10