Site Offline Or Coming Soon Or Maintenance Mode - Version 1.4.7

Version Description

Download this release

Release Info

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

Code changes from version 1.4.6 to 1.4.7

Files changed (2) hide show
  1. readme.txt +2 -2
  2. site-offline.php +3 -3
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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.7
7
- Stable tag: 1.4.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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.7.2
7
+ Stable tag: 1.4.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
site-offline.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
- * Version: 1.4.6
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
@@ -17,7 +17,7 @@ add_action('plugins_loaded', 'sahu_so_language_translation');
17
  function sahu_so_language_translation() {
18
  load_plugin_textdomain( SAHU_SO_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/language/' );
19
  }
20
- ## Default Data ##
21
  register_activation_hook( __FILE__, 'sahu_so_dd' );
22
  function sahu_so_dd()
23
  {
@@ -30,7 +30,7 @@ add_action('admin_menu','sahu_site_offline_wp_menu');
30
  function sahu_site_offline_wp_menu()
31
  {
32
  //plugin menu name for Site Offline plugin
33
- $menu = add_menu_page('Site Offline', 'Site Offline','administrator', 'sahu_site_offline_wp','sahu_site_offline_content','dashicons-welcome-view-site');
34
 
35
  //added hook to add styles and scripts for Site Offline admin page
36
  add_action( 'admin_print_styles-' . $menu, 'sahu_site_offline_wp_script' );
1
  <?php
2
  /**
3
  * Plugin Name: Site Offline
4
+ * Version: 1.4.7
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
17
  function sahu_so_language_translation() {
18
  load_plugin_textdomain( SAHU_SO_TEXT_DOMAIN, FALSE, dirname( plugin_basename(__FILE__)).'/language/' );
19
  }
20
+ ## Default Data Defined ##
21
  register_activation_hook( __FILE__, 'sahu_so_dd' );
22
  function sahu_so_dd()
23
  {
30
  function sahu_site_offline_wp_menu()
31
  {
32
  //plugin menu name for Site Offline plugin
33
+ $menu = add_menu_page('Site Offline','Site Offline','administrator', 'sahu_site_offline_wp','sahu_site_offline_content','dashicons-welcome-view-site');
34
 
35
  //added hook to add styles and scripts for Site Offline admin page
36
  add_action( 'admin_print_styles-' . $menu, 'sahu_site_offline_wp_script' );