Version Description
*compatible with 5.4.1
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- backend/sidebar.php +0 -2
- readme.txt +4 -2
- site-offline.php +1 -2
backend/sidebar.php
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
|
4 |
?>
|
5 |
-
|
6 |
-
|
7 |
<div class="panel panel-default" style="border:2px solid #525052;">
|
8 |
<div class="panel-heading" role="tab" id="headingOne">
|
9 |
<h4 class="panel-title">
|
2 |
if ( ! defined( 'ABSPATH' ) ) exit;
|
3 |
|
4 |
?>
|
|
|
|
|
5 |
<div class="panel panel-default" style="border:2px solid #525052;">
|
6 |
<div class="panel-heading" role="tab" id="headingOne">
|
7 |
<h4 class="panel-title">
|
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.
|
7 |
-
Stable tag: 1.4.
|
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.4.1 =
|
141 |
*compatible with 5.3.2
|
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.4.1
|
7 |
+
Stable tag: 1.4.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.4.2 =
|
140 |
+
*compatible with 5.4.1
|
141 |
|
142 |
= 1.4.1 =
|
143 |
*compatible with 5.3.2
|
site-offline.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.4.
|
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
|
@@ -17,7 +17,6 @@ add_action('plugins_loaded', 'sahu_so_language_translation');
|
|
17 |
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()
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.4.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
|
17 |
function sahu_so_language_translation() {
|
18 |
load_plugin_textdomain( SAHU_SO_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/language/' );
|
19 |
}
|
|
|
20 |
## Default Data ##
|
21 |
register_activation_hook( __FILE__, 'sahu_so_dd' );
|
22 |
function sahu_so_dd()
|