Version Description
Download this release
Release Info
Developer | smartcat |
Plugin | WP Construction Mode |
Version | 3.21 |
Comparing to | |
See all releases |
Code changes from version 3.20 to 3.21
- inc/class/class.smartcat-construction.php +2 -2
- readme.txt +2 -2
- under-construction.php +1 -1
inc/class/class.smartcat-construction.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
*/
|
7 |
class SmartcatConstructionPlugin {
|
8 |
|
9 |
-
const VERSION = '3.
|
10 |
|
11 |
private static $instance;
|
12 |
private $options;
|
@@ -44,7 +44,7 @@ class SmartcatConstructionPlugin {
|
|
44 |
'flickr' => '',
|
45 |
'skype' => '',
|
46 |
'tumblr' => '',
|
47 |
-
'youtube' => '',
|
48 |
'analytics' => '',
|
49 |
);
|
50 |
|
6 |
*/
|
7 |
class SmartcatConstructionPlugin {
|
8 |
|
9 |
+
const VERSION = '3.21';
|
10 |
|
11 |
private static $instance;
|
12 |
private $options;
|
44 |
'flickr' => '',
|
45 |
'skype' => '',
|
46 |
'tumblr' => '',
|
47 |
+
'youtube' => 'http://smartcatdesign.net',
|
48 |
'analytics' => '',
|
49 |
);
|
50 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WP Construction Mode ===
|
2 |
Contributors: smartcat
|
3 |
-
Donate link:
|
4 |
Tags: construction,maintenance,landing,page,admin,under construction,under maintenance,coming soon,administrator,custom message,analytics, client portal, login, password, secure, client, 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.3.1
|
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!
|
1 |
=== WP Construction Mode ===
|
2 |
Contributors: smartcat
|
3 |
+
Donate link: https://smartcatdesign.net/donate
|
4 |
Tags: construction,maintenance,landing,page,admin,under construction,under maintenance,coming soon,administrator,custom message,analytics, client portal, login, password, secure, client, 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.3.1
|
7 |
+
Stable tag: 3.20
|
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.21
|
7 |
Author: SmartCat
|
8 |
Author URI: http://smartcatdesign.net
|
9 |
License: GPL v2
|