Version Description
- minor css bug resolved.
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
- assets/images/icon-show.png +0 -0
- backend/content.php +3 -5
- functions/script.php +7 -10
- readme.txt +5 -1
- site-offline.php +1 -1
assets/images/icon-show.png
CHANGED
Binary file
|
backend/content.php
CHANGED
@@ -60,7 +60,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
60 |
padding: 0px 0 23px 0;
|
61 |
}
|
62 |
.wpsm_ac_h_i ul{
|
63 |
-
padding:0px 20px 0px
|
64 |
}
|
65 |
.wpsm_ac_h_i li {
|
66 |
text-align:left;
|
@@ -103,7 +103,7 @@ margin-bottom:10px;
|
|
103 |
|
104 |
<div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/coming-soon-pro/" target="_blank">Buy Coming Soon Pro Now</a><a class="btn btn-success btn-lg " href="https://wpshopmart.com/coming-soon-pro-demo-page/" target="_blank">View Demo</a></div>
|
105 |
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
106 |
-
|
107 |
</div>
|
108 |
<div style="overflow:hidden;display:block;width:100%">
|
109 |
<div class="col-md-3">
|
@@ -162,9 +162,7 @@ margin-bottom:10px;
|
|
162 |
</div>
|
163 |
|
164 |
</div>
|
165 |
-
|
166 |
-
<a href="https://wpshopmart.com/plugins/coming-soon-pro/" target="_blank"><img src="<?php echo SAHU_SO_PLUGIN_URL.'assets/images/offer.jpg'; ?>" style="width:100%" /></a>
|
167 |
-
|
168 |
</div>
|
169 |
<div style="display:block;width:100%;padding-top: 25px;">
|
170 |
<h2 style="padding-left: 32px;
|
60 |
padding: 0px 0 23px 0;
|
61 |
}
|
62 |
.wpsm_ac_h_i ul{
|
63 |
+
padding:0px 20px 0px 20px;
|
64 |
}
|
65 |
.wpsm_ac_h_i li {
|
66 |
text-align:left;
|
103 |
|
104 |
<div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/coming-soon-pro/" target="_blank">Buy Coming Soon Pro Now</a><a class="btn btn-success btn-lg " href="https://wpshopmart.com/coming-soon-pro-demo-page/" target="_blank">View Demo</a></div>
|
105 |
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
106 |
+
<h1 style="color:#fff;font-size:30px;text-transform:uppercase;margin-bottom:20px;">Check Pro version Features</h1>
|
107 |
</div>
|
108 |
<div style="overflow:hidden;display:block;width:100%">
|
109 |
<div class="col-md-3">
|
162 |
</div>
|
163 |
|
164 |
</div>
|
165 |
+
|
|
|
|
|
166 |
</div>
|
167 |
<div style="display:block;width:100%;padding-top: 25px;">
|
168 |
<h2 style="padding-left: 32px;
|
functions/script.php
CHANGED
@@ -47,7 +47,7 @@ function wpsm_siteoff_line_review() {
|
|
47 |
//$load = true;
|
48 |
} else {
|
49 |
// Check if it has been dismissed or not.
|
50 |
-
if ( (isset( $review['dismissed'] ) && ! $review['dismissed']) && (isset( $review['time'] ) && (($review['time'] + (DAY_IN_SECONDS *
|
51 |
$load = true;
|
52 |
}
|
53 |
}
|
@@ -62,16 +62,13 @@ function wpsm_siteoff_line_review() {
|
|
62 |
<div style="float:left;margin-right:10px;margin-bottom:5px;">
|
63 |
<img style="width:100%;width: 100px;height: auto;" src="<?php echo SAHU_SO_PLUGIN_URL.'assets/images/icon-show.png'; ?>" />
|
64 |
</div>
|
65 |
-
|
66 |
-
|
67 |
-
<p style="font-size:18px;">
|
68 |
-
|
69 |
-
|
70 |
-
<a style="color: #fff;background: #
|
71 |
-
<a style="color: #fff;background: #27d63c;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-siteoff-line-dismiss-review-notice wpsm-rate-later" target="_self" rel="noopener"><?php _e( 'No, I am not interested', '' ); ?></a>
|
72 |
-
<a style="color: #fff;background: #31a3dd;padding: 4px 10px 8px 10px;border-radius: 4px;text-decoration: none;" href="#" class="wpsm-siteoff-line-dismiss-review-notice wpsm-rated" target="_self" rel="noopener"><?php _e( 'I already Purchased', '' ); ?></a>
|
73 |
</p>
|
74 |
-
|
75 |
</div>
|
76 |
<script type="text/javascript">
|
77 |
jQuery(document).ready( function($) {
|
47 |
//$load = true;
|
48 |
} else {
|
49 |
// Check if it has been dismissed or not.
|
50 |
+
if ( (isset( $review['dismissed'] ) && ! $review['dismissed']) && (isset( $review['time'] ) && (($review['time'] + (DAY_IN_SECONDS * 2)) <= $time)) ) {
|
51 |
$load = true;
|
52 |
}
|
53 |
}
|
62 |
<div style="float:left;margin-right:10px;margin-bottom:5px;">
|
63 |
<img style="width:100%;width: 100px;height: auto;" src="<?php echo SAHU_SO_PLUGIN_URL.'assets/images/icon-show.png'; ?>" />
|
64 |
</div>
|
65 |
+
<p style="font-size:17px;">'Hi! We saw you have been using <strong>Site Offline plugin</strong> for a few days and wanted to ask for your help to <strong>make the plugin better</strong>.We just need a minute of your time to rate the plugin. Thank you!</p>
|
66 |
+
<p style="font-size:17px;"><strong><?php _e( '~ Chandra Shekhar Sahu', '' ); ?></strong></p>
|
67 |
+
<p style="font-size:18px;">
|
68 |
+
<a style="color: #fff;background: #ef4238;padding: 3px 11px 7px 11px;border-radius: 4px;text-decoration:none" href="https://wordpress.org/support/plugin/site-offline/reviews/?filter=5#new-post" class="wpsm-siteoff-line-dismiss-review-notice wpsm-siteoff-line-review-out" target="_blank" rel="noopener">Rate the plugin</a>
|
69 |
+
<a style="color: #fff;background: #27d63c;padding: 3px 11px 7px 11px;border-radius: 4px;text-decoration:none" href="#" class="wpsm-siteoff-line-dismiss-review-notice wpsm-rate-later" target="_self" rel="noopener"><?php _e( 'Nope, maybe later', '' ); ?></a>
|
70 |
+
<a style="color: #fff;background: #31a3dd;padding: 3px 11px 7px 11px;border-radius: 4px;text-decoration:none" href="#" class="wpsm-siteoff-line-dismiss-review-notice wpsm-rated" target="_self" rel="noopener"><?php _e( 'I already did', '' ); ?></a>
|
|
|
|
|
71 |
</p>
|
|
|
72 |
</div>
|
73 |
<script type="text/javascript">
|
74 |
jQuery(document).ready( function($) {
|
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.1
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -137,6 +137,10 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
|
|
140 |
= 1.2.3 =
|
141 |
* Compatible with wordpress 4.9.1
|
142 |
* updated notice message
|
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.1
|
7 |
+
Stable tag: 1.2.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
|
141 |
+
= 1.2.4 =
|
142 |
+
* minor css bug resolved.
|
143 |
+
|
144 |
= 1.2.3 =
|
145 |
* Compatible with wordpress 4.9.1
|
146 |
* updated notice message
|
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.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
|