underConstruction - Version 1.01

Version Description

  • Fixed a bug where deactivation would trigger an error
Download this release

Release Info

Developer jkmassel
Plugin Icon 128x128 underConstruction
Version 1.01
Comparing to
See all releases

Code changes from version 1.0 to 1.01

Files changed (2) hide show
  1. readme.txt +7 -4
  2. underConstruction.php +1 -1
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === underConstruction ===
2
  Contributors: Jeremy Massel
3
  Donate link: http://truthmedia.com/engage/giving
4
- Tags: construction, under construction, private, preview
5
  Requires at least: 2.7
6
  Tested up to: 2.8
7
- Stable tag: 1.0
8
 
9
  Makes it so your site can only be accessed by users who log in. Useful for developing a site on a live server, without the world being able to see it
10
 
@@ -29,16 +29,19 @@ e.g.
29
 
30
  You enter the contents of the entire HTML file. You can include inline styles, or links to external style sheets and external images.
31
 
32
-
 
33
 
34
  == Screenshots ==
35
 
36
 
37
  == Changelog ==
38
 
 
 
39
  = 1.0 =
40
  * First version
41
 
42
  == Screenshots ==
43
- 1. The default page that is displayed
44
  2. The editing screen
1
  === underConstruction ===
2
  Contributors: Jeremy Massel
3
  Donate link: http://truthmedia.com/engage/giving
4
+ Tags: construction, under construction, private, preview, security
5
  Requires at least: 2.7
6
  Tested up to: 2.8
7
+ Stable tag: 1.01
8
 
9
  Makes it so your site can only be accessed by users who log in. Useful for developing a site on a live server, without the world being able to see it
10
 
29
 
30
  You enter the contents of the entire HTML file. You can include inline styles, or links to external style sheets and external images.
31
 
32
+ = I have a question you didn't answer! =
33
+ Post a message on the [underConstruction page](http://masseltech.com/plugins/underConstruction/ "underConstruction page") and leave a message in the comments if you have a question that needs answering!
34
 
35
  == Screenshots ==
36
 
37
 
38
  == Changelog ==
39
 
40
+ = 1.01 =
41
+ * Fixed a bug where deactivation would trigger an error
42
  = 1.0 =
43
  * First version
44
 
45
  == Screenshots ==
46
+ 1. The default page that is displayed (this can be overridden)
47
  2. The editing screen
underConstruction.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Under Construction
4
  Plugin URI: http://www.masseltech.com/
5
  Description: Makes it so your site can only be accessed by users who log in. Useful for developing a site on a live server, without the world being able to see it
6
- Version: 1.0
7
  Author: Jeremy Massel
8
  Author URI: http://www.masseltech.com/
9
  */
3
  Plugin Name: Under Construction
4
  Plugin URI: http://www.masseltech.com/
5
  Description: Makes it so your site can only be accessed by users who log in. Useful for developing a site on a live server, without the world being able to see it
6
+ Version: 1.01
7
  Author: Jeremy Massel
8
  Author URI: http://www.masseltech.com/
9
  */