WP Maintenance Mode - Version 1.6.8

Version Description

(04/05/2011)= * Small changes on check for datepicker * Fix for Design monster

Download this release

Release Info

Developer Bueltge
Plugin Icon 128x128 WP Maintenance Mode
Version 1.6.8
Comparing to
See all releases

Code changes from version 1.6.7 to 1.6.8

languages/wp-maintenance-mode-ar_AR.mo CHANGED
File without changes
languages/wp-maintenance-mode-ar_AR.po CHANGED
File without changes
languages/wp-maintenance-mode-it_IT.mo CHANGED
Binary file
languages/wp-maintenance-mode-it_IT.po CHANGED
@@ -404,12 +404,12 @@ msgstr "Usa il primo <em>%1$s</em> per il valore del tempo o per il countdown ed
404
  #. translators: plugin header field 'Version'
405
  #: wp-maintenance-mode.php:0
406
  msgid "1.6.7"
407
- msgstr "1.6.7"
408
 
409
  # @ wp-maintenance-mode
410
  #: wp-maintenance-mode.php:448
411
  msgid "Super Admin has always access."
412
- msgstr "Super Admin hat immer Zugang."
413
 
414
  # @ wartungsmodus
415
  #: wp-maintenance-mode.php:421
404
  #. translators: plugin header field 'Version'
405
  #: wp-maintenance-mode.php:0
406
  msgid "1.6.7"
407
+ msgstr "1.6.8"
408
 
409
  # @ wp-maintenance-mode
410
  #: wp-maintenance-mode.php:448
411
  msgid "Super Admin has always access."
412
+ msgstr "Super Admin - accesso permanente."
413
 
414
  # @ wartungsmodus
415
  #: wp-maintenance-mode.php:421
readme.txt CHANGED
@@ -7,8 +7,8 @@ Author URI: http://bueltge.de/
7
  Donate link: http://bueltge.de/wunschliste/
8
  Tags: maintenance, mode, admin, administration, unavailable, coming soon
9
  Requires at least: 2.6
10
- Tested up to: 3.1-RC2
11
- Stable tag: 1.6.7
12
 
13
  Adds a splash page to your site that lets visitors know your site is down for maintenance. Full access to the back- & front-end is optional.
14
 
@@ -249,6 +249,10 @@ Please visit [Automatisches Backup der WordPress-Datenbank](http://www.beedy.de/
249
 
250
 
251
  == Changelog ==
 
 
 
 
252
  = 1.6.7 (01/05/2011) =
253
  * Bugfix: new check for files for different themes; hope this fix the server errors
254
  * Bugfix: fix add default settings
7
  Donate link: http://bueltge.de/wunschliste/
8
  Tags: maintenance, mode, admin, administration, unavailable, coming soon
9
  Requires at least: 2.6
10
+ Tested up to: 3.1.1
11
+ Stable tag: 1.6.8
12
 
13
  Adds a splash page to your site that lets visitors know your site is down for maintenance. Full access to the back- & front-end is optional.
14
 
249
 
250
 
251
  == Changelog ==
252
+ = 1.6.8 (04/05/2011)=
253
+ * Small changes on check for datepicker
254
+ * Fix for Design monster
255
+
256
  = 1.6.7 (01/05/2011) =
257
  * Bugfix: new check for files for different themes; hope this fix the server errors
258
  * Bugfix: fix add default settings
screenshot-1.png CHANGED
File without changes
screenshot-10.png CHANGED
File without changes
screenshot-11.png CHANGED
File without changes
screenshot-12.png CHANGED
File without changes
screenshot-13.png CHANGED
File without changes
screenshot-2.png CHANGED
File without changes
screenshot-3.png CHANGED
File without changes
screenshot-4.png CHANGED
File without changes
screenshot-5.png CHANGED
File without changes
screenshot-6.png CHANGED
File without changes
screenshot-7.png CHANGED
File without changes
screenshot-8.png CHANGED
File without changes
screenshot-9.png CHANGED
File without changes
styles/monster.css CHANGED
@@ -1,93 +1,93 @@
1
- /*
2
- Designed by: Sebastian Sebald (www.backseatsurfer.de)
3
- */
4
-
5
- body{
6
- margin: 0;
7
- background-color:#66CCFF;
8
-
9
- }
10
-
11
- img{
12
- border: none;
13
- }
14
-
15
- #header{
16
- margin:0;
17
- text-align:center;
18
- color:#CCF0FF;
19
- border-bottom:solid 1px #CCF0FF;
20
- }
21
-
22
- #header p{
23
- margin:5px 0;
24
- font: 14px/14px helvetica, arial, sans-serif;
25
- }
26
-
27
- #content{
28
- overflow:auto;
29
- position:absolute;
30
- top:120px;
31
- left:30%;
32
- right:30%;
33
- height:414px;
34
- width:615px;
35
- background: #66CCFF url(images/monster.jpg) no-repeat scroll right center;
36
- }
37
-
38
- #content h1{
39
- font: 50px/52px impact, arial, helvetica;
40
- color:#404040;
41
- padding: 0 0 0 40px;
42
- margin: 33px 0 20px 0;
43
- }
44
-
45
- #content h3 {
46
- padding: 0 0 0 55px;
47
- margin: -20px 0;
48
- color: #8f1218;
49
- }
50
-
51
- #content p{
52
- width:300px;
53
- font: 14px/16px helvetica, arial, sans-serif;
54
- color:#404040;
55
- padding: 0 0 0 55px;
56
- }
57
-
58
- #content strong{
59
- font: bold 14px/26px helvetica, arial, sans-serif;
60
- }
61
-
62
- .admin {
63
- position:absolute;
64
- bottom:0;
65
- right:17px;
66
- }
67
-
68
- .admin a{
69
- font: bold 12px/12px helvetica, arial, sans-serif;
70
- color:#CCF0FF;
71
- text-decoration:none;
72
- }
73
-
74
- #footer{
75
- position: absolute;
76
- bottom: 0px;
77
- right: 10px
78
- }
79
-
80
- #footer p{
81
- margin: 0;
82
- }
83
-
84
- #footer a{
85
- text-decoration: none;
86
- color: #CCF0FF;
87
- font: 10px/14px helvetica, arial, sans-serif;
88
- vertical-align:4px;
89
- }
90
-
91
- #footer img{
92
- vertical-align: -4px
93
- }
1
+ /*
2
+ Designed by: Sebastian Sebald (www.distractedbysquirrels.com)
3
+ */
4
+
5
+ body{
6
+ margin: 0;
7
+ background-color:#66CCFF;
8
+
9
+ }
10
+
11
+ img{
12
+ border: none;
13
+ }
14
+
15
+ #header{
16
+ margin:0;
17
+ text-align:center;
18
+ color:#CCF0FF;
19
+ border-bottom:solid 1px #CCF0FF;
20
+ }
21
+
22
+ #header p{
23
+ margin:5px 0;
24
+ font: 14px/14px helvetica, arial, sans-serif;
25
+ }
26
+
27
+ #content{
28
+ overflow:hidden;
29
+ position:absolute;
30
+ top:120px;
31
+ left:30%;
32
+ right:30%;
33
+ height:414px;
34
+ width:615px;
35
+ background: #66CCFF url(images/monster.jpg) no-repeat scroll right center;
36
+ }
37
+
38
+ #content h1{
39
+ font: 50px/52px impact, arial, helvetica;
40
+ color:#404040;
41
+ padding: 0 0 0 40px;
42
+ margin: 33px 0 20px 0;
43
+ }
44
+
45
+ #content h3 {
46
+ padding: 0 0 0 55px;
47
+ margin: -20px 0;
48
+ color: #8f1218;
49
+ }
50
+
51
+ #content p{
52
+ width:300px;
53
+ font: 14px/16px helvetica, arial, sans-serif;
54
+ color:#404040;
55
+ padding: 0 0 0 55px;
56
+ }
57
+
58
+ #content strong{
59
+ font: bold 14px/26px helvetica, arial, sans-serif;
60
+ }
61
+
62
+ .admin {
63
+ position:absolute;
64
+ bottom:0;
65
+ right:17px;
66
+ }
67
+
68
+ .admin a{
69
+ font: bold 12px/12px helvetica, arial, sans-serif;
70
+ color:#CCF0FF;
71
+ text-decoration:none;
72
+ }
73
+
74
+ #footer{
75
+ position: absolute;
76
+ bottom: 0px;
77
+ right: 10px
78
+ }
79
+
80
+ #footer p{
81
+ margin: 0;
82
+ }
83
+
84
+ #footer a{
85
+ text-decoration: none;
86
+ color: #CCF0FF;
87
+ font: 10px/14px helvetica, arial, sans-serif;
88
+ vertical-align:4px;
89
+ }
90
+
91
+ #footer img{
92
+ vertical-align: -4px
93
+ }
wp-maintenance-mode.php CHANGED
@@ -8,8 +8,8 @@
8
  * Author: Frank B&uuml;ltge
9
  * Author URI: http://bueltge.de/
10
  * Donate URI: http://bueltge.de/wunschliste/
11
- * Version: 1.6.7
12
- * Last change: 05.01.2011
13
  * Licence: GPL
14
  */
15
 
@@ -791,7 +791,7 @@ if ( !class_exists('WPMaintenanceMode') ) {
791
  <?php } elseif ( 4 === $value['theme'] ) { ?>
792
  &nbsp;<a href="http://www.lokalnetz.com"><?php _e( 'Design by:', FB_WM_TEXTDOMAIN ); ?> <img src="http://www.lokalnetz.com/images/favicon.ico" alt="lokalnetz.com" width="16" height="16" /></a>
793
  <?php } elseif ( 5 === $value['theme'] ) { ?>
794
- &nbsp;<a href="http://www.backseatsurfer.de"><?php _e( 'Design by:', FB_WM_TEXTDOMAIN ); ?> <img src="http://www.backseatsurfer.de/favicon.ico" alt="backseatsurfer.de" width="16" height="16" /></a>
795
  <?php } elseif ( 6 === $value['theme'] ) { ?>
796
  &nbsp;<a href="http://fv-web.de/"><?php _e( 'Design by:', FB_WM_TEXTDOMAIN ); ?> <img src="http://fv-web.de/favicon.ico" alt="fv-web.de" width="16" height="16" /></a>
797
  <?php } elseif ( 7 === $value['theme'] ) { ?>
@@ -929,9 +929,13 @@ if ( !class_exists('WPMaintenanceMode') ) {
929
  $echodate = str_replace('-', '.', $td[0][0]);
930
  if ( 0 !== $td[1] )
931
  $echodate .= ' ' . $td[0][1];
932
- $echo = sprintf( stripslashes_deep( $value['text']), '<br /><span id="countdown"></span>', $echodate );
933
- } elseif ( isset($value['text']) && isset($value['time']) ) {
934
- $echo = sprintf( stripslashes_deep( $value['text'] ), $value['time'], $unitvalues['unit'] );
 
 
 
 
935
  }
936
 
937
  echo do_shortcode($echo);
8
  * Author: Frank B&uuml;ltge
9
  * Author URI: http://bueltge.de/
10
  * Donate URI: http://bueltge.de/wunschliste/
11
+ * Version: 1.6.8
12
+ * Last change: 09.01.2011
13
  * Licence: GPL
14
  */
15
 
791
  <?php } elseif ( 4 === $value['theme'] ) { ?>
792
  &nbsp;<a href="http://www.lokalnetz.com"><?php _e( 'Design by:', FB_WM_TEXTDOMAIN ); ?> <img src="http://www.lokalnetz.com/images/favicon.ico" alt="lokalnetz.com" width="16" height="16" /></a>
793
  <?php } elseif ( 5 === $value['theme'] ) { ?>
794
+ &nbsp;<a href="http://www.distractedbysquirrels.com"><?php _e( 'Design by:', FB_WM_TEXTDOMAIN ); ?> <img src="http://www.distractedbysquirrels.com/favicon.ico" alt="distractedbysquirrels.com" width="16" height="16" /></a>
795
  <?php } elseif ( 6 === $value['theme'] ) { ?>
796
  &nbsp;<a href="http://fv-web.de/"><?php _e( 'Design by:', FB_WM_TEXTDOMAIN ); ?> <img src="http://fv-web.de/favicon.ico" alt="fv-web.de" width="16" height="16" /></a>
797
  <?php } elseif ( 7 === $value['theme'] ) { ?>
929
  $echodate = str_replace('-', '.', $td[0][0]);
930
  if ( 0 !== $td[1] )
931
  $echodate .= ' ' . $td[0][1];
932
+ $echo = wp_sprintf( stripslashes_deep( $value['text']), '<br /><span id="countdown"></span>', $echodate );
933
+ } elseif ( isset($value['text']) ) {
934
+ if (!isset($value['time']) || 0 == $value['time'] )
935
+ $value['time'] = FALSE;
936
+ if (!isset($unitvalues['unit']) )
937
+ $unitvalues['unit'] = FALSE;
938
+ $echo = wp_sprintf( stripslashes_deep( $value['text'] ), $value['time'], $unitvalues['unit'] );
939
  }
940
 
941
  echo do_shortcode($echo);