Version Description
*compatible with 5.3
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.4.0 |
Comparing to | |
See all releases |
Code changes from version 1.3.9 to 1.4.0
- backend/social.php +24 -24
- output/index.php +3 -3
- readme.txt +5 -2
- site-offline.php +1 -1
backend/social.php
CHANGED
@@ -3,32 +3,32 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
3 |
$sahu_so_social = unserialize(get_option('sahu_so_social'));
|
4 |
?>
|
5 |
<table class="form-table">
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
|
13 |
-
<input type="text" class="pro_text" id="sahu_so_fb" name="sahu_so_fb" placeholder="<?php _e('Enter Facebook profile url','SAHU_SO_TEXT_DOMAIN'); ?>" size="56" value="<?php echo $sahu_so_social['sahu_so_fb']; ?>" />
|
14 |
-
<span style="color: #8e8e8e;"> Note : enter complete profile url with "http://" example : https://www.facebook.com/sahufb/</span>
|
15 |
-
|
16 |
-
</td>
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
</
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
25 |
|
26 |
-
<input type="text" class="pro_text" id="sahu_so_twit" name="sahu_so_twit" placeholder="<?php _e('Enter Twitter profile url','SAHU_SO_TEXT_DOMAIN'); ?>" size="56" value="<?php echo $sahu_so_social['sahu_so_twit']; ?>" />
|
27 |
-
<span style="color: #8e8e8e;">Note : enter complete profile url with "http://" example :https://twitter.com/sahu1</span>
|
28 |
-
|
29 |
-
</td>
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
<tr>
|
34 |
<th><?php _e('LinkedIn','SAHU_SO_TEXT_DOMAIN'); ?></th>
|
@@ -39,7 +39,7 @@ $sahu_so_social = unserialize(get_option('sahu_so_social'));
|
|
39 |
|
40 |
<input type="text" class="pro_text" id="sahu_so_ln" name="sahu_so_ln" placeholder="<?php _e('Enter LinkedIn profile url','SAHU_SO_TEXT_DOMAIN'); ?>" size="56" value="<?php echo $sahu_so_social['sahu_so_ln']; ?>" />
|
41 |
|
42 |
-
<span style="color: #8e8e8e;">Note :
|
43 |
</td>
|
44 |
|
45 |
</tr>
|
@@ -52,7 +52,7 @@ $sahu_so_social = unserialize(get_option('sahu_so_social'));
|
|
52 |
|
53 |
|
54 |
<input type="text" class="pro_text" id="sahu_so_gp" name="sahu_so_gp" placeholder="<?php _e('Enter Instagram profile url ','SAHU_SO_TEXT_DOMAIN'); ?>" size="56" value="<?php echo $sahu_so_social['sahu_so_gp']; ?>" />
|
55 |
-
<span style="color: #8e8e8e;">Note :
|
56 |
|
57 |
</td>
|
58 |
|
3 |
$sahu_so_social = unserialize(get_option('sahu_so_social'));
|
4 |
?>
|
5 |
<table class="form-table">
|
6 |
+
<tr>
|
7 |
+
<th><?php _e('Facbook','SAHU_SO_TEXT_DOMAIN'); ?></th>
|
8 |
+
</tr>
|
9 |
+
<tr class="radio-span" >
|
10 |
+
<td>
|
|
|
11 |
|
|
|
|
|
|
|
|
|
12 |
|
13 |
+
<input type="text" class="pro_text" id="sahu_so_fb" name="sahu_so_fb" placeholder="<?php _e('Enter Facebook profile url','SAHU_SO_TEXT_DOMAIN'); ?>" size="56" value="<?php echo $sahu_so_social['sahu_so_fb']; ?>" />
|
14 |
+
<span style="color: #8e8e8e;"> Note : Enter complete profile url with "http://" example : https://www.facebook.com/sahufb/</span>
|
15 |
+
|
16 |
+
</td>
|
17 |
+
|
18 |
+
</tr>
|
19 |
+
<tr>
|
20 |
+
<th><?php _e('Twitter','SAHU_SO_TEXT_DOMAIN'); ?></th>
|
21 |
+
</tr>
|
22 |
+
<tr class="radio-span" >
|
23 |
+
<td>
|
24 |
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
<input type="text" class="pro_text" id="sahu_so_twit" name="sahu_so_twit" placeholder="<?php _e('Enter Twitter profile url','SAHU_SO_TEXT_DOMAIN'); ?>" size="56" value="<?php echo $sahu_so_social['sahu_so_twit']; ?>" />
|
27 |
+
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" example :https://twitter.com/sahu1</span>
|
28 |
+
|
29 |
+
</td>
|
30 |
+
|
31 |
+
</tr>
|
32 |
|
33 |
<tr>
|
34 |
<th><?php _e('LinkedIn','SAHU_SO_TEXT_DOMAIN'); ?></th>
|
39 |
|
40 |
<input type="text" class="pro_text" id="sahu_so_ln" name="sahu_so_ln" placeholder="<?php _e('Enter LinkedIn profile url','SAHU_SO_TEXT_DOMAIN'); ?>" size="56" value="<?php echo $sahu_so_social['sahu_so_ln']; ?>" />
|
41 |
|
42 |
+
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" example : https://www.linkedin.com/</span>
|
43 |
</td>
|
44 |
|
45 |
</tr>
|
52 |
|
53 |
|
54 |
<input type="text" class="pro_text" id="sahu_so_gp" name="sahu_so_gp" placeholder="<?php _e('Enter Instagram profile url ','SAHU_SO_TEXT_DOMAIN'); ?>" size="56" value="<?php echo $sahu_so_social['sahu_so_gp']; ?>" />
|
55 |
+
<span style="color: #8e8e8e;">Note : Enter complete profile url with "http://" </span>
|
56 |
|
57 |
</td>
|
58 |
|
output/index.php
CHANGED
@@ -10,9 +10,9 @@ $sahu_so_seo = unserialize(get_option('sahu_so_seo'));
|
|
10 |
$sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
11 |
?>
|
12 |
<head>
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
<!-- META DATA -->
|
17 |
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
18 |
<meta charset="utf-8">
|
10 |
$sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
11 |
?>
|
12 |
<head>
|
13 |
+
<!--==========================
|
14 |
+
META TAGS
|
15 |
+
===========================-->
|
16 |
<!-- META DATA -->
|
17 |
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
18 |
<meta charset="utf-8">
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: chandrashekharsahu
|
|
3 |
Donate link: http://www.freehtmldesigns.com
|
4 |
Tags: admin, coming soon, coming soon page, coming soon wp, coming soon wordPress plugin, construction, countdown timer, email, gmail, landing page, launch, launch page, maintenance, maintenance mode, message, newsletter, notify, offline, offline mode, offline, page, preview, site offline, site is offline, website offline, subscriber, ultimate coming soon page, ultimate landing page, unavailable, under construction, underconstruction, under construction page, wordpress coming soon, wordpress landing page, wordpress maintenance mode, wordpress maintenance mode plugin, wordpress under construction, wordpress under construction page, coming soon countdown
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -136,6 +136,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
136 |
|
137 |
|
138 |
== Changelog ==
|
|
|
|
|
|
|
139 |
= 1.3.9 =
|
140 |
*compatible with 5.2.4
|
141 |
|
3 |
Donate link: http://www.freehtmldesigns.com
|
4 |
Tags: admin, coming soon, coming soon page, coming soon wp, coming soon wordPress plugin, construction, countdown timer, email, gmail, landing page, launch, launch page, maintenance, maintenance mode, message, newsletter, notify, offline, offline mode, offline, page, preview, site offline, site is offline, website offline, subscriber, ultimate coming soon page, ultimate landing page, unavailable, under construction, underconstruction, under construction page, wordpress coming soon, wordpress landing page, wordpress maintenance mode, wordpress maintenance mode plugin, wordpress under construction, wordpress under construction page, coming soon countdown
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.3
|
7 |
+
Stable tag: 1.4.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
136 |
|
137 |
|
138 |
== Changelog ==
|
139 |
+
= 1.4.0 =
|
140 |
+
*compatible with 5.3
|
141 |
+
|
142 |
= 1.3.9 =
|
143 |
*compatible with 5.2.4
|
144 |
|
site-offline.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.
|
5 |
* Description: Site Offline plugin manage your WordPress website when it's under construction or maintenance mode or coming soon.
|
6 |
* Author: Chandra Shekhar Sahu
|
7 |
* Author URI: http://www.freehtmldesigns.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.4.0
|
5 |
* Description: Site Offline plugin manage your WordPress website when it's under construction or maintenance mode or coming soon.
|
6 |
* Author: Chandra Shekhar Sahu
|
7 |
* Author URI: http://www.freehtmldesigns.com
|