Version Description
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.2.8 |
Comparing to | |
See all releases |
Code changes from version 1.2.7 to 1.2.8
- assets/css/backend.css +0 -4
- readme.txt +1 -1
- site-offline.php +1 -1
assets/css/backend.css
CHANGED
@@ -143,8 +143,6 @@ textarea.pro_text{
|
|
143 |
.wp-color-result{
|
144 |
height:24px !important;
|
145 |
}
|
146 |
-
|
147 |
-
|
148 |
/* The CSS */
|
149 |
.sahu-standard-dropdown {
|
150 |
margin: 0;
|
@@ -167,12 +165,10 @@ height:24px !important;
|
|
167 |
line-height:21px !important;
|
168 |
padding-left:5px !important;
|
169 |
}
|
170 |
-
|
171 |
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
|
172 |
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
173 |
select {padding-right:18px}
|
174 |
}
|
175 |
-
|
176 |
.sahu-dropdown {position:relative}
|
177 |
.sahu-dropdown:after {
|
178 |
content: '<>';
|
143 |
.wp-color-result{
|
144 |
height:24px !important;
|
145 |
}
|
|
|
|
|
146 |
/* The CSS */
|
147 |
.sahu-standard-dropdown {
|
148 |
margin: 0;
|
165 |
line-height:21px !important;
|
166 |
padding-left:5px !important;
|
167 |
}
|
|
|
168 |
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
|
169 |
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
170 |
select {padding-right:18px}
|
171 |
}
|
|
|
172 |
.sahu-dropdown {position:relative}
|
173 |
.sahu-dropdown:after {
|
174 |
content: '<>';
|
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.6
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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.6
|
7 |
+
Stable tag: 1.2.8
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
site-offline.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.2.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.freehtmldesigns.com
|