Version Description
- Minor bug resolved.
Download this release
Release Info
Developer | chandrashekharsahu |
Plugin | Site Offline Or Coming Soon Or Maintenance Mode |
Version | 1.1.5 |
Comparing to | |
See all releases |
Code changes from version 1.1.4 to 1.1.5
- backend/seo.php +2 -2
- readme.txt +5 -2
- site-offline.php +1 -1
backend/seo.php
CHANGED
@@ -100,8 +100,8 @@ function sahu_save_data_seo(){
|
|
100 |
if(isset($_POST['action_seo'])=="sahu_sop_seo") {
|
101 |
$sahu_so_favicon = sanitize_text_field($_POST['sahu_so_favicon']);
|
102 |
$sahu_so_seo_title = stripslashes(sanitize_text_field($_POST['sahu_so_seo_title']));
|
103 |
-
$sahu_so_seo_desc = stripslashes(
|
104 |
-
$sahu_so_seo_analytiso = stripslashes(
|
105 |
|
106 |
|
107 |
$seo = serialize( array(
|
100 |
if(isset($_POST['action_seo'])=="sahu_sop_seo") {
|
101 |
$sahu_so_favicon = sanitize_text_field($_POST['sahu_so_favicon']);
|
102 |
$sahu_so_seo_title = stripslashes(sanitize_text_field($_POST['sahu_so_seo_title']));
|
103 |
+
$sahu_so_seo_desc = stripslashes($_POST['sahu_so_seo_desc']);
|
104 |
+
$sahu_so_seo_analytiso = stripslashes($_POST['sahu_so_seo_analytiso']);
|
105 |
|
106 |
|
107 |
$seo = serialize( array(
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: chandrashekharsahu
|
|
3 |
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: 3.5.1
|
6 |
-
Tested up to: 4.7.
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -124,6 +124,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
124 |
|
125 |
== Changelog ==
|
126 |
|
|
|
|
|
|
|
127 |
= 1.1.4 =
|
128 |
* Minor css issue resolved.
|
129 |
|
3 |
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: 3.5.1
|
6 |
+
Tested up to: 4.7.3
|
7 |
+
Stable tag: 1.1.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
124 |
|
125 |
== Changelog ==
|
126 |
|
127 |
+
= 1.1.5 =
|
128 |
+
* Minor bug resolved.
|
129 |
+
|
130 |
= 1.1.4 =
|
131 |
* Minor css issue resolved.
|
132 |
|
site-offline.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
-
* Version: 1.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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Site Offline
|
4 |
+
* Version: 1.1.5
|
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
|