Version Description
Download this release
Release Info
Developer | smartcat |
Plugin | WP Construction Mode |
Version | 3.11 |
Comparing to | |
See all releases |
Code changes from version 3.10 to 3.11
- admin/form.php +2 -1
- readme.txt +2 -2
- under-construction.php +1 -1
admin/form.php
CHANGED
@@ -42,6 +42,7 @@
|
|
42 |
<?php
|
43 |
_e("Do you need support? Please visit our new support form and post your support request!", "sc-construction");
|
44 |
?>
|
|
|
45 |
</td>
|
46 |
</tr>
|
47 |
|
@@ -118,7 +119,7 @@
|
|
118 |
</table>
|
119 |
|
120 |
<p>
|
121 |
-
WP Construction Mode allows the site Admin & Editor profiles to continue seeing the normal website, while everyone else sees the Construction Mode page
|
122 |
</p>
|
123 |
|
124 |
<table class="widefat" id="general">
|
42 |
<?php
|
43 |
_e("Do you need support? Please visit our new support form and post your support request!", "sc-construction");
|
44 |
?>
|
45 |
+
<p><br><em><strong>Troubleshooting Tip:</strong> If you are using a cache plugin, you may need to delete the cache when you switch Construction Mode On/Off</em></p>
|
46 |
</td>
|
47 |
</tr>
|
48 |
|
119 |
</table>
|
120 |
|
121 |
<p>
|
122 |
+
WP Construction Mode allows the site Admin & Editor profiles to continue seeing the normal website, while everyone else sees the Construction Mode page.<br>
|
123 |
</p>
|
124 |
|
125 |
<table class="widefat" id="general">
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: smartcat
|
|
3 |
Donate link: http://smartcatdesign.net/donate
|
4 |
Tags: construction,maintenance,landing,page,admin,under construction,under maintenance,coming soon,administrator,custom message,social,facebook,twitter,google plus,gplus,email,icons,link,instagram,digg,flickr,skype,tumblr,youtube, mailchimp,newsletter,shortcode,contact,form,constant contact
|
5 |
Requires at least: 3.2
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 3.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Display a customizable Under Construction or Coming Soon landing page for all users except the admin. Perfect for developing on a live server!
|
3 |
Donate link: http://smartcatdesign.net/donate
|
4 |
Tags: construction,maintenance,landing,page,admin,under construction,under maintenance,coming soon,administrator,custom message,social,facebook,twitter,google plus,gplus,email,icons,link,instagram,digg,flickr,skype,tumblr,youtube, mailchimp,newsletter,shortcode,contact,form,constant contact
|
5 |
Requires at least: 3.2
|
6 |
+
Tested up to: 4.2.2
|
7 |
+
Stable tag: 3.10
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Display a customizable Under Construction or Coming Soon landing page for all users except the admin. Perfect for developing on a live server!
|
under-construction.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Construction Mode
|
4 |
Plugin URI: http://smartcatdesign.net/downloads/construction-mode-v2-pro/
|
5 |
Description: Display a customizable Under Construction or Coming Soon landing page for all users except the admin. Perfect for developing a new site!
|
6 |
-
Version: 3.
|
7 |
Author: SmartCat
|
8 |
Author URI: http://smartcatdesign.net
|
9 |
License: GPL v2
|
3 |
Plugin Name: WP Construction Mode
|
4 |
Plugin URI: http://smartcatdesign.net/downloads/construction-mode-v2-pro/
|
5 |
Description: Display a customizable Under Construction or Coming Soon landing page for all users except the admin. Perfect for developing a new site!
|
6 |
+
Version: 3.11
|
7 |
Author: SmartCat
|
8 |
Author URI: http://smartcatdesign.net
|
9 |
License: GPL v2
|