Coming Soon Page & Maintenance Mode by SeedProd - Version 5.0.16

Version Description

  • Removed php warning notice of depreciated function
Download this release

Release Info

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

Code changes from version 5.0.15 to 5.0.16

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.9.0
7
- Stable tag: 5.0.15
8
  Text Domain: coming-soon
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -116,6 +116,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
116
  4. Design Page
117
 
118
  == Changelog ==
 
 
 
119
  = 5.0.15 =
120
  * Changed text on credit and added and tweaked inline optin for free bg images.
121
 
@@ -197,6 +200,9 @@ This is always a caching issue. Go to the caching plugin's setting page and clea
197
  * Initial Commit
198
 
199
  == Upgrade Notice ==
 
 
 
200
  = 5.0.15 =
201
  * Changed text on credit and added and tweaked inline optin for free bg images.
202
 
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.0
7
+ Stable tag: 5.0.16
8
  Text Domain: coming-soon
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
116
  4. Design Page
117
 
118
  == Changelog ==
119
+ = 5.0.16 =
120
+ * Removed php warning notice of depreciated function
121
+
122
  = 5.0.15 =
123
  * Changed text on credit and added and tweaked inline optin for free bg images.
124
 
200
  * Initial Commit
201
 
202
  == Upgrade Notice ==
203
+ = 5.0.16 =
204
+ * Removed php warning notice of depreciated function
205
+
206
  = 5.0.15 =
207
  * Changed text on credit and added and tweaked inline optin for free bg images.
208
 
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.15
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.15'); // 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' );
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.16
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.16'); // 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
@@ -229,7 +229,7 @@ class SEED_CSP4_ADMIN
229
  $layout = $this->get_page_layout();
230
  ?>
231
  <div class="wrap columns-2 seed-csp4">
232
- <?php screen_icon(); ?>
233
  <h2><?php echo $this->plugin_name; ?> <span class="seed_csp4-version"> <?php echo SEED_CSP4_VERSION; ?></span></h2>
234
  <?php //settings_errors() ?>
235
  <?php $this->plugin_options_tabs(); ?>
229
  $layout = $this->get_page_layout();
230
  ?>
231
  <div class="wrap columns-2 seed-csp4">
232
+
233
  <h2><?php echo $this->plugin_name; ?> <span class="seed_csp4-version"> <?php echo SEED_CSP4_VERSION; ?></span></h2>
234
  <?php //settings_errors() ?>
235
  <?php $this->plugin_options_tabs(); ?>
inc/config-settings.php CHANGED
@@ -423,7 +423,7 @@ function seed_csp4_get_options(){
423
  "type" => "textarea",
424
  "id" => "html",
425
  "label" => __( "Custom HTML", 'coming-soon' ),
426
- "desc" => __("The will replace the plugin's entire template with your custom html. Make sure to include the html, head and body tags when replacing the html.", 'coming-soon'),
427
  "class" => "large-text"
428
  );
429
 
@@ -431,7 +431,7 @@ function seed_csp4_get_options(){
431
  "type" => "textarea",
432
  "id" => "append_html",
433
  "label" => __( "Append HTML", 'coming-soon' ),
434
- "desc" => __("The will append html to the bottom of the template using the current styles.", 'coming-soon'),
435
  "class" => "large-text"
436
  );
437
 
423
  "type" => "textarea",
424
  "id" => "html",
425
  "label" => __( "Custom HTML", 'coming-soon' ),
426
+ "desc" => __("This will replace the plugin's entire template with your custom html. Make sure to include the html, head and body tags when replacing the html.", 'coming-soon'),
427
  "class" => "large-text"
428
  );
429
 
431
  "type" => "textarea",
432
  "id" => "append_html",
433
  "label" => __( "Append HTML", 'coming-soon' ),
434
+ "desc" => __("This will append html to the bottom of the template using the current styles.", 'coming-soon'),
435
  "class" => "large-text"
436
  );
437
 
themes/default/functions.php CHANGED
@@ -308,12 +308,12 @@ function seed_csp4_credit() {
308
  if ( !empty( $footer_credit ) ) {
309
  $output = '<div id="seed-csp4-credit">';
310
  if($status == 2){
311
- $output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">WordPress Maintenance Mode</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
312
  }else{
313
  $domain = wp_parse_url(home_url());
314
  $domain = $domain['host'];
315
  if($domain[0] > 'i' && $domain[0] <= 'p'){
316
- $output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">WordPress Coming Soon Page</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
317
  }elseif($domain[0] > 'p'){
318
  $output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">Under Construction Page</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
319
  }else{
308
  if ( !empty( $footer_credit ) ) {
309
  $output = '<div id="seed-csp4-credit">';
310
  if($status == 2){
311
+ $output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">Maintenance Mode</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
312
  }else{
313
  $domain = wp_parse_url(home_url());
314
  $domain = $domain['host'];
315
  if($domain[0] > 'i' && $domain[0] <= 'p'){
316
+ $output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">Coming Soon Page</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
317
  }elseif($domain[0] > 'p'){
318
  $output .= '<a style="font-size:11px;color:#f5f5f5" target="_blank" href="https://www.seedprod.com/">Under Construction Page</a> <span style="font-size:11px;color:#f5f5f5">by</span><img style="vertical-align:top;padding-top:1px" src="'.plugins_url('coming-soon',dirname('.')).'/themes/default/images/seedprod-credit-new.png">';
319
  }else{