Version Description
Download this release
Release Info
Developer | niteo |
Plugin | CMP – Coming Soon & Maintenance Plugin by NiteoThemes |
Version | 3.5.9 |
Comparing to | |
See all releases |
Code changes from version 3.5.8 to 3.5.9
- inc/class-cmp-render_html.php +1 -1
- niteo-cmp.php +2 -2
- readme.txt +6 -1
inc/class-cmp-render_html.php
CHANGED
@@ -1565,7 +1565,7 @@ class CMP_Coming_Soon_and_Maintenance_Render_HTML extends CMP_Coming_Soon_and_Ma
|
|
1565 |
|
1566 |
<script type='text/javascript'>
|
1567 |
/* <![CDATA[ */
|
1568 |
-
var wpcf7 = {"apiSettings":{"root":"
|
1569 |
/* ]]> */
|
1570 |
</script>
|
1571 |
<script src='<?php echo plugins_url('contact-form-7/includes/js/scripts.js?ver=5.0.1');?>'></script>
|
1565 |
|
1566 |
<script type='text/javascript'>
|
1567 |
/* <![CDATA[ */
|
1568 |
+
var wpcf7 = {"apiSettings":{"root":"<?php echo $site_url;?>\/index.php?rest_route=\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}};
|
1569 |
/* ]]> */
|
1570 |
</script>
|
1571 |
<script src='<?php echo plugins_url('contact-form-7/includes/js/scripts.js?ver=5.0.1');?>'></script>
|
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.5.
|
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.5.
|
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.5.9
|
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.5.9' );
|
68 |
$this->define( 'CMP_DEBUG', FALSE );
|
69 |
$this->define( 'CMP_AUTHOR', 'NiteoThemes' );
|
70 |
$this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
|
readme.txt
CHANGED
@@ -144,7 +144,12 @@ https://www.youtube.com/watch?v=uxuJfHzwdtE
|
|
144 |
<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>
|
145 |
|
146 |
== Changelog ==
|
147 |
-
<h4>CMP 3.5.
|
|
|
|
|
|
|
|
|
|
|
148 |
<ul>
|
149 |
<li>Added new Subscribe integration with MailPoet WordPress plugin.</li>
|
150 |
<li>Minor tweaks of Subscribe process.</li>
|
144 |
<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>
|
145 |
|
146 |
== Changelog ==
|
147 |
+
<h4>CMP 3.5.9 - 05-Aug-19</h4>
|
148 |
+
<ul>
|
149 |
+
<li>Resolved issue with CF7 integration.</li>
|
150 |
+
</ul>
|
151 |
+
|
152 |
+
<h4>CMP 3.5.8 - 02-Aug-19</h4>
|
153 |
<ul>
|
154 |
<li>Added new Subscribe integration with MailPoet WordPress plugin.</li>
|
155 |
<li>Minor tweaks of Subscribe process.</li>
|