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

Version Description

Download this release

Release Info

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

Code changes from version 3.8 to 3.8.1

inc/settings/settings-social-media.php CHANGED
@@ -41,6 +41,9 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
41
  $social_active = 'active';
42
  }
43
 
 
 
 
44
  switch ($social['name']) {
45
  case 'envelope-o':
46
  $title = __('Email Address', 'cmp-coming-soon-maintenance');
@@ -56,8 +59,6 @@ defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
56
  $icon = 'youtube-play';
57
  break;
58
  default:
59
- $title = ucfirst( esc_attr($social['name'] ) );
60
- $icon = $social['name'];
61
  break;
62
  } ?>
63
 
41
  $social_active = 'active';
42
  }
43
 
44
+ $icon = $social['name'];
45
+ $title = ucfirst( esc_attr($social['name'] ) );
46
+
47
  switch ($social['name']) {
48
  case 'envelope-o':
49
  $title = __('Email Address', 'cmp-coming-soon-maintenance');
59
  $icon = 'youtube-play';
60
  break;
61
  default:
 
 
62
  break;
63
  } ?>
64
 
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: 3.8
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
@@ -63,7 +63,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
63
 
64
  // define constants
65
  private function constants() {
66
- $this->define( 'CMP_VERSION', '3.8' );
67
  $this->define( 'CMP_DEBUG', FALSE );
68
  $this->define( 'CMP_AUTHOR', 'NiteoThemes' );
69
  $this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
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: 3.8.1
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
63
 
64
  // define constants
65
  private function constants() {
66
+ $this->define( 'CMP_VERSION', '3.8.1' );
67
  $this->define( 'CMP_DEBUG', FALSE );
68
  $this->define( 'CMP_AUTHOR', 'NiteoThemes' );
69
  $this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: coming soon, coming soon page, launch page, maintenance mode, under constr
5
  Requires at least: 3.0
6
  Requires PHP: 5.6
7
  Tested up to: 5.4
8
- Stable tag: 3.8
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -154,6 +154,11 @@ https://www.youtube.com/watch?v=uxuJfHzwdtE
154
  <p>Nothing is better than a good feedback! Please go to <a href="https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/">Plugin reviews</a> and rate it! Alternatively you can click on a Donate button too!:)</p>
155
 
156
  == Changelog ==
 
 
 
 
 
157
  <h4>CMP 3.8 - 16-July-20</h4>
158
  <ul>
159
  <li>Changed default GDPR checkbox state to unchecked as suggested by Thomas Clausen (@tntc1978)</li>
5
  Requires at least: 3.0
6
  Requires PHP: 5.6
7
  Tested up to: 5.4
8
+ Stable tag: 3.8.1
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
154
  <p>Nothing is better than a good feedback! Please go to <a href="https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/">Plugin reviews</a> and rate it! Alternatively you can click on a Donate button too!:)</p>
155
 
156
  == Changelog ==
157
+ <h4>CMP 3.8.1 - 16-July-20</h4>
158
+ <ul>
159
+ <li>Resolved UI issue with multiple social media icons.</li>
160
+ </ul>
161
+
162
  <h4>CMP 3.8 - 16-July-20</h4>
163
  <ul>
164
  <li>Changed default GDPR checkbox state to unchecked as suggested by Thomas Clausen (@tntc1978)</li>