Version Description
*compatible with 5.2
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.3.7 |
Comparing to | |
See all releases |
Code changes from version 1.3.6 to 1.3.7
- output/index.php +2 -2
- readme.txt +5 -2
- site-offline.php +1 -2
output/index.php
CHANGED
@@ -37,7 +37,7 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
37 |
<link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/style.css'; ?>" />
|
38 |
<link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/media-queries.css'; ?>" />
|
39 |
|
40 |
-
<!-- Favicon
|
41 |
<link rel="shortcut icon" href="<?php echo $sahu_so_seo['sahu_so_favicon']; ?>">
|
42 |
|
43 |
<style>
|
@@ -106,7 +106,7 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
106 |
</style>
|
107 |
|
108 |
|
109 |
-
|
110 |
</head>
|
111 |
<body>
|
112 |
<!-- Loader -->
|
37 |
<link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/style.css'; ?>" />
|
38 |
<link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/media-queries.css'; ?>" />
|
39 |
|
40 |
+
<!-- Favicon & touch icons -->
|
41 |
<link rel="shortcut icon" href="<?php echo $sahu_so_seo['sahu_so_favicon']; ?>">
|
42 |
|
43 |
<style>
|
106 |
</style>
|
107 |
|
108 |
|
109 |
+
<?php echo $sahu_so_seo['sahu_so_seo_analytiso']; ?>
|
110 |
</head>
|
111 |
<body>
|
112 |
<!-- Loader -->
|
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
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 1.3.
|
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.6 =
|
140 |
*compatible with 5.1.1
|
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
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.2
|
7 |
+
Stable tag: 1.3.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
136 |
|
137 |
|
138 |
== Changelog ==
|
139 |
+
= 1.3.7 =
|
140 |
+
*compatible with 5.2
|
141 |
+
|
142 |
= 1.3.6 =
|
143 |
*compatible with 5.1.1
|
144 |
|
site-offline.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.3.
|
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
|
@@ -28,7 +28,6 @@ function sahu_so_dd()
|
|
28 |
// Site Offline Menu Page
|
29 |
add_action('admin_menu','sahu_site_offline_wp_menu');
|
30 |
|
31 |
-
|
32 |
function sahu_site_offline_wp_menu()
|
33 |
{
|
34 |
//plugin menu name for Site Offline plugin
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.3.7
|
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
|
28 |
// Site Offline Menu Page
|
29 |
add_action('admin_menu','sahu_site_offline_wp_menu');
|
30 |
|
|
|
31 |
function sahu_site_offline_wp_menu()
|
32 |
{
|
33 |
//plugin menu name for Site Offline plugin
|