Minimal Coming Soon & Maintenance Mode - Version 0.5

Version Description

  • FIXED: Empty needle error.
Download this release

Release Info

Developer akshitsethi
Plugin Icon 128x128 Minimal Coming Soon & Maintenance Mode
Version 0.5
Comparing to
See all releases

Code changes from version 0.4 to 0.5

minimal-coming-soon-maintenance-mode.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Minimal Coming Soon & Maintenance Mode
4
  Plugin URI: http://www.69signals.com/minimal-coming-soon-maintenance-mode-plugin.php
5
  Description: Simply awesome coming soon & maintenance mode plugin for your WordPress blog. Try it to know why there is no other plugin like this one.
6
- Version: 0.4
7
  Author: akshitsethi
8
  Author URI: http://www.69signals.com
9
  Domain Path: /languages/
@@ -203,6 +203,11 @@ function csSignalsPluginInit() {
203
  // This is the server address of the current page.
204
  $signals_server_url = $signals_protocol . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
205
 
 
 
 
 
 
206
  // Not for the backend. Only modifies the frontend of the system.
207
  if (!is_admin()) {
208
  if (1 == $signals_csmm_options['status']) {
3
  Plugin Name: Minimal Coming Soon & Maintenance Mode
4
  Plugin URI: http://www.69signals.com/minimal-coming-soon-maintenance-mode-plugin.php
5
  Description: Simply awesome coming soon & maintenance mode plugin for your WordPress blog. Try it to know why there is no other plugin like this one.
6
+ Version: 0.5
7
  Author: akshitsethi
8
  Author URI: http://www.69signals.com
9
  Domain Path: /languages/
203
  // This is the server address of the current page.
204
  $signals_server_url = $signals_protocol . '://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
205
 
206
+ // Checking for the custom_login_url value.
207
+ if (empty ($signals_csmm_options['custom_login_url'])) {
208
+ $signals_csmm_options['custom_login_url'] = NULL;
209
+ }
210
+
211
  // Not for the backend. Only modifies the frontend of the system.
212
  if (!is_admin()) {
213
  if (1 == $signals_csmm_options['status']) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.69signals.com/
4
  Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction
5
  Requires at least: 3.5.0
6
  Tested up to: 4.0
7
- Stable tag: 0.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -66,6 +66,9 @@ Getting help is just a click away now. Report issue using the support form in th
66
 
67
  == Changelog ==
68
 
 
 
 
69
  = 0.4 =
70
  * Enhancement: Added support for custom login URL.
71
 
@@ -84,4 +87,4 @@ Getting help is just a click away now. Report issue using the support form in th
84
 
85
  == Upgrade Notice ==
86
 
87
- Added support for custom login URL.
4
  Tags: coming soon, coming soon page, construction, landing page, launch, launch page, maintenance, maintenance mode, newsletter, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction
5
  Requires at least: 3.5.0
6
  Tested up to: 4.0
7
+ Stable tag: 0.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
66
 
67
  == Changelog ==
68
 
69
+ = 0.5 =
70
+ * FIXED: Empty needle error.
71
+
72
  = 0.4 =
73
  * Enhancement: Added support for custom login URL.
74
 
87
 
88
  == Upgrade Notice ==
89
 
90
+ Fixed empty needle error for custom login url.