Version Description
- Compatible with wordpress 4.8
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.1.8 |
Comparing to | |
See all releases |
Code changes from version 1.1.7 to 1.1.8
- readme.txt +6 -3
- site-offline.php +2 -3
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: chandrashekharsahu
|
3 |
Donate link: http://fokatdeal.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:
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -124,6 +124,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
124 |
|
125 |
== Changelog ==
|
126 |
|
|
|
|
|
|
|
127 |
= 1.1.7 =
|
128 |
* Resolved Notice Button Issue
|
129 |
|
2 |
Contributors: chandrashekharsahu
|
3 |
Donate link: http://fokatdeal.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.8
|
7 |
+
Stable tag: 1.1.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= 1.1.8 =
|
128 |
+
* Compatible with wordpress 4.8
|
129 |
+
|
130 |
= 1.1.7 =
|
131 |
* Resolved Notice Button Issue
|
132 |
|
site-offline.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.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.fokatdeal.com
|
@@ -18,7 +18,7 @@ function sahu_so_language_translation() {
|
|
18 |
load_plugin_textdomain( SAHU_SO_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/language/' );
|
19 |
}
|
20 |
|
21 |
-
### Default Data
|
22 |
register_activation_hook( __FILE__, 'sahu_so_dd' );
|
23 |
function sahu_so_dd()
|
24 |
{
|
@@ -79,7 +79,6 @@ function sahu_so_launch()
|
|
79 |
}
|
80 |
}
|
81 |
|
82 |
-
|
83 |
}
|
84 |
add_action( 'template_redirect', 'sahu_so_launch' );
|
85 |
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.1.8
|
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.fokatdeal.com
|
18 |
load_plugin_textdomain( SAHU_SO_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/language/' );
|
19 |
}
|
20 |
|
21 |
+
### Default Data ###
|
22 |
register_activation_hook( __FILE__, 'sahu_so_dd' );
|
23 |
function sahu_so_dd()
|
24 |
{
|
79 |
}
|
80 |
}
|
81 |
|
|
|
82 |
}
|
83 |
add_action( 'template_redirect', 'sahu_so_launch' );
|
84 |
|