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

Version Description

Download this release

Release Info

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

Code changes from version 3.6.2 to 3.6.3

Files changed (3) hide show
  1. inc/class-cmp-render_html.php +2 -5
  2. niteo-cmp.php +2 -2
  3. readme.txt +7 -1
inc/class-cmp-render_html.php CHANGED
@@ -539,7 +539,7 @@ class CMP_Coming_Soon_and_Maintenance_Render_HTML extends CMP_Coming_Soon_and_Ma
539
  break;
540
  }
541
 
542
- echo ( $mode == 'text' ) ? '<li class="social-child' . $liclass . '"><a href="'.$href.esc_url($social['url']).'" target="top" class="social-'.$social['name'].'">'.$name.'</a></li>' : '<li class="social-child' . $liclass . '"><a href="'.$href.esc_url($social['url']).'" target="top" class="social-'.$social['name'].'">'.$theme_html.'<i class="fa fa-'.$social['name'].'" aria-hidden="true"></i></a></li>';
543
  }
544
  }
545
 
@@ -1237,10 +1237,7 @@ class CMP_Coming_Soon_and_Maintenance_Render_HTML extends CMP_Coming_Soon_and_Ma
1237
  }
1238
 
1239
  if ( $slider == '1' && ($banner_type == '0' || $banner_type == '1') ) {
1240
- $slider_effect = get_option('niteoCS_slider_effect', 'true');
1241
- if ( $slider_effect == 'true' || $slider_effect == 'false' ) {
1242
- echo '<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" rel="stylesheet">' . PHP_EOL;
1243
- }
1244
  }
1245
 
1246
  if ( $fa === true ) {
539
  break;
540
  }
541
 
542
+ echo ( $mode == 'text' ) ? '<li class="social-child' . $liclass . '"><a href="'.$href.esc_attr($social['url']).'" target="top" class="social-'.$social['name'].'">'.$name.'</a></li>' : '<li class="social-child' . $liclass . '"><a href="'.$href.esc_url($social['url']).'" target="top" class="social-'.$social['name'].'">'.$theme_html.'<i class="fa fa-'.$social['name'].'" aria-hidden="true"></i></a></li>';
543
  }
544
  }
545
 
1237
  }
1238
 
1239
  if ( $slider == '1' && ($banner_type == '0' || $banner_type == '1') ) {
1240
+ echo '<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" rel="stylesheet">' . PHP_EOL;
 
 
 
1241
  }
1242
 
1243
  if ( $fa === true ) {
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.6.2
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
@@ -64,7 +64,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
64
 
65
  private function constants() {
66
  // define constants
67
- $this->define( 'CMP_VERSION', '3.6.2' );
68
  $this->define( 'CMP_DEBUG', FALSE );
69
  $this->define( 'CMP_AUTHOR', 'NiteoThemes' );
70
  $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.6.3
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
64
 
65
  private function constants() {
66
  // define constants
67
+ $this->define( 'CMP_VERSION', '3.6.3' );
68
  $this->define( 'CMP_DEBUG', FALSE );
69
  $this->define( 'CMP_AUTHOR', 'NiteoThemes' );
70
  $this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: coming soon, landing page, launch page, maintenance mode, under constructi
5
  Requires at least: 3.0
6
  Requires PHP: 5.3
7
  Tested up to: 5.2
8
- Stable tag: 3.6.2
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -86,6 +86,7 @@ https://www.youtube.com/watch?v=uxuJfHzwdtE
86
  28. CMP - Juno Theme
87
  29. CMP - Pluto Theme
88
  30. CMP - Tempie Theme
 
89
 
90
  == Installation ==
91
 
@@ -145,6 +146,11 @@ https://www.youtube.com/watch?v=uxuJfHzwdtE
145
  <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>
146
 
147
  == Changelog ==
 
 
 
 
 
148
  <h4>CMP 3.6.2 - 09-Oct-19</h4>
149
  <ul>
150
  <li>New CMP Theme Libra!</li>
5
  Requires at least: 3.0
6
  Requires PHP: 5.3
7
  Tested up to: 5.2
8
+ Stable tag: 3.6.3
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
86
  28. CMP - Juno Theme
87
  29. CMP - Pluto Theme
88
  30. CMP - Tempie Theme
89
+ 31. CMP - Libra Theme
90
 
91
  == Installation ==
92
 
146
  <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>
147
 
148
  == Changelog ==
149
+ <h4>CMP 3.6.3 - 11-Oct-19</h4>
150
+ <ul>
151
+ <li>Updated URL attribute for Email social network to resolve issue with outputed http string.</li>
152
+ </ul>
153
+
154
  <h4>CMP 3.6.2 - 09-Oct-19</h4>
155
  <ul>
156
  <li>New CMP Theme Libra!</li>