Coming soon and Maintenance mode - Version 2.1.5

Version Description

Download this release

Release Info

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

Code changes from version 2.1.4 to 2.1.5

coming_soon.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * 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.
6
- * Version: 2.1.4
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * 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.
6
+ * Version: 2.1.5
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/front_end.php CHANGED
@@ -36,7 +36,7 @@ class coming_soon_front_end{
36
 
37
  public function create_fornt_end(){
38
  if($this->params['coming_soon_page_mode']=='on'){
39
- //if user not login page is redirect on coming soon template page
40
  if ( (!is_user_logged_in() && !$this->is_in_except()) || (isset($_GET['special_variable_for_live_previev']) && $_GET['special_variable_for_live_previev']=='sdfg564sfdh645fds4ghs515vsr5g48strh846sd6g41513btsd') )
41
  {
42
  //get path of our coming soon display page and redirecting
36
 
37
  public function create_fornt_end(){
38
  if($this->params['coming_soon_page_mode']=='on'){
39
+ //if user not logged in, page will redirect to coming soon template page
40
  if ( (!is_user_logged_in() && !$this->is_in_except()) || (isset($_GET['special_variable_for_live_previev']) && $_GET['special_variable_for_live_previev']=='sdfg564sfdh645fds4ghs515vsr5g48strh846sd6g41513btsd') )
41
  {
42
  //get path of our coming soon display page and redirecting
includes/install_database.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- /// class for install databese
4
 
5
  class install_database{
6
 
1
  <?php
2
 
3
+ /// here is the class for install databese
4
 
5
  class install_database{
6
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Coming soon and Maintenance mode ===
2
  Contributors: maintenance mode GG, wpdevart, big ben keeper
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
- Tags: widget, Post , plugin, admin, twitter, page, coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, offline, unavailable, under construction, wordpress coming soon, 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, email, gmail, message, notify, preview, subscriber, user, meta, under maintenance, site maintenance, schedule maintenance, admin maintenance, Maintenance Checklist, mode, custom maintenence mode
5
  Requires at least: 3.4.0
6
  Tested up to: 4.2.3
7
- Stable tag: 2.1.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -212,7 +212,11 @@ We recommend you to take a look for this useful plugins - [WordPress Poll plugin
212
 
213
  = 2.1.3 =
214
 
215
- * Notices fixed.
 
 
 
 
216
 
217
  ==Wordpress Coming soon step by step guide==
218
 
1
  === Coming soon and Maintenance mode ===
2
  Contributors: maintenance mode GG, wpdevart, big ben keeper
3
  Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
+ Tags: widget, Post , plugin, admin, twitter, page, coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, offline, unavailable, under construction, wordpress coming soon, 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, email, gmail, message, notify, preview, subscriber, user, meta, under maintenance, site maintenance, schedule maintenance, admin maintenance, Maintenance Checklist, mode, custom maintenence mode, bing
5
  Requires at least: 3.4.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 2.1.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
212
 
213
  = 2.1.3 =
214
 
215
+ * Fixed notices .
216
+
217
+ = 2.1.4 =
218
+
219
+ * edited some texts.
220
 
221
  ==Wordpress Coming soon step by step guide==
222