Coming soon and Maintenance mode - Version 2.9.6

Version Description

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Coming soon and Maintenance mode
Version 2.9.6
Comparing to
See all releases

Code changes from version 2.9.5 to 2.9.6

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.5
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.6
8
  * Author: wpdevart, maintenance mode GG
9
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
includes/admin_menu.php CHANGED
@@ -1221,7 +1221,7 @@ class coming_soon_admin_menu{
1221
  </div>
1222
  <?php
1223
  }
1224
- /*######################### Link To Admin #################################*/
1225
  public function generete_link_to_tashboard_section($page_parametrs){
1226
 
1227
  ?>
1221
  </div>
1222
  <?php
1223
  }
1224
+ /*######################### Link To Admin Function #################################*/
1225
  public function generete_link_to_tashboard_section($page_parametrs){
1226
 
1227
  ?>
includes/front_end.php CHANGED
@@ -61,7 +61,9 @@ class coming_soon_front_end{
61
  }
62
 
63
  }
64
- /*############################### Generating Front-end ################################*/
 
 
65
  public function generete_front_end_html(){
66
  ?><!DOCTYPE html>
67
  <html>
@@ -122,6 +124,7 @@ class coming_soon_front_end{
122
 
123
 
124
  /*############################################# Except Pages/Posts Ips Function #################################################*/
 
125
  private function is_in_except(){
126
  $ips=json_decode(stripslashes($this->params['coming_soon_page_showed_ips']), true);
127
  if(!$ips)
@@ -182,6 +185,7 @@ class coming_soon_front_end{
182
  echo '</center></div></span></div> ';
183
  }
184
  /*############ Content CSS function ################*/
 
185
  private function content_css(){
186
  $aligment_position='text-align:center; vertical-align:middle;';
187
  echo ".information{ background: rgba(255,255,255,0.55); border-radius:8px; max-width:740px; padding-right:10px;padding-left:10px;padding-bottom:10px; }\r\n";
@@ -190,6 +194,9 @@ class coming_soon_front_end{
190
 
191
 
192
  }
 
 
 
193
  private function content_javascript(){
194
  }
195
  /*######################################################################## Logo Function ##############################################################*/
61
  }
62
 
63
  }
64
+
65
+ /*############################### Generating Front-end ################################*/
66
+
67
  public function generete_front_end_html(){
68
  ?><!DOCTYPE html>
69
  <html>
124
 
125
 
126
  /*############################################# Except Pages/Posts Ips Function #################################################*/
127
+
128
  private function is_in_except(){
129
  $ips=json_decode(stripslashes($this->params['coming_soon_page_showed_ips']), true);
130
  if(!$ips)
185
  echo '</center></div></span></div> ';
186
  }
187
  /*############ Content CSS function ################*/
188
+
189
  private function content_css(){
190
  $aligment_position='text-align:center; vertical-align:middle;';
191
  echo ".information{ background: rgba(255,255,255,0.55); border-radius:8px; max-width:740px; padding-right:10px;padding-left:10px;padding-bottom:10px; }\r\n";
194
 
195
 
196
  }
197
+
198
+ /*############ Content Javascript function ################*/
199
+
200
  private function content_javascript(){
201
  }
202
  /*######################################################################## Logo Function ##############################################################*/
includes/install_database.php CHANGED
@@ -80,7 +80,7 @@ class install_database{
80
 
81
  }
82
 
83
- /*###################### Install database function ##################*/
84
 
85
  public function install_databese(){
86
  foreach( $this->installed_options as $key => $option ){
80
 
81
  }
82
 
83
+ /*###################### Install Coming soon database function ##################*/
84
 
85
  public function install_databese(){
86
  foreach( $this->installed_options as $key => $option ){
includes/style/admin-style.css CHANGED
@@ -32,6 +32,7 @@
32
  .black{
33
  background-color:rgba(176, 176, 176, 0.07) !important;
34
  }
 
35
  .coming_title h1{
36
  font-family: serif;
37
  /*Color: #3AA3D4;*/
@@ -114,7 +115,7 @@
114
  .main_parametrs_group_div:hover{
115
  border: 1px solid #D5D5D5;
116
  }
117
-
118
  .head_panel_div{
119
  cursor:pointer;
120
  border-bottom:1px solid #e5e5e5;
32
  .black{
33
  background-color:rgba(176, 176, 176, 0.07) !important;
34
  }
35
+ /*Title H1 style*/
36
  .coming_title h1{
37
  font-family: serif;
38
  /*Color: #3AA3D4;*/
115
  .main_parametrs_group_div:hover{
116
  border: 1px solid #D5D5D5;
117
  }
118
+ /*Head panel style*/
119
  .head_panel_div{
120
  cursor:pointer;
121
  border-bottom:1px solid #e5e5e5;
includes/style/style.css CHANGED
@@ -44,6 +44,7 @@ body{
44
  min-width:150px;
45
  display: inline-block;
46
  }
 
47
  .time_left{
48
  border:none;
49
 
44
  min-width:150px;
45
  display: inline-block;
46
  }
47
+ /*Time left style*/
48
  .time_left{
49
  border:none;
50
 
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.4
7
- Stable tag: 2.9.5
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.4
7
+ Stable tag: 2.9.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10