Site Offline Or Coming Soon Or Maintenance Mode - Version 1.3.9

Version Description

*compatible with 5.2.4

Download this release

Release Info

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

Code changes from version 1.3.8 to 1.3.9

Files changed (3) hide show
  1. output/index.php +0 -1
  2. readme.txt +6 -3
  3. site-offline.php +3 -3
output/index.php CHANGED
@@ -105,7 +105,6 @@ $sahu_so_contact = unserialize(get_option('sahu_so_contact'));
105
  <?php echo $sahu_so_design['sahu_so_custom_css']; ?>
106
  </style>
107
 
108
-
109
  <?php echo $sahu_so_seo['sahu_so_seo_analytiso']; ?>
110
  </head>
111
  <body>
105
  <?php echo $sahu_so_design['sahu_so_custom_css']; ?>
106
  </style>
107
 
 
108
  <?php echo $sahu_so_seo['sahu_so_seo_analytiso']; ?>
109
  </head>
110
  <body>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Site Offline Or Coming Soon Or Maintenance Mode ===
2
  Contributors: chandrashekharsahu
3
  Donate link: http://www.freehtmldesigns.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: 5.2.2
7
- Stable tag: 1.3.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -136,6 +136,9 @@ Please use WordPress support forum to ask any query regarding any issue.
136
 
137
 
138
  == Changelog ==
 
 
 
139
  = 1.3.8 =
140
  *compatible with 5.2.2
141
 
1
  === Site Offline Or Coming Soon Or Maintenance Mode ===
2
  Contributors: chandrashekharsahu
3
  Donate link: http://www.freehtmldesigns.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, coming soon countdown
5
  Requires at least: 4.0
6
+ Tested up to: 5.2.4
7
+ Stable tag: 1.3.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
136
 
137
 
138
  == Changelog ==
139
+ = 1.3.9 =
140
+ *compatible with 5.2.4
141
+
142
  = 1.3.8 =
143
  *compatible with 5.2.2
144
 
site-offline.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
- * Version: 1.3.8
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.freehtmldesigns.com
@@ -36,6 +36,7 @@ function sahu_site_offline_wp_menu()
36
  //added hook to add styles and scripts for Site Offline admin page
37
  add_action( 'admin_print_styles-' . $menu, 'sahu_site_offline_wp_script' );
38
  }
 
39
  require_once('functions/script.php');
40
 
41
  function sahu_site_offline_content()
@@ -121,7 +122,6 @@ function sahu_so_admin_bar_button()
121
  }
122
 
123
  </style>
124
- <?php
125
-
126
  }
127
  ?>
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
+ * Version: 1.3.9
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.freehtmldesigns.com
36
  //added hook to add styles and scripts for Site Offline admin page
37
  add_action( 'admin_print_styles-' . $menu, 'sahu_site_offline_wp_script' );
38
  }
39
+
40
  require_once('functions/script.php');
41
 
42
  function sahu_site_offline_content()
122
  }
123
 
124
  </style>
125
+ <?php
 
126
  }
127
  ?>