Site Offline Or Coming Soon Or Maintenance Mode - Version 1.4.1

Version Description

*compatible with 5.3.2 * help comment added

Download this release

Release Info

Developer chandrashekharsahu
Plugin Icon 128x128 Site Offline Or Coming Soon Or Maintenance Mode
Version 1.4.1
Comparing to
See all releases

Code changes from version 1.4.0 to 1.4.1

Files changed (2) hide show
  1. readme.txt +6 -4
  2. site-offline.php +2 -1
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.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,8 +136,10 @@ Please use WordPress support forum to ask any query regarding any issue.
136
 
137
 
138
  == Changelog ==
139
- = 1.4.0 =
140
- *compatible with 5.3
 
 
141
 
142
  = 1.3.9 =
143
  *compatible with 5.2.4
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.2
7
+ Stable tag: 1.4.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
136
 
137
 
138
  == Changelog ==
139
+
140
+ = 1.4.1 =
141
+ *compatible with 5.3.2
142
+ * help comment added
143
 
144
  = 1.3.9 =
145
  *compatible with 5.2.4
site-offline.php CHANGED
@@ -1,7 +1,7 @@
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
@@ -44,6 +44,7 @@ function sahu_site_offline_content()
44
  require_once('backend/content.php');
45
  }
46
 
 
47
  function sahu_so_launch()
48
  {
49
  $sahu_so_dashboard = unserialize(get_option('sahu_so_dashboard'));
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
+ * Version: 1.4.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
44
  require_once('backend/content.php');
45
  }
46
 
47
+ // site offline mode function
48
  function sahu_so_launch()
49
  {
50
  $sahu_so_dashboard = unserialize(get_option('sahu_so_dashboard'));