Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 3.0.3 |
Comparing to | |
See all releases |
Code changes from version 3.0.2 to 3.0.3
- coming_soon.php +3 -1
- images/support.png +0 -0
- includes/admin_menu.php +2 -2
- includes/style/admin-style.css +14 -0
- 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 |
*/
|
@@ -38,6 +38,8 @@ class coming_soon_main{
|
|
38 |
/*############ Create admin menu function ################*/
|
39 |
|
40 |
public function create_admin_menu(){
|
|
|
|
|
41 |
// Registration of file that is responsible for admin menu
|
42 |
require_once($this->coming_soon_plugin_path.'includes/admin_menu.php');
|
43 |
// Creation of admin menu object type
|
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.3
|
8 |
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
38 |
/*############ Create admin menu function ################*/
|
39 |
|
40 |
public function create_admin_menu(){
|
41 |
+
//
|
42 |
+
define("wpdevart_comingsoon_support_url","https://wordpress.org/support/plugin/coming-soon-page");
|
43 |
// Registration of file that is responsible for admin menu
|
44 |
require_once($this->coming_soon_plugin_path.'includes/admin_menu.php');
|
45 |
// Creation of admin menu object type
|
images/support.png
ADDED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -115,7 +115,7 @@ class coming_soon_admin_menu{
|
|
115 |
var comin_soon_parametrs_sucsses_saved="<?php echo $this->text_parametrs['parametrs_sucsses_saved'] ?>";
|
116 |
var comin_soon_all_parametrs = <?php echo json_encode($this->databese_parametrs); ?>;
|
117 |
</script>
|
118 |
-
<div class="coming_title"><h1>Coming Soon And Maintenance Mode <a style="text-decoration:none;" href="http://wpdevart.com/wordpress-coming-soon-plugin/"><span style="color: rgba(10, 154, 62, 1);"> (Upgrade to Pro Version)</span></a></h1></div>
|
119 |
<div id="coming_soon_enable" class="field switch">
|
120 |
<label for="radio1" class="cb-enable <?php if($enable_disable=='on') echo 'selected'; ?>"><span>Enable</span></label>
|
121 |
<label for="radio2" class="cb-disable <?php if($enable_disable=='off') echo 'selected'; ?>"><span>Disable</span></label>
|
@@ -1756,7 +1756,7 @@ class coming_soon_admin_menu{
|
|
1756 |
unset($mailing_lists[$_GET['id']]);
|
1757 |
update_option('users_mailer',json_encode($mailing_lists));
|
1758 |
}
|
1759 |
-
?><h2>Send Mail to all subscribed Users <a style="text-decoration:none;" href="http://wpdevart.com/wordpress-coming-soon-plugin/"><span style="color: rgba(10, 154, 62, 1);"> (Upgrade to Pro Version)</span></a></h2>
|
1760 |
<p><span style="color:red">All fields are required</span></p>
|
1761 |
|
1762 |
<form method="post" id="coming_soon_options_form_send_mail" action="admin.php?page='<?php echo str_replace( ' ', '-', $this->menu_name); ?>'">
|
115 |
var comin_soon_parametrs_sucsses_saved="<?php echo $this->text_parametrs['parametrs_sucsses_saved'] ?>";
|
116 |
var comin_soon_all_parametrs = <?php echo json_encode($this->databese_parametrs); ?>;
|
117 |
</script>
|
118 |
+
<div class="coming_title"><h1>Coming Soon And Maintenance Mode <a style="text-decoration:none;" href="http://wpdevart.com/wordpress-coming-soon-plugin/"><span style="color: rgba(10, 154, 62, 1);"> (Upgrade to Pro Version)</span></a><a target="blank" href="<?php echo wpdevart_comingsoon_support_url; ?>" class="wp_support">Support</a></h1></div>
|
119 |
<div id="coming_soon_enable" class="field switch">
|
120 |
<label for="radio1" class="cb-enable <?php if($enable_disable=='on') echo 'selected'; ?>"><span>Enable</span></label>
|
121 |
<label for="radio2" class="cb-disable <?php if($enable_disable=='off') echo 'selected'; ?>"><span>Disable</span></label>
|
1756 |
unset($mailing_lists[$_GET['id']]);
|
1757 |
update_option('users_mailer',json_encode($mailing_lists));
|
1758 |
}
|
1759 |
+
?><h2>Send Mail to all subscribed Users <a style="text-decoration:none;" href="http://wpdevart.com/wordpress-coming-soon-plugin/"><span style="color: rgba(10, 154, 62, 1);"> (Upgrade to Pro Version)</span></a><a target="blank" href="<?php echo wpdevart_comingsoon_support_url; ?>" class="wp_support">Support</a></h2>
|
1760 |
<p><span style="color:red">All fields are required</span></p>
|
1761 |
|
1762 |
<form method="post" id="coming_soon_options_form_send_mail" action="admin.php?page='<?php echo str_replace( ' ', '-', $this->menu_name); ?>'">
|
includes/style/admin-style.css
CHANGED
@@ -323,4 +323,18 @@ button{
|
|
323 |
}
|
324 |
#massage_description{
|
325 |
height:110px !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
}
|
323 |
}
|
324 |
#massage_description{
|
325 |
height:110px !important;
|
326 |
+
}
|
327 |
+
|
328 |
+
/*For Support link*/
|
329 |
+
|
330 |
+
.wp_support {
|
331 |
+
display: inline-block;
|
332 |
+
float: right;
|
333 |
+
background: #fff url(../../images/support.png) no-repeat 7px center;
|
334 |
+
padding: 8px 20px 9px 45px;
|
335 |
+
font-size: 16px;
|
336 |
+
text-decoration: none;
|
337 |
+
border-radius: 2px;
|
338 |
+
border: 1px solid #d4d4d4;
|
339 |
+
margin-right: 20px;
|
340 |
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ 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.8
|
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, 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.8.1
|
7 |
+
Stable tag: 3.0.3
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|