Version Description
*compatible with 5.0.1
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.3.4 to 1.3.5
- output/assets/css/animate.css +0 -1
- readme.txt +5 -2
- site-offline.php +2 -3
output/assets/css/animate.css
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
@charset "UTF-8";/*!
|
2 |
Animate.css - http://daneden.me/animate
|
3 |
Licensed under the MIT license
|
4 |
-
|
5 |
Copyright (c) 2013 Daniel Eden
|
6 |
|
7 |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
1 |
@charset "UTF-8";/*!
|
2 |
Animate.css - http://daneden.me/animate
|
3 |
Licensed under the MIT license
|
|
|
4 |
Copyright (c) 2013 Daniel Eden
|
5 |
|
6 |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
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.0.
|
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.4 =
|
140 |
*compatible with 5.0.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.0.3
|
7 |
+
Stable tag: 1.3.5
|
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.5 =
|
140 |
+
*compatible with 5.0.1
|
141 |
+
|
142 |
= 1.3.4 =
|
143 |
*compatible with 5.0.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
|
@@ -51,11 +51,10 @@ function sahu_so_launch()
|
|
51 |
|
52 |
if($sahu_so_status=="1")
|
53 |
{
|
54 |
-
// Exit if
|
55 |
if(preg_match("/login|admin|dashboard|account/i",$_SERVER['REQUEST_URI']) > 0 ){
|
56 |
return false;
|
57 |
}
|
58 |
-
|
59 |
// Check if user is logged in.
|
60 |
if (!is_user_logged_in())
|
61 |
{
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.3.5
|
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
|
51 |
|
52 |
if($sahu_so_status=="1")
|
53 |
{
|
54 |
+
// Exit if any custom login page
|
55 |
if(preg_match("/login|admin|dashboard|account/i",$_SERVER['REQUEST_URI']) > 0 ){
|
56 |
return false;
|
57 |
}
|
|
|
58 |
// Check if user is logged in.
|
59 |
if (!is_user_logged_in())
|
60 |
{
|