Coming soon and Maintenance mode - Version 3.0.8

Version Description

Download this release

Release Info

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

Code changes from version 3.0.7 to 3.0.8

coming_soon.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Author URI: http://wpdevart.com
6
  * 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.
7
- * Version: 3.0.7
8
  * Author: wpdevart
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Author URI: http://wpdevart.com
6
  * 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.
7
+ * Version: 3.0.8
8
  * Author: wpdevart
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/admin_menu.php CHANGED
@@ -274,7 +274,7 @@ class coming_soon_admin_menu{
274
  <?php
275
  }
276
 
277
- /*######################### Title Function #################################*/
278
 
279
  public function generete_title_section($page_parametrs){
280
 
@@ -382,7 +382,7 @@ class coming_soon_admin_menu{
382
  <?php
383
  }
384
 
385
- /*######################### Message(Content) function #################################*/
386
 
387
  public function generete_message_section($page_parametrs){
388
 
274
  <?php
275
  }
276
 
277
+ /*######################### Maintenance page Title Function #################################*/
278
 
279
  public function generete_title_section($page_parametrs){
280
 
382
  <?php
383
  }
384
 
385
+ /*######################### Maintenance page Message(Content) function #################################*/
386
 
387
  public function generete_message_section($page_parametrs){
388
 
includes/front_end.php CHANGED
@@ -89,7 +89,7 @@ class coming_soon_front_end{
89
  </html><?php
90
  }
91
 
92
- /*############ Generate front end JavaScript function ################*/
93
 
94
  private function generete_front_javascript(){
95
  ?>
@@ -104,7 +104,7 @@ class coming_soon_front_end{
104
 
105
  }
106
 
107
- /*############ Front styles function ################*/
108
 
109
  private function generete_front_styles(){
110
  ?>
89
  </html><?php
90
  }
91
 
92
+ /*############ Generate Front-end JavaScript function ################*/
93
 
94
  private function generete_front_javascript(){
95
  ?>
104
 
105
  }
106
 
107
+ /*############ Front-end styles function ################*/
108
 
109
  private function generete_front_styles(){
110
  ?>
includes/install_database.php CHANGED
@@ -36,11 +36,11 @@ class install_database{
36
  ),
37
  "coming_title"=>array(
38
  "coming_soon_page_title_enable" => "1",
39
- "coming_soon_page_page_title" => "Maintenance Mode"
40
  ),
41
  "coming_message"=>array(
42
  "coming_soon_page_message_enable" => "1",
43
- "coming_soon_page_page_message" => "<h3>We will be back soon. View some useful information on our Maintenance page and share it with your friends.</h3>"
44
  ),
45
  "coming_countdown"=>array(
46
  ),
36
  ),
37
  "coming_title"=>array(
38
  "coming_soon_page_title_enable" => "1",
39
+ "coming_soon_page_page_title" => "Maintenance Page"
40
  ),
41
  "coming_message"=>array(
42
  "coming_soon_page_message_enable" => "1",
43
+ "coming_soon_page_page_message" => "<h3>We will be back soon. View some useful information on our Maintenance page and share it.</h3>"
44
  ),
45
  "coming_countdown"=>array(
46
  ),
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
  Tags: coming soon, wordpress coming soon, maintenance, maintenance mode, under construction
5
  Requires at least: 3.4.0
6
  Tested up to: 4.9.8
7
- Stable tag: 3.0.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
4
  Tags: coming soon, wordpress coming soon, maintenance, maintenance mode, under construction
5
  Requires at least: 3.4.0
6
  Tested up to: 4.9.8
7
+ Stable tag: 3.0.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10