Site Offline Or Coming Soon Or Maintenance Mode - Version 1.2.1

Version Description

  • Minor bug resolved
Download this release

Release Info

Developer chandrashekharsahu
Plugin Icon 128x128 Site Offline Or Coming Soon Or Maintenance Mode
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.0 to 1.2.1

Files changed (3) hide show
  1. output/index.php +18 -20
  2. readme.txt +3 -1
  3. site-offline.php +1 -1
output/index.php CHANGED
@@ -12,7 +12,7 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
12
  <head>
13
  <!-- ==========================
14
  META TAGS
15
- =========================== -->
16
  <!-- META DATA -->
17
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
18
  <meta charset="utf-8">
@@ -21,27 +21,25 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
21
  <!-- ==========================
22
  TITLE
23
  =========================== -->
24
- <title><?php echo $sahu_so_seo['sahu_so_seo_title']; ?></title>
25
- <meta charset="utf-8">
26
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
27
- <meta name="viewport" content="width=device-width, initial-scale=1">
28
- <link rel="shortcut icon" href="<?php echo $sahu_so_seo['sahu_so_favicon']; ?>">
29
 
30
-
31
- <!-- CSS -->
32
- <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'assets/css/bootstrap.css'; ?>" />
33
- <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'assets/css/font-awesome/css/font-awesome.min.css'; ?>" />
34
- <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/jquery.vegas.css'; ?>" />
35
- <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/custom.css'; ?>" />
36
- <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/animate.css'; ?>" />
37
- <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/form-elements.css'; ?>" />
38
- <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/style.css'; ?>" />
39
- <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/media-queries.css'; ?>" />
40
-
41
- <!-- Favicon and touch icons -->
42
- <link rel="shortcut icon" href="<?php echo $sahu_so_seo['sahu_so_favicon']; ?>">
43
-
44
 
 
 
 
45
  <style>
46
  .head
47
  {
12
  <head>
13
  <!-- ==========================
14
  META TAGS
15
+ ===========================-->
16
  <!-- META DATA -->
17
  <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
18
  <meta charset="utf-8">
21
  <!-- ==========================
22
  TITLE
23
  =========================== -->
24
+ <title><?php echo $sahu_so_seo['sahu_so_seo_title']; ?></title>
25
+ <meta charset="utf-8">
26
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
27
+ <meta name="viewport" content="width=device-width, initial-scale=1">
28
+ <link rel="shortcut icon" href="<?php echo $sahu_so_seo['sahu_so_favicon']; ?>">
29
 
30
+ <!-- CSS -->
31
+ <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'assets/css/bootstrap.css'; ?>" />
32
+ <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'assets/css/font-awesome/css/font-awesome.min.css'; ?>" />
33
+ <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/jquery.vegas.css'; ?>" />
34
+ <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/custom.css'; ?>" />
35
+ <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/animate.css'; ?>" />
36
+ <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/form-elements.css'; ?>" />
37
+ <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/style.css'; ?>" />
38
+ <link rel="stylesheet" href="<?php echo SAHU_SO_PLUGIN_URL.'output/assets/css/media-queries.css'; ?>" />
 
 
 
 
 
39
 
40
+ <!-- Favicon and touch icons -->
41
+ <link rel="shortcut icon" href="<?php echo $sahu_so_seo['sahu_so_favicon']; ?>">
42
+
43
  <style>
44
  .head
45
  {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://fokatdeal.com/
4
  Tags: admin, coming soon, coming soon page, coming soon wp, coming soon wordPress plugin, construction, countdown timer, email, gmail, landing page, launch, launch page, maintenance, maintenance mode, message, newsletter, notify, offline, offline mode, offline, page, preview, site offline, site is offline, website offline, subscriber, ultimate coming soon page, ultimate landing page, unavailable, under construction, underconstruction, under construction page, wordpress coming soon, wordpress landing page, wordpress maintenance mode, wordpress maintenance mode plugin, wordpress under construction, wordpress under construction page
5
  Requires at least: 4.0
6
  Tested up to: 4.8.2
7
- Stable tag: 1.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -124,6 +124,8 @@ Please use WordPress support forum to ask any query regarding any issue.
124
 
125
  == Changelog ==
126
 
 
 
127
 
128
  = 1.2.0 =
129
  * Compatible with wordpress 4.8.2
4
  Tags: admin, coming soon, coming soon page, coming soon wp, coming soon wordPress plugin, construction, countdown timer, email, gmail, landing page, launch, launch page, maintenance, maintenance mode, message, newsletter, notify, offline, offline mode, offline, page, preview, site offline, site is offline, website offline, subscriber, ultimate coming soon page, ultimate landing page, unavailable, under construction, underconstruction, under construction page, wordpress coming soon, wordpress landing page, wordpress maintenance mode, wordpress maintenance mode plugin, wordpress under construction, wordpress under construction page
5
  Requires at least: 4.0
6
  Tested up to: 4.8.2
7
+ Stable tag: 1.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
124
 
125
  == Changelog ==
126
 
127
+ = 1.2.1 =
128
+ * Minor bug resolved
129
 
130
  = 1.2.0 =
131
  * Compatible with wordpress 4.8.2
site-offline.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
- * Version: 1.2.0
5
  * Description: Site Offline plugin manage your WordPress website when it's under construction or maintenance mode or coming soon.
6
  * Author: Chandra Shekhar Sahu
7
  * Author URI: http://www.fokatdeal.com
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
+ * Version: 1.2.1
5
  * Description: Site Offline plugin manage your WordPress website when it's under construction or maintenance mode or coming soon.
6
  * Author: Chandra Shekhar Sahu
7
  * Author URI: http://www.fokatdeal.com