Coming soon and Maintenance mode - Version 2.9.5

Version Description

Download this release

Release Info

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

Code changes from version 2.9.4 to 2.9.5

Files changed (3) hide show
  1. coming_soon.php +2 -2
  2. includes/admin_menu.php +17 -7
  3. readme.txt +1 -1
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: 2.9.4
8
  * Author: wpdevart, maintenance mode GG
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
@@ -59,7 +59,7 @@ class coming_soon_main{
59
 
60
  }
61
 
62
- /*############ Front end function ################*/
63
 
64
  public function coming_soon_front_end(){
65
  //Registration of file that is responsible for front-end part
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: 2.9.5
8
  * Author: wpdevart, maintenance mode GG
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
59
 
60
  }
61
 
62
+ /*############ Front-end function ################*/
63
 
64
  public function coming_soon_front_end(){
65
  //Registration of file that is responsible for front-end part
includes/admin_menu.php CHANGED
@@ -174,8 +174,8 @@ class coming_soon_admin_menu{
174
  wp_nonce_field('coming_soon_options_nonce','coming_soon_options_nonce');
175
  }
176
 
177
-
178
- /*######################### Generate Logo Function #################################*/
179
  public function generete_logo_section($page_parametrs){
180
 
181
  ?>
@@ -273,7 +273,9 @@ class coming_soon_admin_menu{
273
  </div>
274
  <?php
275
  }
276
- /*######################### Generate Title Function #################################*/
 
 
277
  public function generete_title_section($page_parametrs){
278
 
279
  ?>
@@ -379,7 +381,9 @@ class coming_soon_admin_menu{
379
  </div>
380
  <?php
381
  }
382
- /*######################### Message Section #################################*/
 
 
383
  public function generete_message_section($page_parametrs){
384
 
385
  ?>
@@ -458,7 +462,9 @@ class coming_soon_admin_menu{
458
  </div>
459
  <?php
460
  }
461
- /*######################### Countdown Function #################################*/
 
 
462
  public function generete_countdown_section($page_parametrs){
463
 
464
  ?>
@@ -670,7 +676,9 @@ class coming_soon_admin_menu{
670
  </div>
671
  <?php
672
  }
673
- /*######################### Progress bar Section #################################*/
 
 
674
  public function generete_progressbar_section($page_parametrs){
675
 
676
  ?>
@@ -797,7 +805,9 @@ class coming_soon_admin_menu{
797
  </div>
798
  <?php
799
  }
800
- /*######################### Subscribe Section #################################*/
 
 
801
  public function generete_subscribe_section($page_parametrs){
802
 
803
  ?>
174
  wp_nonce_field('coming_soon_options_nonce','coming_soon_options_nonce');
175
  }
176
 
177
+ /*######################### Generate Logo Function #################################*/
178
+
179
  public function generete_logo_section($page_parametrs){
180
 
181
  ?>
273
  </div>
274
  <?php
275
  }
276
+
277
+ /*######################### Generate Title Function #################################*/
278
+
279
  public function generete_title_section($page_parametrs){
280
 
281
  ?>
381
  </div>
382
  <?php
383
  }
384
+
385
+ /*######################### Message Section #################################*/
386
+
387
  public function generete_message_section($page_parametrs){
388
 
389
  ?>
462
  </div>
463
  <?php
464
  }
465
+
466
+ /*######################### Countdown Function #################################*/
467
+
468
  public function generete_countdown_section($page_parametrs){
469
 
470
  ?>
676
  </div>
677
  <?php
678
  }
679
+
680
+ /*######################### Progress bar function #################################*/
681
+
682
  public function generete_progressbar_section($page_parametrs){
683
 
684
  ?>
805
  </div>
806
  <?php
807
  }
808
+
809
+ /*######################### Subscribe function #################################*/
810
+
811
  public function generete_subscribe_section($page_parametrs){
812
 
813
  ?>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
  Tags: coming soon, coming soon page, coming soon plugin, wordpress coming soon, coming soon wp, construction, landing page, widget, Post, plugin, admin, launch page, maintenance, maintenance mode, offline, unavailable, under construction, 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, 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.4
7
- Stable tag: 2.9.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
4
  Tags: coming soon, coming soon page, coming soon plugin, wordpress coming soon, coming soon wp, construction, landing page, widget, Post, plugin, admin, launch page, maintenance, maintenance mode, offline, unavailable, under construction, 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, 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.4
7
+ Stable tag: 2.9.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10