Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Coming soon and Maintenance mode |
Version | 3.0.9 |
Comparing to | |
See all releases |
Code changes from version 3.0.8 to 3.0.9
- coming_soon.php +1 -1
- includes/admin_menu.php +3 -3
- includes/front_end.php +1 -1
- includes/install_database.php +2 -2
- 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.9
|
8 |
* Author: wpdevart
|
9 |
* License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
includes/admin_menu.php
CHANGED
@@ -320,7 +320,7 @@ class coming_soon_admin_menu{
|
|
320 |
</tr>
|
321 |
<tr>
|
322 |
<td>
|
323 |
-
Title Font
|
324 |
</td>
|
325 |
<td>
|
326 |
<input type="text" class="pro_input" name="coming_soon_page_page_title_font_size" id="coming_soon_page_page_title_font_size" value="55">(Px)
|
@@ -608,7 +608,7 @@ class coming_soon_admin_menu{
|
|
608 |
</tr>
|
609 |
<tr class="tr_circle">
|
610 |
<td>
|
611 |
-
Countdown
|
612 |
</td>
|
613 |
<td>
|
614 |
<input class="pro_input" type="text" name="coming_soon_page_countdown_circle_size" id="coming_soon_page_countdown_circle_size" value="120">(Px)
|
@@ -617,7 +617,7 @@ class coming_soon_admin_menu{
|
|
617 |
|
618 |
<tr class="tr_circle">
|
619 |
<td>
|
620 |
-
Countdown
|
621 |
</td>
|
622 |
<td>
|
623 |
<input type="text" size="3" class="coming_number_slider pro_input" data-max-val="100" data-min-val="0" name="coming_soon_page_countdown_circle_border" value="3" id="coming_soon_page_countdown_circle_border" style="border:0; color:#f6931f; font-weight:bold; width:35px" >%
|
320 |
</tr>
|
321 |
<tr>
|
322 |
<td>
|
323 |
+
Title Font size<span class="pro_feature"> (pro)</span> <span title="Type here your coming soon page title font size(px)." class="desription_class">?</span>
|
324 |
</td>
|
325 |
<td>
|
326 |
<input type="text" class="pro_input" name="coming_soon_page_page_title_font_size" id="coming_soon_page_page_title_font_size" value="55">(Px)
|
608 |
</tr>
|
609 |
<tr class="tr_circle">
|
610 |
<td>
|
611 |
+
Countdown size<span class="pro_feature"> (pro)</span> <span title="Configure the countdown size." class="desription_class">?</span>
|
612 |
</td>
|
613 |
<td>
|
614 |
<input class="pro_input" type="text" name="coming_soon_page_countdown_circle_size" id="coming_soon_page_countdown_circle_size" value="120">(Px)
|
617 |
|
618 |
<tr class="tr_circle">
|
619 |
<td>
|
620 |
+
Countdown border width<span class="pro_feature"> (pro)</span> <span title="Select the countdown border width for circle buttons(only apears when you choose Countedown circle buttons)(px)." class="desription_class">?</span>
|
621 |
</td>
|
622 |
<td>
|
623 |
<input type="text" size="3" class="coming_number_slider pro_input" data-max-val="100" data-min-val="0" name="coming_soon_page_countdown_circle_border" value="3" id="coming_soon_page_countdown_circle_border" style="border:0; color:#f6931f; font-weight:bold; width:35px" >%
|
includes/front_end.php
CHANGED
@@ -265,7 +265,7 @@ class coming_soon_front_end{
|
|
265 |
|
266 |
|
267 |
|
268 |
-
/*################################################################################### Social Buttons Part ###########################################################################*/
|
269 |
private function create_socialis_html(){
|
270 |
if($this->params['coming_soon_page_socialis_enable']){
|
271 |
?>
|
265 |
|
266 |
|
267 |
|
268 |
+
/*################################################################################### Social Buttons function Part ###########################################################################*/
|
269 |
private function create_socialis_html(){
|
270 |
if($this->params['coming_soon_page_socialis_enable']){
|
271 |
?>
|
includes/install_database.php
CHANGED
@@ -40,7 +40,7 @@ class install_database{
|
|
40 |
),
|
41 |
"coming_message"=>array(
|
42 |
"coming_soon_page_message_enable" => "1",
|
43 |
-
"coming_soon_page_page_message" => "<h3>We will be back soon. View some useful information on our
|
44 |
),
|
45 |
"coming_countdown"=>array(
|
46 |
),
|
@@ -80,7 +80,7 @@ class install_database{
|
|
80 |
|
81 |
}
|
82 |
|
83 |
-
/*###################### Install
|
84 |
|
85 |
public function install_databese(){
|
86 |
foreach( $this->installed_options as $key => $option ){
|
40 |
),
|
41 |
"coming_message"=>array(
|
42 |
"coming_soon_page_message_enable" => "1",
|
43 |
+
"coming_soon_page_page_message" => "<h3>We will be back soon. View some useful information on our Coming Soon page and share it.</h3>"
|
44 |
),
|
45 |
"coming_countdown"=>array(
|
46 |
),
|
80 |
|
81 |
}
|
82 |
|
83 |
+
/*###################### Install database function ##################*/
|
84 |
|
85 |
public function install_databese(){
|
86 |
foreach( $this->installed_options as $key => $option ){
|
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:
|
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: 5.0.1
|
7 |
+
Stable tag: 3.0.9
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|