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

Version Description

Download this release

Release Info

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

Code changes from version 2.6.3 to 2.6.4

Files changed (3) hide show
  1. inc/class-cmp-render_html.php +2 -4
  2. niteo-cmp.php +2 -2
  3. readme.txt +7 -1
inc/class-cmp-render_html.php CHANGED
@@ -662,11 +662,8 @@ class cmp_render_html extends niteo_cmp {
662
  }
663
 
664
  } else {
665
- remove_filter( 'the_content', 'siteorigin_panels_filter_content' );
666
 
667
- $body = wpautop( apply_filters('the_content', stripslashes( get_option('niteoCS_body', '') ) ) );
668
-
669
- add_filter( 'the_content', 'siteorigin_panels_filter_content' );
670
 
671
  return $body;
672
  }
@@ -794,6 +791,7 @@ class cmp_render_html extends niteo_cmp {
794
 
795
  <style>
796
  .wp-video {margin: 0 auto;}
 
797
  </style>
798
 
799
  <?php
662
  }
663
 
664
  } else {
 
665
 
666
+ $body = wpautop( do_shortcode( stripslashes( get_option('niteoCS_body', '') ) ) );
 
 
667
 
668
  return $body;
669
  }
791
 
792
  <style>
793
  .wp-video {margin: 0 auto;}
794
+ .wp-video-shortcode {max-width: 100%;}
795
  </style>
796
 
797
  <?php
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.6.3
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
@@ -18,7 +18,7 @@ class niteo_cmp {
18
  public function __construct() {
19
  $this->author = 'NiteoThemes';
20
  $this->author_homepage = 'https://niteothemes.com';
21
- $this->version = '2.6.3';
22
  $this->dev = false;
23
  $this->plugins_dir_path = plugin_dir_path( __DIR__ );
24
  if ( $this->plugins_dir_path == './') {
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.6.4
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
18
  public function __construct() {
19
  $this->author = 'NiteoThemes';
20
  $this->author_homepage = 'https://niteothemes.com';
21
+ $this->version = '2.6.4';
22
  $this->dev = false;
23
  $this->plugins_dir_path = plugin_dir_path( __DIR__ );
24
  if ( $this->plugins_dir_path == './') {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KV2JF
4
  Tags: under construction, construction page, maintenance mode, landing page, launch page, launching, security, coming soon, customizable, offline, offline page, unavailable, free, unsplash, subscribe form
5
  Requires at least: 3.0
6
  Tested up to: 4.9
7
- Stable tag: 2.6.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -112,6 +112,12 @@ CMP plugin offers premium features for free, no PRO versions! With blazing speed
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.6.3</h4>
116
  <ul>
117
  <li>Change in content generation to hopefully resolved issue with SiteOrigin and CMP content.</li>
4
  Tags: under construction, construction page, maintenance mode, landing page, launch page, launching, security, coming soon, customizable, offline, offline page, unavailable, free, unsplash, subscribe form
5
  Requires at least: 3.0
6
  Tested up to: 4.9
7
+ Stable tag: 2.6.4
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.6.4 - sorry for this guys!</h4>
116
+ <ul>
117
+ <li>Reverting back the changes due to SiteOrigin plugin issues. Shortocodes for embeded local videos should be working tho!</li>
118
+ </ul>
119
+
120
+
121
  <h4>CMP 2.6.3</h4>
122
  <ul>
123
  <li>Change in content generation to hopefully resolved issue with SiteOrigin and CMP content.</li>