Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 3.0.7 |
Comparing to | |
See all releases |
Code changes from version 3.0.6 to 3.0.7
- coming_soon.php +1 -1
- includes/admin_menu.php +2 -2
- includes/front_end.php +2 -2
- includes/install_database.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 |
*/
|
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 |
*/
|
includes/admin_menu.php
CHANGED
@@ -37,7 +37,7 @@ class coming_soon_admin_menu{
|
|
37 |
add_action( 'wp_ajax_coming_soon_send_mail', array($this,'sending_mail') );
|
38 |
}
|
39 |
|
40 |
-
/*############
|
41 |
|
42 |
public function create_menu(){
|
43 |
$main_page = add_menu_page( $this->menu_name, $this->menu_name, 'manage_options', str_replace( ' ', '-', $this->menu_name), array($this, 'main_menu_function'),$this->plugin_url.'images/menu_icon.png');
|
@@ -79,7 +79,7 @@ class coming_soon_admin_menu{
|
|
79 |
|
80 |
}
|
81 |
|
82 |
-
/*############
|
83 |
|
84 |
public function save_in_databese(){
|
85 |
$kk=1;
|
37 |
add_action( 'wp_ajax_coming_soon_send_mail', array($this,'sending_mail') );
|
38 |
}
|
39 |
|
40 |
+
/*############ Menu function ################*/
|
41 |
|
42 |
public function create_menu(){
|
43 |
$main_page = add_menu_page( $this->menu_name, $this->menu_name, 'manage_options', str_replace( ' ', '-', $this->menu_name), array($this, 'main_menu_function'),$this->plugin_url.'images/menu_icon.png');
|
79 |
|
80 |
}
|
81 |
|
82 |
+
/*############ Database function ################*/
|
83 |
|
84 |
public function save_in_databese(){
|
85 |
$kk=1;
|
includes/front_end.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
|
3 |
-
/*############ Coming soon
|
4 |
|
5 |
class coming_soon_front_end{
|
6 |
private $menu_name;
|
@@ -9,7 +9,7 @@ class coming_soon_front_end{
|
|
9 |
private $params;
|
10 |
private $list_of_animations;
|
11 |
|
12 |
-
/*############ Construct
|
13 |
|
14 |
function __construct($params){
|
15 |
|
1 |
<?php
|
2 |
|
3 |
+
/*############ Coming soon Front-end Code ################*/
|
4 |
|
5 |
class coming_soon_front_end{
|
6 |
private $menu_name;
|
9 |
private $params;
|
10 |
private $list_of_animations;
|
11 |
|
12 |
+
/*############ Construct parameters function ################*/
|
13 |
|
14 |
function __construct($params){
|
15 |
|
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
@@ -3,8 +3,8 @@ Contributors: wpdevart
|
|
3 |
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.
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
3 |
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 |
|