Version Description
- Resolved CSS Bug
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
- readme.txt +3 -1
- site-offline.php +2 -1
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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: 4.9.8
|
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,8 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
136 |
|
137 |
|
138 |
== Changelog ==
|
|
|
|
|
139 |
|
140 |
= 1.3.1 =
|
141 |
* Resolved CSS Bug
|
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: 4.9.8
|
7 |
+
Stable tag: 1.3.2
|
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.2 =
|
140 |
+
* Resolved CSS Bug
|
141 |
|
142 |
= 1.3.1 =
|
143 |
* Resolved CSS Bug
|
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
|
@@ -101,6 +101,7 @@ function sahu_so_admin_bar_button()
|
|
101 |
$sahu_so_status = $sahu_so_dashboard['sahu_so_status'];
|
102 |
if($sahu_so_status=='0') return;
|
103 |
$msg = __('Site Offline Mode Active','');
|
|
|
104 |
// Add Parent Menu
|
105 |
$argsParent=array(
|
106 |
'id' => 'myCustomMenu',
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.3.2
|
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
|
101 |
$sahu_so_status = $sahu_so_dashboard['sahu_so_status'];
|
102 |
if($sahu_so_status=='0') return;
|
103 |
$msg = __('Site Offline Mode Active','');
|
104 |
+
|
105 |
// Add Parent Menu
|
106 |
$argsParent=array(
|
107 |
'id' => 'myCustomMenu',
|