Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 2.9.9 |
Comparing to | |
See all releases |
Code changes from version 2.9.8 to 2.9.9
- coming_soon.php +1 -1
- includes/admin_menu.php +1 -1
- includes/front_end.php +1 -1
- includes/install_database.php +1 -1
- 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.
|
8 |
* Author: wpdevart, maintenance mode GG
|
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: 2.9.9
|
8 |
* Author: wpdevart, maintenance mode GG
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
includes/admin_menu.php
CHANGED
@@ -49,7 +49,7 @@ class coming_soon_admin_menu{
|
|
49 |
add_action('admin_print_styles-' .$page_featured, array($this,'menu_requeried_scripts'));
|
50 |
}
|
51 |
|
52 |
-
/*############
|
53 |
|
54 |
public function menu_requeried_scripts(){
|
55 |
wp_enqueue_script('wp-color-picker');
|
49 |
add_action('admin_print_styles-' .$page_featured, array($this,'menu_requeried_scripts'));
|
50 |
}
|
51 |
|
52 |
+
/*############ Menu required scripts function ################*/
|
53 |
|
54 |
public function menu_requeried_scripts(){
|
55 |
wp_enqueue_script('wp-color-picker');
|
includes/front_end.php
CHANGED
@@ -41,7 +41,7 @@ class coming_soon_front_end{
|
|
41 |
|
42 |
}
|
43 |
|
44 |
-
/*############ Front-end function ################*/
|
45 |
|
46 |
public function create_fornt_end(){
|
47 |
if($this->params['coming_soon_page_mode']=='on'){
|
41 |
|
42 |
}
|
43 |
|
44 |
+
/*############ Create Front-end function ################*/
|
45 |
|
46 |
public function create_fornt_end(){
|
47 |
if($this->params['coming_soon_page_mode']=='on'){
|
includes/install_database.php
CHANGED
@@ -36,7 +36,7 @@ class install_database{
|
|
36 |
),
|
37 |
"coming_title"=>array(
|
38 |
"coming_soon_page_title_enable" => "1",
|
39 |
-
"coming_soon_page_page_title" => "
|
40 |
),
|
41 |
"coming_message"=>array(
|
42 |
"coming_soon_page_message_enable" => "1",
|
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",
|
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, 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: 2.9.
|
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, 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: 2.9.9
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|