Version Description
- Added Review Request
Download this release
Release Info
Developer | seedprod |
Plugin | Coming Soon Page & Maintenance Mode by SeedProd |
Version | 5.0.12 |
Comparing to | |
See all releases |
Code changes from version 5.0.11 to 5.0.12
- README.txt +13 -1
- coming-soon.php +2 -2
- framework/coming-soon-pro-sidebar.png +0 -0
- framework/framework.php +22 -21
- framework/getting-started-banner.png +0 -0
- framework/review.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.seedprod.com
|
|
4 |
Tags: maintenance mode, coming soon page, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, under construction page, landing page
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.8.1
|
7 |
-
Stable tag: 5.0.
|
8 |
Text Domain: coming-soon
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -113,6 +113,12 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
|
|
113 |
4. Design Page
|
114 |
|
115 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
= 5.0.10 =
|
117 |
* Added the ability to make the bg image stay contained within the browser window.
|
118 |
|
@@ -182,6 +188,12 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
|
|
182 |
* Initial Commit
|
183 |
|
184 |
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
= 5.0.10 =
|
186 |
* Added the ability to make the bg image stay contained within the browser window.
|
187 |
|
4 |
Tags: maintenance mode, coming soon page, coming soon, under construction, launch page, launch, maintenance, construction, offline, unavailable, under construction page, landing page
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 4.8.1
|
7 |
+
Stable tag: 5.0.12
|
8 |
Text Domain: coming-soon
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
113 |
4. Design Page
|
114 |
|
115 |
== Changelog ==
|
116 |
+
= 5.0.12 =
|
117 |
+
* Added Review Request
|
118 |
+
|
119 |
+
= 5.0.11 =
|
120 |
+
* Removed blog feed from sidebar and change out images
|
121 |
+
|
122 |
= 5.0.10 =
|
123 |
* Added the ability to make the bg image stay contained within the browser window.
|
124 |
|
188 |
* Initial Commit
|
189 |
|
190 |
== Upgrade Notice ==
|
191 |
+
= 5.0.12 =
|
192 |
+
* Added Review Request
|
193 |
+
|
194 |
+
= 5.0.11 =
|
195 |
+
* Removed blog feed from sidebar and change out images
|
196 |
+
|
197 |
= 5.0.10 =
|
198 |
* Added the ability to make the bg image stay contained within the browser window.
|
199 |
|
coming-soon.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Coming Soon Page & Maintenance Mode by SeedProd
|
4 |
* Plugin URI: http://www.seedprod.com
|
5 |
* Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
|
6 |
-
* Version: 5.0.
|
7 |
* Author: SeedProd
|
8 |
* Author URI: http://www.seedprod.com
|
9 |
* Text Domain: coming-soon
|
@@ -21,7 +21,7 @@ define( 'SEED_CSP4_SHORTNAME', 'seed_csp4' ); // Used to reference namespace fun
|
|
21 |
define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
|
22 |
define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
|
23 |
define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
|
24 |
-
define( 'SEED_CSP4_VERSION', '5.0.
|
25 |
define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
|
26 |
define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
|
27 |
define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
|
3 |
* Plugin Name: Coming Soon Page & Maintenance Mode by SeedProd
|
4 |
* Plugin URI: http://www.seedprod.com
|
5 |
* Description: The #1 Coming Soon Page, Under Construction & Maintenance Mode plugin for WordPress.
|
6 |
+
* Version: 5.0.12
|
7 |
* Author: SeedProd
|
8 |
* Author URI: http://www.seedprod.com
|
9 |
* Text Domain: coming-soon
|
21 |
define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
|
22 |
define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
|
23 |
define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
|
24 |
+
define( 'SEED_CSP4_VERSION', '5.0.12'); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
|
25 |
define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
|
26 |
define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
|
27 |
define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
|
framework/coming-soon-pro-sidebar.png
CHANGED
Binary file
|
framework/framework.php
CHANGED
@@ -187,7 +187,7 @@ class SEED_CSP4_ADMIN
|
|
187 |
}
|
188 |
echo '<a class="nav-tab seed_csp4-preview thickbox-preview" target="_blank" href="'.home_url().'?cs_preview=true&TB_iframe=true&width=640&height=632" title="'.__('← Close Window','coming-soon').'"><i class="fa fa-external-link"></i> '.__('Live Preview','coming-soon').'</a>';
|
189 |
if(defined('SEED_CSP_API_KEY') === false){
|
190 |
-
echo '<a class="nav-tab seed_csp4-support" style="background-color: #444;color: #fff" href="https://www.seedprod.com/ultimate-coming-soon-page-vs-coming-soon-pro/?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-link-in-plugin" target="_blank"><i class="fa fa-
|
191 |
//echo '<a class="nav-tab seed_csp4-support" style="background-color: #444;color: #fff" href="http://testdrive.seedprod.com?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-link-in-plugin" target="_blank"><i class="fa fa-bolt"></i> '.__('Try the Pro Version for Free','coming-soon').'</a>';
|
192 |
}
|
193 |
echo '</h2>';
|
@@ -304,7 +304,7 @@ class SEED_CSP4_ADMIN
|
|
304 |
<div id="postbox-container-1" class="postbox-container">
|
305 |
<div id="side-sortables" class="meta-box-sortables ui-sortable">
|
306 |
|
307 |
-
|
308 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
309 |
<h3 class="hndle"><span><i class="fa fa-rocket"></i> <?php _e('Getting Started Video - 60 sec', 'coming-soon') ?></span></h3>
|
310 |
<div class="inside">
|
@@ -312,25 +312,23 @@ class SEED_CSP4_ADMIN
|
|
312 |
<iframe width="250" height="188" src="https://www.youtube.com/embed/hcY0M0IYcAE" frameborder="0" allowfullscreen></iframe>
|
313 |
</div>
|
314 |
</div>
|
315 |
-
</div>
|
316 |
|
317 |
|
318 |
-
|
|
|
319 |
|
320 |
|
321 |
-
|
322 |
-
<br><br>
|
323 |
|
324 |
|
325 |
-
|
326 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
327 |
<h3 class="hndle" style="color:#fff !important;border-color:#333 !important; background-color:#333"><span><i class="fa fa-star"></i> <?php _e('Yo-Yo-Yo, Why Go Pro?', 'coming-soon') ?></span></h3>
|
328 |
<div class="inside">
|
329 |
<div class="support-widget">
|
330 |
-
|
331 |
-
<?php _e("I'd love for you to check out what's in the Pro Version with this video Walk Through.",'coming-soon') ?>
|
332 |
-
</p> -->
|
333 |
-
<!-- <iframe width="250" height="188" src="https://www.youtube.com/embed/aMSPV4iY6Tc?rel=0" frameborder="0" allowfullscreen=""></iframe> -->
|
334 |
<ul>
|
335 |
|
336 |
<li><i class="fa fa-check"></i> <strong>Realtime Page Customizer</strong></li>
|
@@ -355,20 +353,23 @@ class SEED_CSP4_ADMIN
|
|
355 |
|
356 |
</div>
|
357 |
</div>
|
358 |
-
</div>
|
359 |
|
360 |
<div class="postbox ">
|
361 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
362 |
-
|
363 |
<div class="inside">
|
364 |
<div class="support-widget">
|
365 |
-
|
366 |
-
|
|
|
367 |
</p>
|
368 |
-
|
369 |
-
|
370 |
-
<
|
371 |
-
|
|
|
|
|
372 |
|
373 |
</div>
|
374 |
</div>
|
@@ -392,7 +393,7 @@ class SEED_CSP4_ADMIN
|
|
392 |
|
393 |
|
394 |
|
395 |
-
|
396 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
397 |
<h3 class="hndle"><span><i class="fa fa-wordpress"></i> <?php _e('SeedProd Blog', 'ultimate-coming-soon-page') ?></span></h3>
|
398 |
<div class="inside">
|
@@ -413,7 +414,7 @@ class SEED_CSP4_ADMIN
|
|
413 |
</ul>
|
414 |
</div>
|
415 |
</div>
|
416 |
-
</div>
|
417 |
|
418 |
</div>
|
419 |
</div>
|
187 |
}
|
188 |
echo '<a class="nav-tab seed_csp4-preview thickbox-preview" target="_blank" href="'.home_url().'?cs_preview=true&TB_iframe=true&width=640&height=632" title="'.__('← Close Window','coming-soon').'"><i class="fa fa-external-link"></i> '.__('Live Preview','coming-soon').'</a>';
|
189 |
if(defined('SEED_CSP_API_KEY') === false){
|
190 |
+
echo '<a class="nav-tab seed_csp4-support" style="background-color: #444;color: #fff" href="https://www.seedprod.com/ultimate-coming-soon-page-vs-coming-soon-pro/?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-link-in-plugin" target="_blank"><i class="fa fa-bolt"></i> '.__('Upgrade to Pro for More Features','coming-soon').'</a>';
|
191 |
//echo '<a class="nav-tab seed_csp4-support" style="background-color: #444;color: #fff" href="http://testdrive.seedprod.com?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-link-in-plugin" target="_blank"><i class="fa fa-bolt"></i> '.__('Try the Pro Version for Free','coming-soon').'</a>';
|
192 |
}
|
193 |
echo '</h2>';
|
304 |
<div id="postbox-container-1" class="postbox-container">
|
305 |
<div id="side-sortables" class="meta-box-sortables ui-sortable">
|
306 |
|
307 |
+
<!-- <div class="postbox ">
|
308 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
309 |
<h3 class="hndle"><span><i class="fa fa-rocket"></i> <?php _e('Getting Started Video - 60 sec', 'coming-soon') ?></span></h3>
|
310 |
<div class="inside">
|
312 |
<iframe width="250" height="188" src="https://www.youtube.com/embed/hcY0M0IYcAE" frameborder="0" allowfullscreen></iframe>
|
313 |
</div>
|
314 |
</div>
|
315 |
+
</div> -->
|
316 |
|
317 |
|
318 |
+
<a style="border:1px solid #ddd;display:inline-block;" href="https://www.seedprod.com/landing/coming-soon-page-getting-started-video/?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-banner-in-plugin" target="_blank"><img src="<?php echo SEED_CSP4_PLUGIN_URL; ?>framework/getting-started-banner.png" /></a>
|
319 |
+
<br><br>
|
320 |
|
321 |
|
322 |
+
<a style="border:1px solid #ddd;display:inline-block;" href="https://www.seedprod.com/ultimate-coming-soon-page-vs-coming-soon-pro/?utm_source=coming-soon-plugin&utm_medium=banner&utm_campaign=coming-soon-banner-in-plugin" target="_blank"><img src="<?php echo SEED_CSP4_PLUGIN_URL; ?>framework/coming-soon-pro-sidebar.png" /></a>
|
323 |
+
<br><br>
|
324 |
|
325 |
|
326 |
+
<!-- <div class="postbox " style="background-color:#FAE6A4;color:#333 !important; border-color:#333 !important">
|
327 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
328 |
<h3 class="hndle" style="color:#fff !important;border-color:#333 !important; background-color:#333"><span><i class="fa fa-star"></i> <?php _e('Yo-Yo-Yo, Why Go Pro?', 'coming-soon') ?></span></h3>
|
329 |
<div class="inside">
|
330 |
<div class="support-widget">
|
331 |
+
|
|
|
|
|
|
|
332 |
<ul>
|
333 |
|
334 |
<li><i class="fa fa-check"></i> <strong>Realtime Page Customizer</strong></li>
|
353 |
|
354 |
</div>
|
355 |
</div>
|
356 |
+
</div> -->
|
357 |
|
358 |
<div class="postbox ">
|
359 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
360 |
+
|
361 |
<div class="inside">
|
362 |
<div class="support-widget">
|
363 |
+
|
364 |
+
<p style="text-align: center;margin-bottom:0"><a href="https://wordpress.org/support/plugin/coming-soon" target="_blank"><?php _e('Got a Support Question', 'coming-soon') ?></a> <i class="fa fa-question-circle" aria-hidden="true"></i>
|
365 |
+
<!-- <li>» <a href="http://support.seedprod.com/article/83-how-to-clear-wp-super-caches-cache" target="_blank"><?php _e('Common Caching Issues Resolutions', 'coming-soon') ?></a></li> -->
|
366 |
</p>
|
367 |
+
<!-- <p style="text-align: center; margin-top:0">
|
368 |
+
|
369 |
+
<a style="display:inline-block" href="https://wordpress.org/support/plugin/coming-soon/reviews/?filter=5#new-post">Please Rate this Plugin to show your Support!</a> <i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i></p> -->
|
370 |
+
|
371 |
+
|
372 |
+
|
373 |
|
374 |
</div>
|
375 |
</div>
|
393 |
|
394 |
|
395 |
|
396 |
+
<!-- <div class="postbox rss-postbox">
|
397 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
398 |
<h3 class="hndle"><span><i class="fa fa-wordpress"></i> <?php _e('SeedProd Blog', 'ultimate-coming-soon-page') ?></span></h3>
|
399 |
<div class="inside">
|
414 |
</ul>
|
415 |
</div>
|
416 |
</div>
|
417 |
+
</div> -->
|
418 |
|
419 |
</div>
|
420 |
</div>
|
framework/getting-started-banner.png
ADDED
Binary file
|
framework/review.php
CHANGED
@@ -18,7 +18,7 @@ function seed_csp4_admin_footer( $text ) {
|
|
18 |
return $text;
|
19 |
}
|
20 |
|
21 |
-
|
22 |
function seed_csp4_review() {
|
23 |
|
24 |
// Verify that we can do a check for reviews.
|
18 |
return $text;
|
19 |
}
|
20 |
|
21 |
+
add_action( 'admin_notices', 'seed_csp4_review' );
|
22 |
function seed_csp4_review() {
|
23 |
|
24 |
// Verify that we can do a check for reviews.
|