Version Description
Download this release
Release Info
Developer | niteo |
Plugin | CMP – Coming Soon & Maintenance Plugin by NiteoThemes |
Version | 3.7.4.1 |
Comparing to | |
See all releases |
Code changes from version 3.7.4 to 3.7.4.1
- cmp-settings.php +0 -7
- inc/render/subscribe-form.php +1 -1
- niteo-cmp.php +2 -2
- readme.txt +6 -1
cmp-settings.php
CHANGED
@@ -649,13 +649,6 @@ add_thickbox();
|
|
649 |
}
|
650 |
}
|
651 |
|
652 |
-
// get content settings
|
653 |
-
if ( !isset( $theme_supports['content'] ) || ( isset( $theme_supports['content']) && $theme_supports['content'] ) ) {
|
654 |
-
if ( file_exists(dirname(__FILE__) . '/inc/settings/settings-content.php' ) ) {
|
655 |
-
require ( dirname(__FILE__) . '/inc/settings/settings-content.php' );
|
656 |
-
}
|
657 |
-
}
|
658 |
-
|
659 |
// include custom theme content settings
|
660 |
if ( file_exists( $this->cmp_theme_dir($themeslug).$themeslug.'/'.$themeslug.'-content_settings.php' ) ) {
|
661 |
include ( $this->cmp_theme_dir($themeslug).$themeslug.'/'.$themeslug.'-content_settings.php' );
|
649 |
}
|
650 |
}
|
651 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
652 |
// include custom theme content settings
|
653 |
if ( file_exists( $this->cmp_theme_dir($themeslug).$themeslug.'/'.$themeslug.'-content_settings.php' ) ) {
|
654 |
include ( $this->cmp_theme_dir($themeslug).$themeslug.'/'.$themeslug.'-content_settings.php' );
|
inc/render/subscribe-form.php
CHANGED
@@ -110,7 +110,7 @@ switch ($subscribe_type) {
|
|
110 |
break;
|
111 |
|
112 |
default: ?>
|
113 |
-
|
114 |
<?php
|
115 |
break;
|
116 |
} ?>
|
110 |
break;
|
111 |
|
112 |
default: ?>
|
113 |
+
<input type="submit" id="submit-subscribe" value="<?php echo esc_attr( $submit );?>">
|
114 |
<?php
|
115 |
break;
|
116 |
} ?>
|
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.4
|
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.7.4' );
|
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.7.4.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.7.4.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, 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.4
|
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.4 - 13-April-20</h4>
|
155 |
<ul>
|
156 |
<li>CMP Headliner Theme</li>
|
5 |
Requires at least: 3.0
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.4
|
8 |
+
Stable tag: 3.7.4.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.4.1 - 14-April-20</h4>
|
155 |
+
<ul>
|
156 |
+
<li>Resolved issue with missing submit button and double content editor in some cases.</li>
|
157 |
+
</ul>
|
158 |
+
|
159 |
<h4>CMP 3.7.4 - 13-April-20</h4>
|
160 |
<ul>
|
161 |
<li>CMP Headliner Theme</li>
|