WP Maintenance - Version 2.5.4

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.4
Comparing to
See all releases

Code changes from version 2.5.3 to 2.5.4

Files changed (3) hide show
  1. readme.txt +5 -2
  2. wp-maintenance.php +6 -5
  3. wpm_fonctions.php +2 -2
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.3
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.3 =
69
  Cette version est stable / This version is stable
70
 
71
  == Changelog ==
72
 
 
 
 
73
  = 2.5.3 =
74
  * Résolution de divers bugs CSS Responsive / Fixed various CSS bugs responsive mode
75
 
4
  Tags: wordpress maintenance plugin
5
  Requires at least: 3.0
6
  Tested up to: 4.1.1
7
+ Stable tag: 2.5.4
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.4 =
69
  Cette version est stable / This version is stable
70
 
71
  == Changelog ==
72
 
73
+ = 2.5.4 =
74
+ * Résolution de divers bugs CSS Responsive / Fixed various CSS bugs responsive mode
75
+
76
  = 2.5.3 =
77
  * Résolution de divers bugs CSS Responsive / Fixed various CSS bugs responsive mode
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.3
10
  * Text Domain: wp-maintenance
11
  * Domain Path: /languages/
12
  */
@@ -69,7 +69,7 @@ function wpm_make_multilang() {
69
  }
70
 
71
  /* Ajoute la version dans les options */
72
- define('WPM_VERSION', '2.5.3');
73
  $option['wp_maintenance_version'] = WPM_VERSION;
74
  if( !get_option('wp_maintenance_version') ) {
75
  add_option('wp_maintenance_version', $option);
@@ -472,14 +472,14 @@ body {
472
  font-style: '.$paramMMode['font_title_style'].';
473
  font-weight: '.$paramMMode['font_title_weigth'].';
474
  font-family: '.$paramMMode['font_title'].', serif;
475
- /*line-height: '.($paramMMode['font_text_size']*0.9).'px;*/
476
  }
477
  #main #intro p {
478
  font-family: '.$paramMMode['font_text'].', serif;
479
  font-size: '.$paramMMode['font_text_size'].'px;
480
  font-style: '.$paramMMode['font_text_style'].';
481
  font-weight: '.$paramMMode['font_text_weigth'].';
482
- /*line-height: '.($paramMMode['font_text_size']*0.9).'px;*/
483
  }
484
  .wpm_copyright {
485
  font-family: '.$paramMMode['font_text_bottom'].', serif;
@@ -505,10 +505,11 @@ body {
505
  }
506
  #main #intro h3 {
507
  font-size: '.($paramMMode['font_title_size']*0.5).'px;
 
508
  }
509
  #main #intro p {
510
  font-size: '.($paramMMode['font_text_size']*0.5).'px;
511
- /*line-height: '.($paramMMode['font_text_size']*0.1).'px;*/
512
  }
513
  .wpm_copyright {
514
  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.4
10
  * Text Domain: wp-maintenance
11
  * Domain Path: /languages/
12
  */
69
  }
70
 
71
  /* Ajoute la version dans les options */
72
+ define('WPM_VERSION', '2.5.4');
73
  $option['wp_maintenance_version'] = WPM_VERSION;
74
  if( !get_option('wp_maintenance_version') ) {
75
  add_option('wp_maintenance_version', $option);
472
  font-style: '.$paramMMode['font_title_style'].';
473
  font-weight: '.$paramMMode['font_title_weigth'].';
474
  font-family: '.$paramMMode['font_title'].', serif;
475
+ line-height: 100%;
476
  }
477
  #main #intro p {
478
  font-family: '.$paramMMode['font_text'].', serif;
479
  font-size: '.$paramMMode['font_text_size'].'px;
480
  font-style: '.$paramMMode['font_text_style'].';
481
  font-weight: '.$paramMMode['font_text_weigth'].';
482
+ line-height: 100%;
483
  }
484
  .wpm_copyright {
485
  font-family: '.$paramMMode['font_text_bottom'].', serif;
505
  }
506
  #main #intro h3 {
507
  font-size: '.($paramMMode['font_title_size']*0.5).'px;
508
+ line-height: 100%;
509
  }
510
  #main #intro p {
511
  font-size: '.($paramMMode['font_text_size']*0.5).'px;
512
+ line-height: 100%;
513
  }
514
  .wpm_copyright {
515
  font-size: '.($paramMMode['font_bottom_size']*0.8).'px;
wpm_fonctions.php CHANGED
@@ -151,7 +151,7 @@ body {
151
  margin-bottom: 30px;
152
  }
153
  #main .block h3 {
154
- line-height: 60px;
155
  margin-bottom: 40px;
156
  text-align: center;
157
  }
@@ -160,7 +160,7 @@ body {
160
  }
161
  #main #intro p {
162
  font-size: 16px;
163
- line-height: 22px;
164
  text-align: center;
165
  word-wrap: break-word;
166
  }
151
  margin-bottom: 30px;
152
  }
153
  #main .block h3 {
154
+ line-height: 100%;
155
  margin-bottom: 40px;
156
  text-align: center;
157
  }
160
  }
161
  #main #intro p {
162
  font-size: 16px;
163
+ line-height: 100%;
164
  text-align: center;
165
  word-wrap: break-word;
166
  }