Coming Soon Page & Maintenance Mode by SeedProd - Version 5.0.23

Version Description

  • Tweak - Typos
Download this release

Release Info

Developer seedprod
Plugin Icon 128x128 Coming Soon Page & Maintenance Mode by SeedProd
Version 5.0.23
Comparing to
See all releases

Code changes from version 5.0.22 to 5.0.23

README.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: seedprod, smub
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.9.8
7
- Stable tag: 5.0.22
8
  Text Domain: coming-soon
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -115,6 +115,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
115
  4. Design Page
116
 
117
  == Changelog ==
 
 
 
118
  = 5.0.22 =
119
  * Fixed - Bug with old php versions
120
 
@@ -217,6 +220,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
217
  * Initial Commit
218
 
219
  == Upgrade Notice ==
 
 
 
220
  = 5.0.22 =
221
  * Fixed - Bug with old php versions
222
 
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: 5.0.0
7
+ Stable tag: 5.0.23
8
  Text Domain: coming-soon
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
115
  4. Design Page
116
 
117
  == Changelog ==
118
+ = 5.0.23 =
119
+ * Tweak - Typos
120
+
121
  = 5.0.22 =
122
  * Fixed - Bug with old php versions
123
 
220
  * Initial Commit
221
 
222
  == Upgrade Notice ==
223
+ = 5.0.23 =
224
+ * Tweak - Typos
225
+
226
  = 5.0.22 =
227
  * Fixed - Bug with old php versions
228
 
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.22
7
  * Author: SeedProd
8
  * Author URI: http://www.seedprod.com
9
  * Text Domain: coming-soon
@@ -20,7 +20,7 @@ define( 'SEED_CSP4_SHORTNAME', 'seed_csp4' ); // Used to reference namespace fun
20
  define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
21
  define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
22
  define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
23
- define( 'SEED_CSP4_VERSION', '5.0.22'); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
24
  define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
25
  define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
26
  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.23
7
  * Author: SeedProd
8
  * Author URI: http://www.seedprod.com
9
  * Text Domain: coming-soon
20
  define( 'SEED_CSP4_SLUG', 'coming-soon/coming-soon.php' ); // Used for settings link.
21
  define( 'SEED_CSP4_TEXTDOMAIN', 'coming-soon' ); // Your textdomain
22
  define( 'SEED_CSP4_PLUGIN_NAME', __( 'Coming Soon Page & Maintenance Mode by SeedProd', 'coming-soon' ) ); // Plugin Name shows up on the admin settings screen.
23
+ define( 'SEED_CSP4_VERSION', '5.0.23'); // Plugin Version Number. Recommend you use Semantic Versioning http://semver.org/
24
  define( 'SEED_CSP4_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // Example output: /Applications/MAMP/htdocs/wordpress/wp-content/plugins/seed_csp4/
25
  define( 'SEED_CSP4_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // Example output: http://localhost:8888/wordpress/wp-content/plugins/seed_csp4/
26
  define( 'SEED_CSP4_TABLENAME', 'seed_csp4_subscribers' );
framework/framework.php CHANGED
@@ -374,7 +374,7 @@ class SEED_CSP4_ADMIN
374
  <div id="seed_csp4_header">
375
  <h1>
376
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
377
- Coming Soon Page and Maitenance Mode Lite
378
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
379
  </h1>
380
 
374
  <div id="seed_csp4_header">
375
  <h1>
376
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
377
+ Coming Soon Page and Maintenance Mode Lite
378
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
379
  </h1>
380
 
resources/views/addons.php CHANGED
@@ -2,7 +2,7 @@
2
  <div id="seed_csp4_header">
3
  <h1 style="margin-bottom:20px">
4
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
5
- Coming Soon Page and Maitenance Mode Lite
6
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
7
  </h1>
8
 
2
  <div id="seed_csp4_header">
3
  <h1 style="margin-bottom:20px">
4
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
5
+ Coming Soon Page and Maintenance Mode Lite
6
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
7
  </h1>
8
 
resources/views/header.php CHANGED
@@ -1,7 +1,7 @@
1
  <div id="seed_csp4_header">
2
  <h1>
3
  <img style="width:140px;margin-right:10px;vertical-align: sub;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo-white.png">
4
- Coming Soon Page and Maitenance Mode Lite
5
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
6
  </h1>
7
  <span id="seed_csp4_header_bg" class="dashicons dashicons-chart-area"></span>
1
  <div id="seed_csp4_header">
2
  <h1>
3
  <img style="width:140px;margin-right:10px;vertical-align: sub;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo-white.png">
4
+ Coming Soon Page and Maintenance Mode Lite
5
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
6
  </h1>
7
  <span id="seed_csp4_header_bg" class="dashicons dashicons-chart-area"></span>
resources/views/stockimages.php CHANGED
@@ -2,7 +2,7 @@
2
  <div id="seed_csp4_header">
3
  <h1>
4
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
5
- Coming Soon Page and Maitenance Mode Lite
6
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
7
  </h1>
8
 
2
  <div id="seed_csp4_header">
3
  <h1>
4
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
5
+ Coming Soon Page and Maintenance Mode Lite
6
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
7
  </h1>
8
 
resources/views/subscribers.php CHANGED
@@ -2,7 +2,7 @@
2
  <div id="seed_csp4_header">
3
  <h1 style="margin-bottom: 10px;">
4
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
5
- Coming Soon Page and Maitenance Mode Lite
6
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
7
  </h1>
8
  <h2 class="nav-tab-wrapper" style="padding-left:20px">
2
  <div id="seed_csp4_header">
3
  <h1 style="margin-bottom: 10px;">
4
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
5
+ Coming Soon Page and Maintenance Mode Lite
6
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
7
  </h1>
8
  <h2 class="nav-tab-wrapper" style="padding-left:20px">
resources/views/themes.php CHANGED
@@ -2,7 +2,7 @@
2
  <div id="seed_csp4_header">
3
  <h1>
4
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
5
- Coming Soon Page and Maitenance Mode Lite
6
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
7
  </h1>
8
 
2
  <div id="seed_csp4_header">
3
  <h1>
4
  <img style="width:150px;margin-right:10px;margin-bottom: -2px;vertical-align: text-bottom;" src="<?php echo SEED_CSP4_PLUGIN_URL ?>public/images/seedprod-logo.png">
5
+ Coming Soon Page and Maintenance Mode Lite
6
  <span class="seed_csp4_version" style="font-size: 10px;"> Version <?php echo SEED_CSP4_VERSION; ?></span>
7
  </h1>
8