Site Offline Or Coming Soon Or Maintenance Mode - Version 1.3.0

Version Description

  • Resolved Issue regarding CSS
Download this release

Release Info

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

Code changes from version 1.2.9 to 1.3.0

Files changed (3) hide show
  1. assets/css/backend.css +2 -1
  2. readme.txt +5 -1
  3. site-offline.php +3 -2
assets/css/backend.css CHANGED
@@ -78,7 +78,8 @@ a:hover,a:focus{
78
  margin-bottom:10px;
79
  border:10px solid #f2f2f2;
80
  }
81
- input[type=text].pro_text, input[type=url].pro_text, input[type=email].pro_text{
 
82
  width: 70%;
83
  margin-bottom: 10px;
84
  margin-right: 10px;
78
  margin-bottom:10px;
79
  border:10px solid #f2f2f2;
80
  }
81
+
82
+ input[type=text].pro_text, input[type=url].pro_text, input[type=email].pro_text{
83
  width: 70%;
84
  margin-bottom: 10px;
85
  margin-right: 10px;
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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: 4.9.8
7
- Stable tag: 1.2.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -136,6 +136,10 @@ Please use WordPress support forum to ask any query regarding any issue.
136
 
137
 
138
  == Changelog ==
 
 
 
 
139
  = 1.2.9 =
140
  * Compatible with wordpress 4.9.8
141
 
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.9.8
7
+ Stable tag: 1.3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
136
 
137
 
138
  == Changelog ==
139
+
140
+ = 1.3.0 =
141
+ * Resolved Issue regarding CSS
142
+
143
  = 1.2.9 =
144
  * Compatible with wordpress 4.9.8
145
 
site-offline.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
- * Version: 1.2.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
@@ -18,7 +18,7 @@ function sahu_so_language_translation() {
18
  load_plugin_textdomain( SAHU_SO_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/language/' );
19
  }
20
 
21
- ### Default Data ###
22
  register_activation_hook( __FILE__, 'sahu_so_dd' );
23
  function sahu_so_dd()
24
  {
@@ -28,6 +28,7 @@ function sahu_so_dd()
28
  // Site Offline Menu Page
29
  add_action('admin_menu','sahu_site_offline_wp_menu');
30
 
 
31
  function sahu_site_offline_wp_menu()
32
  {
33
  //plugin menu name for Site Offline plugin
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
+ * Version: 1.3.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.freehtmldesigns.com
18
  load_plugin_textdomain( SAHU_SO_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/language/' );
19
  }
20
 
21
+ ## Default Data ##
22
  register_activation_hook( __FILE__, 'sahu_so_dd' );
23
  function sahu_so_dd()
24
  {
28
  // Site Offline Menu Page
29
  add_action('admin_menu','sahu_site_offline_wp_menu');
30
 
31
+
32
  function sahu_site_offline_wp_menu()
33
  {
34
  //plugin menu name for Site Offline plugin