Coming soon and Maintenance mode - Version 2.8.8

Version Description

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Coming soon and Maintenance mode
Version 2.8.8
Comparing to
See all releases

Code changes from version 2.8.7 to 2.8.8

coming_soon.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
6
- * Version: 2.8.7
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
6
+ * Version: 2.8.8
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/front_end.php CHANGED
@@ -198,6 +198,7 @@ class coming_soon_front_end{
198
  </div>
199
  <?php }
200
  }
 
201
  private function generete_logo_css(){
202
  echo '#logo{margin-top:10px;text-align:center;}';
203
  echo '#logo img{max-height:210px;}';
198
  </div>
199
  <?php }
200
  }
201
+ /*######################################################################## Function that generate Logo style ##############################################################*/
202
  private function generete_logo_css(){
203
  echo '#logo{margin-top:10px;text-align:center;}';
204
  echo '#logo img{max-height:210px;}';
includes/install_database.php CHANGED
@@ -34,7 +34,7 @@ class install_database{
34
  ),
35
  "coming_title"=>array(
36
  "coming_soon_page_title_enable" => "1",
37
- "coming_soon_page_page_title" => "Coming soon page"
38
  ),
39
  "coming_message"=>array(
40
  "coming_soon_page_message_enable" => "1",
34
  ),
35
  "coming_title"=>array(
36
  "coming_soon_page_title_enable" => "1",
37
+ "coming_soon_page_page_title" => "Maintenance page"
38
  ),
39
  "coming_message"=>array(
40
  "coming_soon_page_message_enable" => "1",
includes/style/jquery-ui-style.css CHANGED
@@ -500,6 +500,7 @@ button.ui-button::-moz-focus-inner {
500
  left: auto;
501
  right: 0;
502
  }
 
503
  .ui-progressbar {
504
  height: 2em;
505
  text-align: left;
500
  left: auto;
501
  right: 0;
502
  }
503
+ /* Progressbar style*/
504
  .ui-progressbar {
505
  height: 2em;
506
  text-align: left;
includes/style/style.css CHANGED
@@ -53,6 +53,7 @@ body{
53
  padding-right: 25%;
54
  font-weight:bold;
55
  }
 
56
  .time_description{
57
  text-align:center;
58
  margin-top:6px;
53
  padding-right: 25%;
54
  font-weight:bold;
55
  }
56
+ /* Time style*/
57
  .time_description{
58
  text-align:center;
59
  margin-top:6px;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
  Tags: widget, Post, plugin, admin, coming soon, coming soon page, construction, landing page, launch page, maintenance, maintenance mode, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, preview, subscriber, under maintenance, site maintenance, schedule maintenance, admin maintenance, custom maintenence mode, responsive, video background, under construction page, backgound slideshow, under construction plugin
5
  Requires at least: 3.4.0
6
  Tested up to: 4.7.3
7
- Stable tag: 2.8.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
4
  Tags: widget, Post, plugin, admin, coming soon, coming soon page, construction, landing page, launch page, maintenance, maintenance mode, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, preview, subscriber, under maintenance, site maintenance, schedule maintenance, admin maintenance, custom maintenence mode, responsive, video background, under construction page, backgound slideshow, under construction plugin
5
  Requires at least: 3.4.0
6
  Tested up to: 4.7.3
7
+ Stable tag: 2.8.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10