Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0 to 3.0.1
- coming_soon.php +2 -2
- includes/admin_menu.php +1 -1
- includes/front_end.php +1 -1
- readme.txt +2 -2
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.
|
8 |
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
@@ -70,7 +70,7 @@ class coming_soon_main{
|
|
70 |
add_action( 'template_redirect', array($coming_soon_front_end,'create_fornt_end') );
|
71 |
}
|
72 |
|
73 |
-
/*############ Register scripts function ################*/
|
74 |
|
75 |
public function registr_requeried_scripts(){
|
76 |
//Registration of plugin necessary scripts and styles
|
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.1
|
8 |
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
70 |
add_action( 'template_redirect', array($coming_soon_front_end,'create_fornt_end') );
|
71 |
}
|
72 |
|
73 |
+
/*############ Register Requeried scripts function ################*/
|
74 |
|
75 |
public function registr_requeried_scripts(){
|
76 |
//Registration of plugin necessary scripts and styles
|
includes/admin_menu.php
CHANGED
@@ -463,7 +463,7 @@ class coming_soon_admin_menu{
|
|
463 |
<?php
|
464 |
}
|
465 |
|
466 |
-
/*######################### Countdown Function #################################*/
|
467 |
|
468 |
public function generete_countdown_section($page_parametrs){
|
469 |
|
463 |
<?php
|
464 |
}
|
465 |
|
466 |
+
/*######################### Countdown Timer Function #################################*/
|
467 |
|
468 |
public function generete_countdown_section($page_parametrs){
|
469 |
|
includes/front_end.php
CHANGED
@@ -62,7 +62,7 @@ class coming_soon_front_end{
|
|
62 |
|
63 |
}
|
64 |
|
65 |
-
/*############################### Generating Front-end ################################*/
|
66 |
|
67 |
public function generete_front_end_html(){
|
68 |
?><!DOCTYPE html>
|
62 |
|
63 |
}
|
64 |
|
65 |
+
/*############################### Generating Front-end function ################################*/
|
66 |
|
67 |
public function generete_front_end_html(){
|
68 |
?><!DOCTYPE html>
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Coming soon ===
|
2 |
Contributors: wpdevart
|
3 |
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, 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.5
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
1 |
+
=== Coming soon, Maintenance mode and Under construction ===
|
2 |
Contributors: wpdevart
|
3 |
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, 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.5
|
7 |
+
Stable tag: 3.0.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|