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

Version Description

Download this release

Release Info

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

Code changes from version 2.3 to 2.3.1

Files changed (3) hide show
  1. niteo-cmp.php +2 -2
  2. readme.txt +6 -1
  3. themes/countdown/style.css +7 -6
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: 2.3
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
@@ -18,7 +18,7 @@ class niteo_cmp {
18
  public function __construct() {
19
  $this->author = 'NiteoThemes';
20
  $this->author_homepage = 'https://niteothemes.com';
21
- $this->version = '2.3';
22
  $this->dev = false;
23
  $this->plugins_dir_path = plugin_dir_path( __DIR__ );
24
  if ( $this->plugins_dir_path == './') {
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: 2.3.1
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
18
  public function __construct() {
19
  $this->author = 'NiteoThemes';
20
  $this->author_homepage = 'https://niteothemes.com';
21
+ $this->version = '2.3.1';
22
  $this->dev = false;
23
  $this->plugins_dir_path = plugin_dir_path( __DIR__ );
24
  if ( $this->plugins_dir_path == './') {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KV2JF
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: 2.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -111,6 +111,11 @@ CMP plugin offers premium features for free, no PRO or paid versions! Settings i
111
 
112
 
113
  == Changelog ==
 
 
 
 
 
114
 
115
  <h4>CMP 2.3 - minor update</h4>
116
  <ul>
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: 2.3.1
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
111
 
112
 
113
  == Changelog ==
114
+ <h4>CMP 2.3.1 - fixes countdown responsivness</h4>
115
+ <ul>
116
+ <li>Fixed Countdown theme reponsivness. Thanks @tom80550</li>
117
+
118
+ </ul>
119
 
120
  <h4>CMP 2.3 - minor update</h4>
121
  <ul>
themes/countdown/style.css CHANGED
@@ -640,7 +640,7 @@ div.wpcf7-response-output { border:none;margin: 0; padding: 0;}
640
 
641
  @media only screen and (max-width : 768px) {
642
  .logo-wrapper img {max-width: 100%; }
643
- .inner-content, footer {width:auto;}
644
  .text-logo { font-size: 1.3em;}
645
  body {font-size: 15px!important;}
646
  }
@@ -656,11 +656,12 @@ div.wpcf7-response-output { border:none;margin: 0; padding: 0;}
656
  .counter-wrap p {font-size: .7em;}
657
  .counter-wrap {width: calc(25% - 6px);}
658
  .counter-wrap:not(:last-of-type) {margin-right: 0;}
659
- input[type="email"], input[type="submit"] {display:block;width:100%;}
660
- input[type="submit"] {margin:0;}
661
- input[type="email"]{margin-bottom: 5px;}
662
- input[type="email"] {border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
663
- input[type="submit"] {border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-left: 1px solid rgba(255,255,255,0.3);}
 
664
  .text-logo { font-size: 1.2em;}
665
  body {font-size: 14px!important;}
666
 
640
 
641
  @media only screen and (max-width : 768px) {
642
  .logo-wrapper img {max-width: 100%; }
643
+ .inner-content, footer {width:100%;}
644
  .text-logo { font-size: 1.3em;}
645
  body {font-size: 15px!important;}
646
  }
656
  .counter-wrap p {font-size: .7em;}
657
  .counter-wrap {width: calc(25% - 6px);}
658
  .counter-wrap:not(:last-of-type) {margin-right: 0;}
659
+ input[type="email"], input[type="submit"],
660
+ .cmp-subscribe input[type="email"] {display:block;width:100%;}
661
+ input[type="submit"],
662
+ .cmp-subscribe input[type="submit"] {margin:0;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border-left: 1px solid rgba(255,255,255,0.3);}
663
+ input[type="email"],
664
+ .cmp-subscribe input[type="email"] {margin-bottom: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
665
  .text-logo { font-size: 1.2em;}
666
  body {font-size: 14px!important;}
667