Version Description
Download this release
Release Info
Developer | seedprod |
Plugin | Coming Soon Page & Maintenance Mode by SeedProd |
Version | 5.0.7 |
Comparing to | |
See all releases |
Code changes from version 5.0.6 to 5.0.7
- README.txt +2 -2
- coming-soon.php +2 -2
- framework/framework.php +3 -3
- framework/review.php +1 -1
README.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: seedprod
|
|
3 |
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.7.
|
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
|
3 |
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.7.2
|
7 |
+
Stable tag: 5.0.7
|
8 |
Text Domain: coming-soon
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
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.7
|
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.7'); // 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/framework.php
CHANGED
@@ -321,9 +321,9 @@ class SEED_CSP4_ADMIN
|
|
321 |
<br><br> -->
|
322 |
|
323 |
|
324 |
-
<div class="postbox " style="background-color:#FAE6A4;color:#
|
325 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
326 |
-
<h3 class="hndle" style="color:#fff !important;border-color:#
|
327 |
<div class="inside">
|
328 |
<div class="support-widget">
|
329 |
<!-- <p>
|
@@ -345,7 +345,7 @@ class SEED_CSP4_ADMIN
|
|
345 |
|
346 |
<li><i class="fa fa-check"></i> <strong>Give clients Instant Access with a Bypass Link
|
347 |
</strong></li>
|
348 |
-
<li><hr style=" border-top: 1px solid #
|
349 |
<li><strong>Plus lots more!</strong></li>
|
350 |
</ul>
|
351 |
<p>
|
321 |
<br><br> -->
|
322 |
|
323 |
|
324 |
+
<div class="postbox " style="background-color:#FAE6A4;color:#333 !important; border-color:#333 !important">
|
325 |
<div class="handlediv" title="Click to toggle"><br /></div>
|
326 |
+
<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>
|
327 |
<div class="inside">
|
328 |
<div class="support-widget">
|
329 |
<!-- <p>
|
345 |
|
346 |
<li><i class="fa fa-check"></i> <strong>Give clients Instant Access with a Bypass Link
|
347 |
</strong></li>
|
348 |
+
<li><hr style=" border-top: 1px solid #333; border-bottom: none"></li>
|
349 |
<li><strong>Plus lots more!</strong></li>
|
350 |
</ul>
|
351 |
<p>
|
framework/review.php
CHANGED
@@ -18,7 +18,7 @@ function seed_csp4_admin_footer( $text ) {
|
|
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.
|
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.
|