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

Version Description

Download this release

Release Info

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

Code changes from version 1.11.0 to 1.11.1

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.11.0
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
@@ -28,7 +28,7 @@ class niteo_cmp {
28
  function __construct() {
29
  $this->author = 'NiteoThemes';
30
  $this->author_homepage = 'https://niteothemes.com';
31
- $this->version = '1.11.0';
32
  $this->dev = false;
33
  $this->installedFolder = basename(dirname(__FILE__));
34
  $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.11.1
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
28
  function __construct() {
29
  $this->author = 'NiteoThemes';
30
  $this->author_homepage = 'https://niteothemes.com';
31
+ $this->version = '1.11.1';
32
  $this->dev = false;
33
  $this->installedFolder = basename(dirname(__FILE__));
34
  $this->plugins_dir_path = plugin_dir_path( __DIR__ );
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.8
7
- Stable tag: 1.11.0
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -112,6 +112,11 @@ Free plugin to create and customize your own Coming Soon or Maintenance landing
112
 
113
 
114
  == Changelog ==
 
 
 
 
 
115
  <h4>1.11.0</h4>
116
  <ul>
117
  <li>New Feature: Background videos supports local WordPress library.</li>
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.8
7
+ Stable tag: 1.11.1
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
 
112
 
113
 
114
  == Changelog ==
115
+ <h4>1.11.1</h4>
116
+ <ul>
117
+ <li>Fixed issue: Images not loading in Hardwork theme.</li>
118
+ </ul>
119
+
120
  <h4>1.11.0</h4>
121
  <ul>
122
  <li>New Feature: Background videos supports local WordPress library.</li>
themes/hardwork/hardwork-theme.php CHANGED
@@ -310,7 +310,7 @@
310
  <script>
311
  window.onload = function() {
312
  var image = document.getElementById('background-image');
313
- image.className += "loaded";
314
  }
315
  </script>
316
  <?php
310
  <script>
311
  window.onload = function() {
312
  var image = document.getElementById('background-image');
313
+ image.className += " loaded";
314
  }
315
  </script>
316
  <?php