Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 2.9.2 |
Comparing to | |
See all releases |
Code changes from version 2.9.1 to 2.9.2
- coming_soon.php +3 -1
- includes/front_end.php +2 -0
- includes/install_database.php +2 -0
- 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
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
@@ -82,6 +82,8 @@ class coming_soon_main{
|
|
82 |
|
83 |
}
|
84 |
|
|
|
|
|
85 |
public function call_base_filters(){
|
86 |
add_action( 'init', array($this,'registr_requeried_scripts') );
|
87 |
//for_upgrade
|
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.2
|
8 |
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
82 |
|
83 |
}
|
84 |
|
85 |
+
/*############ Call base filters function ################*/
|
86 |
+
|
87 |
public function call_base_filters(){
|
88 |
add_action( 'init', array($this,'registr_requeried_scripts') );
|
89 |
//for_upgrade
|
includes/front_end.php
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
<?php
|
2 |
|
|
|
|
|
3 |
class coming_soon_front_end{
|
4 |
private $menu_name;
|
5 |
private $plugin_url;
|
1 |
<?php
|
2 |
|
3 |
+
/*############ Coming soon front-end file ################*/
|
4 |
+
|
5 |
class coming_soon_front_end{
|
6 |
private $menu_name;
|
7 |
private $plugin_url;
|
includes/install_database.php
CHANGED
@@ -7,6 +7,8 @@ class install_database{
|
|
7 |
public $installed_options; // Standard options
|
8 |
private $plugin_url;
|
9 |
|
|
|
|
|
10 |
function __construct(){
|
11 |
|
12 |
if(isset($params['plugin_url']))
|
7 |
public $installed_options; // Standard options
|
8 |
private $plugin_url;
|
9 |
|
10 |
+
/*############ Construct function ################*/
|
11 |
+
|
12 |
function __construct(){
|
13 |
|
14 |
if(isset($params['plugin_url']))
|
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.3
|
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, 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.9.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|