Coming soon and Maintenance mode - Version 2.2.6

Version Description

Download this release

Release Info

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

Code changes from version 2.2.5 to 2.2.6

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.2.5
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
@@ -63,7 +63,7 @@ class coming_soon_main{
63
  }
64
 
65
  public function registr_requeried_scripts(){
66
- //Registration of necessary scripts and styles
67
  wp_register_script('coming-soon-script',$this->coming_soon_plugin_url.'includes/javascript/front_end_js.js');
68
  wp_register_script('angularejs',$this->coming_soon_plugin_url.'includes/javascript/angular.min.js');
69
  wp_register_script('coming-soon-script-admin',$this->coming_soon_plugin_url.'includes/javascript/admin_coming_soon.js');
@@ -77,6 +77,6 @@ class coming_soon_main{
77
  add_action( 'init', array($this,'registr_requeried_scripts') );
78
  }
79
  }
80
- $cooming_soon = new coming_soon_main(); // Creation of main object
81
 
82
  ?>
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.2.6
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
63
  }
64
 
65
  public function registr_requeried_scripts(){
66
+ //Registration of plugin necessary scripts and styles
67
  wp_register_script('coming-soon-script',$this->coming_soon_plugin_url.'includes/javascript/front_end_js.js');
68
  wp_register_script('angularejs',$this->coming_soon_plugin_url.'includes/javascript/angular.min.js');
69
  wp_register_script('coming-soon-script-admin',$this->coming_soon_plugin_url.'includes/javascript/admin_coming_soon.js');
77
  add_action( 'init', array($this,'registr_requeried_scripts') );
78
  }
79
  }
80
+ $cooming_soon = new coming_soon_main(); // main object creation part
81
 
82
  ?>
includes/admin_menu.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
 
3
- /*############ Admin Menu Class for Coming Soon ################*/
4
 
5
  class coming_soon_admin_menu{
6
 
1
  <?php
2
 
3
+ /*############ Admin Menu Class for Coming Soon plugin ################*/
4
 
5
  class coming_soon_admin_menu{
6
 
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 logged in, page will redirect to coming soon 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 plugin display page and then 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 user to coming soon 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 plugin display page and then redirecting
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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, responsive, video background, yahoo
5
  Requires at least: 3.4.0
6
  Tested up to: 4.2.3
7
- Stable tag: 2.2.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -270,6 +270,10 @@ We recommend you to take a look for this useful plugins - [WordPress booking cal
270
 
271
  * Added new featured plugin.
272
 
 
 
 
 
273
  ==Wordpress Coming soon step by step guide==
274
 
275
  ### WordPress Coming Soon and Maintenance Mode - Logo
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, responsive, video background, yahoo
5
  Requires at least: 3.4.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 2.2.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
270
 
271
  * Added new featured plugin.
272
 
273
+ = 2.2.5 =
274
+
275
+ * Some changes.
276
+
277
  ==Wordpress Coming soon step by step guide==
278
 
279
  ### WordPress Coming Soon and Maintenance Mode - Logo