Version Description
Download this release
Release Info
Developer | niteo |
Plugin | CMP – Coming Soon & Maintenance Plugin by NiteoThemes |
Version | 1.13.1 |
Comparing to | |
See all releases |
Code changes from version 1.13.0 to 1.13.1
- cmp-settings.php +1 -0
- niteo-cmp.php +2 -2
- readme.txt +28 -19
cmp-settings.php
CHANGED
@@ -324,6 +324,7 @@ if ( !$this->niteo_in_array_r( 'soundcloud', $socialmedia, true ) ) {
|
|
324 |
'order' => '17',
|
325 |
);
|
326 |
array_push($socialmedia, $soundcloud);
|
|
|
327 |
}
|
328 |
|
329 |
|
324 |
'order' => '17',
|
325 |
);
|
326 |
array_push($socialmedia, $soundcloud);
|
327 |
+
$niteoCS_socialmedia = json_encode( $socialmedia);
|
328 |
}
|
329 |
|
330 |
|
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: 1.13.
|
7 |
Author: NiteoThemes
|
8 |
Author URI: https://www.niteothemes.com
|
9 |
Text Domain: cmp-coming-soon-maintenance
|
@@ -17,7 +17,7 @@ class niteo_cmp {
|
|
17 |
public function __construct() {
|
18 |
$this->author = 'NiteoThemes';
|
19 |
$this->author_homepage = 'https://niteothemes.com';
|
20 |
-
$this->version = '1.13.
|
21 |
$this->dev = false;
|
22 |
$this->installedFolder = basename(dirname(__FILE__));
|
23 |
$this->plugins_dir_path = plugin_dir_path( __DIR__ );
|
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: 1.13.1
|
7 |
Author: NiteoThemes
|
8 |
Author URI: https://www.niteothemes.com
|
9 |
Text Domain: cmp-coming-soon-maintenance
|
17 |
public function __construct() {
|
18 |
$this->author = 'NiteoThemes';
|
19 |
$this->author_homepage = 'https://niteothemes.com';
|
20 |
+
$this->version = '1.13.1';
|
21 |
$this->dev = false;
|
22 |
$this->installedFolder = basename(dirname(__FILE__));
|
23 |
$this->plugins_dir_path = plugin_dir_path( __DIR__ );
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== CMP - Coming Soon & Maintenance Plugin by NiteoThemes ===
|
2 |
-
Contributors:
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KV2JFJ8NCBYLW&lc=US&item_name=NiteoThemes&item_number=comingsoon¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
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.
|
7 |
-
Stable tag: 1.13.
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -20,22 +20,6 @@ CMP brings premium features for free, no PRO versions! It is very user friendly
|
|
20 |
|
21 |
<p>TIP! You can change to different theme or change the theme`s background in expanding right sidebar by clicking "settings icon".</p>
|
22 |
|
23 |
-
== Screenshots ==
|
24 |
-
1. CMP - Coming Soon Plugin
|
25 |
-
2. CMP - Theme Selector
|
26 |
-
3. CMP - Subscriber List
|
27 |
-
4. CMP - Theme Selector detail
|
28 |
-
5. CMP - Global Settings
|
29 |
-
6. CMP - Theme Content Settings
|
30 |
-
7. CMP - SEO Settings
|
31 |
-
8. CMP - Construct Theme
|
32 |
-
9. CMP - Countdown Theme
|
33 |
-
10. CMP - Fifty Theme
|
34 |
-
11. CMP - Fifty Theme
|
35 |
-
12. CMP - Frame Theme
|
36 |
-
13. CMP - Hardwork Theme
|
37 |
-
14. CMP - Hardwork Premium Theme
|
38 |
-
|
39 |
<h3>Features</h3>
|
40 |
<ul>
|
41 |
<li>Works with any WordPress Theme and on all devices</li>
|
@@ -45,6 +29,7 @@ CMP brings premium features for free, no PRO versions! It is very user friendly
|
|
45 |
<li>Predefined subscribe form to store emails in custom database with export to CSV or you can use any 3rd party plugin(Mailchimp, CF7, etc)</li>
|
46 |
<li>Select and display random beautiful images from <a href="http://unsplash.com" target="_blank">Unsplash source</a> with built-in search API or use custom photos</li>
|
47 |
<li>Fullscreen background options includes videos (YouTube, custom file video), images (Unsplash library, custom images), Patterns, color Gradients or solid Colors</li>
|
|
|
48 |
<li>Customize SEO meta tags to search engines and editable favicon</li>
|
49 |
<li>Set response code to search engines (200, 503)</li>
|
50 |
<li>Redirect Mode to redirect your website to another with predefined timer</li>
|
@@ -55,6 +40,24 @@ CMP brings premium features for free, no PRO versions! It is very user friendly
|
|
55 |
<li>Fully translatable</li>
|
56 |
</ul>
|
57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
== Installation ==
|
59 |
|
60 |
<h3>Install from WordPress Plugin Dashboard</h3>
|
@@ -106,6 +109,12 @@ CMP brings premium features for free, no PRO versions! It is very user friendly
|
|
106 |
|
107 |
|
108 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
<h4>1.13.0</h4>
|
110 |
<ul>
|
111 |
<li>New Feature: CMP predefined mode (Coming Soon, Maintenance or Redirect) can be activated / deactivated via quick icon in Admin menu bar (even when visiting your site if you are logged in!).</li>
|
1 |
=== CMP - Coming Soon & Maintenance Plugin by NiteoThemes ===
|
2 |
+
Contributors: niteo
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KV2JFJ8NCBYLW&lc=US&item_name=NiteoThemes&item_number=comingsoon¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
|
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: 1.13.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
20 |
|
21 |
<p>TIP! You can change to different theme or change the theme`s background in expanding right sidebar by clicking "settings icon".</p>
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
<h3>Features</h3>
|
24 |
<ul>
|
25 |
<li>Works with any WordPress Theme and on all devices</li>
|
29 |
<li>Predefined subscribe form to store emails in custom database with export to CSV or you can use any 3rd party plugin(Mailchimp, CF7, etc)</li>
|
30 |
<li>Select and display random beautiful images from <a href="http://unsplash.com" target="_blank">Unsplash source</a> with built-in search API or use custom photos</li>
|
31 |
<li>Fullscreen background options includes videos (YouTube, custom file video), images (Unsplash library, custom images), Patterns, color Gradients or solid Colors</li>
|
32 |
+
<li>Configurable Countdown Action - disable plugin or redirect to another webpage.</li>
|
33 |
<li>Customize SEO meta tags to search engines and editable favicon</li>
|
34 |
<li>Set response code to search engines (200, 503)</li>
|
35 |
<li>Redirect Mode to redirect your website to another with predefined timer</li>
|
40 |
<li>Fully translatable</li>
|
41 |
</ul>
|
42 |
|
43 |
+
== Screenshots ==
|
44 |
+
1. CMP - Coming Soon Plugin
|
45 |
+
2. CMP - Theme Selector
|
46 |
+
3. CMP - Subscriber List
|
47 |
+
4. CMP - Theme Selector detail
|
48 |
+
5. CMP - Global Settings
|
49 |
+
6. CMP - Theme Content Settings
|
50 |
+
7. CMP - SEO Settings
|
51 |
+
8. CMP - Construct Theme
|
52 |
+
9. CMP - Countdown Theme
|
53 |
+
10. CMP - Fifty Theme
|
54 |
+
11. CMP - Fifty Theme
|
55 |
+
12. CMP - Frame Theme
|
56 |
+
13. CMP - Hardwork Theme
|
57 |
+
14. CMP - Hardwork Premium Theme
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
== Installation ==
|
62 |
|
63 |
<h3>Install from WordPress Plugin Dashboard</h3>
|
109 |
|
110 |
|
111 |
== Changelog ==
|
112 |
+
<h4>1.13.1</h4>
|
113 |
+
<ul>
|
114 |
+
<li>Fixed bug with Soundcloud icon issues from previous update. Sorry folks!</li>
|
115 |
+
|
116 |
+
</ul>
|
117 |
+
|
118 |
<h4>1.13.0</h4>
|
119 |
<ul>
|
120 |
<li>New Feature: CMP predefined mode (Coming Soon, Maintenance or Redirect) can be activated / deactivated via quick icon in Admin menu bar (even when visiting your site if you are logged in!).</li>
|