CMP – Coming Soon & Maintenance Plugin by NiteoThemes - Version 2.8.2

Version Description

Download this release

Release Info

Developer niteo
Plugin Icon 128x128 CMP – Coming Soon & Maintenance Plugin by NiteoThemes
Version 2.8.2
Comparing to
See all releases

Code changes from version 2.8.1 to 2.8.2

inc/settings/settings-contact_form.php CHANGED
@@ -59,7 +59,7 @@ $contact_form_label = get_option('niteoCS_contact_form_label', 'Get in Touch')
59
  <fieldset>
60
 
61
  <label for="niteoCS_contact_form_label"><?php _e('Contact Form label', 'cmp-coming-soon-maintenance' );?>
62
- <input type="text" name="niteoCS_contact_form_label" value="<?php echo esc_attr( $contact_form_label );?>" class="regular-text code" placeholder="<?php _e('Leave empty to disable', 'cmp-coming-soon-maintenance');?>">
63
  </label>
64
 
65
 
59
  <fieldset>
60
 
61
  <label for="niteoCS_contact_form_label"><?php _e('Contact Form label', 'cmp-coming-soon-maintenance' );?>
62
+ <input type="text" name="niteoCS_contact_form_label" value="<?php echo esc_attr( stripslashes( $contact_form_label ) );?>" class="regular-text code" placeholder="<?php _e('Leave empty to disable', 'cmp-coming-soon-maintenance');?>">
63
  </label>
64
 
65
 
niteo-cmp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: CMP - Coming Soon & Maintenance Plugin
4
  Plugin URI: https://wordpress.org/plugins/cmp-coming-soon-maintenance/
5
  Description: Display customizable landing page for Coming Soon, Maintenance & Under Construction page.
6
- Version: 2.8.1
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
@@ -785,7 +785,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
785
  $remote_version = '';
786
  $current_version = '';
787
 
788
- if ( CMP_VERSION == true ) {
789
  delete_transient( $theme_slug.'_updatecheck' );
790
  }
791
 
3
  Plugin Name: CMP - Coming Soon & Maintenance Plugin
4
  Plugin URI: https://wordpress.org/plugins/cmp-coming-soon-maintenance/
5
  Description: Display customizable landing page for Coming Soon, Maintenance & Under Construction page.
6
+ Version: 2.8.2
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
785
  $remote_version = '';
786
  $current_version = '';
787
 
788
+ if ( CMP_DEBUG === TRUE ) {
789
  delete_transient( $theme_slug.'_updatecheck' );
790
  }
791
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KV2JF
4
  Tags: coming soon, landing page, launch page, maintenance mode, under construction
5
  Requires at least: 3.0
6
  Tested up to: 4.9
7
- Stable tag: 2.8.1
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -112,6 +112,11 @@ CMP – Coming Soon & Maintenance plugin has all premium features you ever wishe
112
  <p>Everyone loves supports and great feedback! If you find our plugin helpful, you can go to wordpress.org and rate it! alternatively you can click on Donate button :)</p>
113
 
114
  == Changelog ==
 
 
 
 
 
115
 
116
  <h4>CMP 2.8.1 small update</h4>
117
  <ul>
4
  Tags: coming soon, landing page, launch page, maintenance mode, under construction
5
  Requires at least: 3.0
6
  Tested up to: 4.9
7
+ Stable tag: 2.8.2
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
112
  <p>Everyone loves supports and great feedback! If you find our plugin helpful, you can go to wordpress.org and rate it! alternatively you can click on Donate button :)</p>
113
 
114
  == Changelog ==
115
+ <h4>CMP 2.8.2 maintenance update</h4>
116
+ <ul>
117
+ <li>Throttle CMP Premium themes updates check to every 24 hours.</li>
118
+ <li>Added Stripslashes function for Contact Form Button Label.</li>
119
+ </ul>
120
 
121
  <h4>CMP 2.8.1 small update</h4>
122
  <ul>