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

Version Description

Download this release

Release Info

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

Code changes from version 3.6.9 to 3.6.10

Files changed (2) hide show
  1. niteo-cmp.php +3 -3
  2. readme.txt +6 -1
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.9
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.9' );
68
  $this->define( 'CMP_DEBUG', FALSE );
69
  $this->define( 'CMP_AUTHOR', 'NiteoThemes' );
70
  $this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
@@ -1906,7 +1906,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
1906
  $custom_login_url = get_option('niteoCS_custom_login_url', '');
1907
 
1908
  // return early if login page
1909
- if ( fnmatch( home_url('wp-login.php*'), $current_url ) ) {
1910
  return false;
1911
  }
1912
 
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.10
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.10' );
68
  $this->define( 'CMP_DEBUG', FALSE );
69
  $this->define( 'CMP_AUTHOR', 'NiteoThemes' );
70
  $this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
1906
  $custom_login_url = get_option('niteoCS_custom_login_url', '');
1907
 
1908
  // return early if login page
1909
+ if ( fnmatch( '*wp-login.php*', $current_url ) ) {
1910
  return false;
1911
  }
1912
 
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.6
7
  Tested up to: 5.3
8
- Stable tag: 3.6.9
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -148,6 +148,11 @@ https://www.youtube.com/watch?v=uxuJfHzwdtE
148
  <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>
149
 
150
  == Changelog ==
 
 
 
 
 
151
  <h4>CMP 3.6.9 - 29-Dec-19</h4>
152
  <ul>
153
  <li>Enhanced Blacklist and Whitelist feature to support URL parameters.</li>
5
  Requires at least: 3.0
6
  Requires PHP: 5.6
7
  Tested up to: 5.3
8
+ Stable tag: 3.6.10
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
148
  <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>
149
 
150
  == Changelog ==
151
+ <h4>CMP 3.6.9.1 - 30-Dec-19</h4>
152
+ <ul>
153
+ <li>After recieveing few complaints that last update locked out admin screens, wp-admin.php has been whitelisted without home_url in a case WordPress URLs misconfiguration.</li>
154
+ </ul>
155
+
156
  <h4>CMP 3.6.9 - 29-Dec-19</h4>
157
  <ul>
158
  <li>Enhanced Blacklist and Whitelist feature to support URL parameters.</li>