WP Maintenance - Version 2.5.2

Version Description

Cette version est stable / This version is stable

=

Download this release

Release Info

Developer Florent73
Plugin Icon 128x128 WP Maintenance
Version 2.5.2
Comparing to
See all releases

Code changes from version 2.5.1 to 2.5.2

Files changed (3) hide show
  1. readme.txt +5 -2
  2. wp-maintenance.php +5 -3
  3. wpm_fonctions.php +2 -0
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: wordpress maintenance plugin
5
  Requires at least: 3.0
6
  Tested up to: 4.1.1
7
- Stable tag: 2.5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -65,11 +65,14 @@ Oui mais merci de me soumettre les modifications souhaitées afin de mettre à j
65
 
66
  == Upgrade Notice ==
67
 
68
- = 2.5.1 =
69
  Cette version est stable / This version is stable
70
 
71
  == Changelog ==
72
 
 
 
 
73
  = 2.5.1 =
74
  * Résolution de divers bugs CSS / Fixed various CSS bugs
75
 
4
  Tags: wordpress maintenance plugin
5
  Requires at least: 3.0
6
  Tested up to: 4.1.1
7
+ Stable tag: 2.5.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
65
 
66
  == Upgrade Notice ==
67
 
68
+ = 2.5.2 =
69
  Cette version est stable / This version is stable
70
 
71
  == Changelog ==
72
 
73
+ = 2.5.2 =
74
+ * Résolution de divers bugs CSS / Fixed various CSS bugs
75
+
76
  = 2.5.1 =
77
  * Résolution de divers bugs CSS / Fixed various CSS bugs
78
 
wp-maintenance.php CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Le plugin WP Maintenance vous permet de mettre votre site en attente le temps pour vous de faire une maintenance ou du lancement de votre site. Personnalisez cette page de maintenance avec une image, un compte à rebours, etc... / The WP Maintenance plugin allows you to put your website on the waiting time for you to do maintenance or launch your website. Personalize this page with picture, countdown...
7
  * Author: Florent Maillefaud
8
  * Author URI: http://www.restezconnectes.fr/
9
- * Version: 2.5.1
10
  * Text Domain: wp-maintenance
11
  * Domain Path: /languages/
12
  */
@@ -14,6 +14,7 @@
14
 
15
  /*
16
  Change Log
 
17
  19/03/2015 - Résolution de divers bugs CSS, ajout d'un titre encart newsletter, ajout champs code header
18
  07/03/2015 - Résolution de divers bug CSS
19
  04/12/2014 - Ajout d'une notification dans la barre d'admin / Résolution de divers bug CSS
@@ -67,7 +68,7 @@ function wpm_make_multilang() {
67
  }
68
 
69
  /* Ajoute la version dans les options */
70
- define('WPM_VERSION', '2.5.1');
71
  $option['wp_maintenance_version'] = WPM_VERSION;
72
  if( !get_option('wp_maintenance_version') ) {
73
  add_option('wp_maintenance_version', $option);
@@ -435,6 +436,7 @@ body {
435
  -o-background-size: cover;
436
  background-size: cover;
437
  top: 0;
 
438
  }
439
  .wpm_newletter {
440
  margin-left: auto;
@@ -504,7 +506,7 @@ body {
504
  }
505
  #main #intro p {
506
  font-size: '.($paramMMode['font_text_size']*0.5).'px;
507
- line-height: '.($paramMMode['font_text_size']*0.1).'px;
508
  }
509
  .wpm_copyright {
510
  font-size: '.($paramMMode['font_bottom_size']*0.8).'px;
6
  * Description: Le plugin WP Maintenance vous permet de mettre votre site en attente le temps pour vous de faire une maintenance ou du lancement de votre site. Personnalisez cette page de maintenance avec une image, un compte à rebours, etc... / The WP Maintenance plugin allows you to put your website on the waiting time for you to do maintenance or launch your website. Personalize this page with picture, countdown...
7
  * Author: Florent Maillefaud
8
  * Author URI: http://www.restezconnectes.fr/
9
+ * Version: 2.5.2
10
  * Text Domain: wp-maintenance
11
  * Domain Path: /languages/
12
  */
14
 
15
  /*
16
  Change Log
17
+ 25/03/2015 - Résolution de divers bug CSS
18
  19/03/2015 - Résolution de divers bugs CSS, ajout d'un titre encart newsletter, ajout champs code header
19
  07/03/2015 - Résolution de divers bug CSS
20
  04/12/2014 - Ajout d'une notification dans la barre d'admin / Résolution de divers bug CSS
68
  }
69
 
70
  /* Ajoute la version dans les options */
71
+ define('WPM_VERSION', '2.5.2');
72
  $option['wp_maintenance_version'] = WPM_VERSION;
73
  if( !get_option('wp_maintenance_version') ) {
74
  add_option('wp_maintenance_version', $option);
436
  -o-background-size: cover;
437
  background-size: cover;
438
  top: 0;
439
+ margin: 0;
440
  }
441
  .wpm_newletter {
442
  margin-left: auto;
506
  }
507
  #main #intro p {
508
  font-size: '.($paramMMode['font_text_size']*0.5).'px;
509
+ /*line-height: '.($paramMMode['font_text_size']*0.1).'px;*/
510
  }
511
  .wpm_copyright {
512
  font-size: '.($paramMMode['font_bottom_size']*0.8).'px;
wpm_fonctions.php CHANGED
@@ -228,6 +228,7 @@ a:hover, a:focus, a:active {color: #_COLORTXT;text-decoration: underline;}
228
  background-color: #_COLOR_BG_BT;
229
  color:#_COLOR_TXT_BT;
230
  padding-top:10px;
 
231
  margin-top: 40px;
232
  font-size: 12px;
233
  position: absolute;
@@ -288,6 +289,7 @@ a:hover, a:focus, a:active {color: #_COLORTXT;text-decoration: underline;}
288
  /*.full {
289
  max-width:767px;
290
  }*/
 
291
  }
292
  ';
293
  }
228
  background-color: #_COLOR_BG_BT;
229
  color:#_COLOR_TXT_BT;
230
  padding-top:10px;
231
+ padding-bottom: 10px;
232
  margin-top: 40px;
233
  font-size: 12px;
234
  position: absolute;
289
  /*.full {
290
  max-width:767px;
291
  }*/
292
+ h2 .nav-tab { font-size: 10px; }
293
  }
294
  ';
295
  }