Version Description
- Resolved CSS Bug
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
- assets/css/backend.css +0 -1
- output/index.php +9 -11
- readme.txt +4 -1
- site-offline.php +1 -1
assets/css/backend.css
CHANGED
@@ -106,7 +106,6 @@ textarea.pro_text{
|
|
106 |
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
|
107 |
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15) !important;
|
108 |
}
|
109 |
-
/* Added for new*/
|
110 |
.text-and-color-panel .ui-state-default, .text-and-color-panel .ui-widget-content .ui-state-default{
|
111 |
background-color: #fff;
|
112 |
border: 0px solid #c5dbec;
|
106 |
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
|
107 |
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15) !important;
|
108 |
}
|
|
|
109 |
.text-and-color-panel .ui-state-default, .text-and-color-panel .ui-widget-content .ui-state-default{
|
110 |
background-color: #fff;
|
111 |
border: 0px solid #c5dbec;
|
output/index.php
CHANGED
@@ -10,7 +10,7 @@ $sahu_so_seo = unserialize(get_option('sahu_so_seo'));
|
|
10 |
$sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
11 |
?>
|
12 |
<head>
|
13 |
-
|
14 |
META TAGS
|
15 |
===========================-->
|
16 |
<!-- META DATA -->
|
@@ -110,8 +110,6 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
110 |
</head>
|
111 |
<body>
|
112 |
<!-- Loader -->
|
113 |
-
|
114 |
-
|
115 |
<!-- Top content -->
|
116 |
<div class="top-content">
|
117 |
<div class="inner-bg">
|
@@ -196,14 +194,14 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
|
196 |
|
197 |
<!-- Javascript -->
|
198 |
<?php
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
echo "$output\n";
|
208 |
?>
|
209 |
|
10 |
$sahu_so_contact = unserialize(get_option('sahu_so_contact'));
|
11 |
?>
|
12 |
<head>
|
13 |
+
<!--==========================
|
14 |
META TAGS
|
15 |
===========================-->
|
16 |
<!-- META DATA -->
|
110 |
</head>
|
111 |
<body>
|
112 |
<!-- Loader -->
|
|
|
|
|
113 |
<!-- Top content -->
|
114 |
<div class="top-content">
|
115 |
<div class="inner-bg">
|
194 |
|
195 |
<!-- Javascript -->
|
196 |
<?php
|
197 |
+
// Javascript
|
198 |
+
|
199 |
+
$include_url = includes_url();
|
200 |
+
$last = $include_url[strlen( $include_url )-1];
|
201 |
+
if ( $last != '/' ) {
|
202 |
+
$include_url = $include_url . '/';
|
203 |
+
}
|
204 |
+
$output = '<script src="'.$include_url.'js/jquery/jquery.js"></script>';
|
205 |
echo "$output\n";
|
206 |
?>
|
207 |
|
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 |
|
@@ -137,6 +137,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
140 |
= 1.3.0 =
|
141 |
* Resolved Issue regarding CSS
|
142 |
|
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.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
= 1.3.1 =
|
141 |
+
* Resolved CSS Bug
|
142 |
+
|
143 |
= 1.3.0 =
|
144 |
* Resolved Issue regarding CSS
|
145 |
|
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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.3.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
|