Version Description
Download this release
Release Info
Developer | niteo |
Plugin | CMP – Coming Soon & Maintenance Plugin by NiteoThemes |
Version | 3.7.2.1 |
Comparing to | |
See all releases |
Code changes from version 3.7.2 to 3.7.2.1
- inc/render/custom-css.php +4 -0
- niteo-cmp.php +3 -3
- readme.txt +6 -1
inc/render/custom-css.php
CHANGED
@@ -162,6 +162,10 @@ if ( get_option('niteoCS_login_icon', '0') !== '0' ) {
|
|
162 |
border-top-left-radius: <?php echo $top == '0' ? '' : esc_attr( $radius );?>px;
|
163 |
border-bottom-left-radius: <?php echo $top == '100' ? '' : esc_attr( $radius );?>px;
|
164 |
}
|
|
|
|
|
|
|
|
|
165 |
#login-icon:hover {
|
166 |
opacity: 1;
|
167 |
}
|
162 |
border-top-left-radius: <?php echo $top == '0' ? '' : esc_attr( $radius );?>px;
|
163 |
border-bottom-left-radius: <?php echo $top == '100' ? '' : esc_attr( $radius );?>px;
|
164 |
}
|
165 |
+
|
166 |
+
#login-icon img {
|
167 |
+
vertical-align: middle;
|
168 |
+
}
|
169 |
#login-icon:hover {
|
170 |
opacity: 1;
|
171 |
}
|
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.7.2
|
7 |
Author: NiteoThemes
|
8 |
Author URI: https://www.niteothemes.com
|
9 |
Text Domain: cmp-coming-soon-maintenance
|
@@ -66,7 +66,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
|
|
66 |
|
67 |
// define constants
|
68 |
private function constants() {
|
69 |
-
$this->define( 'CMP_VERSION', '3.7.2' );
|
70 |
$this->define( 'CMP_DEBUG', FALSE );
|
71 |
$this->define( 'CMP_AUTHOR', 'NiteoThemes' );
|
72 |
$this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
|
@@ -74,7 +74,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
|
|
74 |
$this->define( 'CMP_PREMIUM_THEMES_DIR', plugin_dir_path( __DIR__ ) . 'cmp-premium-themes/' );
|
75 |
$this->define( 'CMP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
76 |
$this->define( 'CMP_UPDATE_URL', 'https://niteothemes.com/updates/' );
|
77 |
-
CMP_DEBUG ===
|
78 |
? $this->define( 'CMP_LICENSE_SERVER_URL', 'https://niteothemes.com/dev2/' )
|
79 |
: $this->define( 'CMP_LICENSE_SERVER_URL', 'https://niteothemes.com/' );
|
80 |
}
|
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.7.2.1
|
7 |
Author: NiteoThemes
|
8 |
Author URI: https://www.niteothemes.com
|
9 |
Text Domain: cmp-coming-soon-maintenance
|
66 |
|
67 |
// define constants
|
68 |
private function constants() {
|
69 |
+
$this->define( 'CMP_VERSION', '3.7.2.1' );
|
70 |
$this->define( 'CMP_DEBUG', FALSE );
|
71 |
$this->define( 'CMP_AUTHOR', 'NiteoThemes' );
|
72 |
$this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
|
74 |
$this->define( 'CMP_PREMIUM_THEMES_DIR', plugin_dir_path( __DIR__ ) . 'cmp-premium-themes/' );
|
75 |
$this->define( 'CMP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
76 |
$this->define( 'CMP_UPDATE_URL', 'https://niteothemes.com/updates/' );
|
77 |
+
CMP_DEBUG === TRUE
|
78 |
? $this->define( 'CMP_LICENSE_SERVER_URL', 'https://niteothemes.com/dev2/' )
|
79 |
: $this->define( 'CMP_LICENSE_SERVER_URL', 'https://niteothemes.com/' );
|
80 |
}
|
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.4
|
8 |
-
Stable tag: 3.7.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -151,6 +151,11 @@ https://www.youtube.com/watch?v=uxuJfHzwdtE
|
|
151 |
<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>
|
152 |
|
153 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
154 |
<h4>CMP 3.7.2 - 29-Mar-20</h4>
|
155 |
<ul>
|
156 |
<li>New Feature: Display login button on Coming Soon pages to navigate to login WordPress URL.</li>
|
5 |
Requires at least: 3.0
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.4
|
8 |
+
Stable tag: 3.7.2.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
151 |
<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>
|
152 |
|
153 |
== Changelog ==
|
154 |
+
<h4>CMP 3.7.2.1 - 29-Mar-20</h4>
|
155 |
+
<ul>
|
156 |
+
<li>Bug fix to repair niteothemes.com licensing server.</li>
|
157 |
+
|
158 |
+
</ul>
|
159 |
<h4>CMP 3.7.2 - 29-Mar-20</h4>
|
160 |
<ul>
|
161 |
<li>New Feature: Display login button on Coming Soon pages to navigate to login WordPress URL.</li>
|