Skip to content

Commit 564ebf2

Browse files
committed
Bump to 1.0.4
1 parent 1c3f7dc commit 564ebf2

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog ##
22

3+
## 1.0.4 - 06 Nov 2018
4+
* Pimp my html
5+
36
## 1.0.3 - 05 Nov 2018
47
* Released on wp.org
58

beapi-maintenance-mode.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22
/*
33
Plugin Name: BEAPI - Maintenance Mode
4-
Version: 1.0.3
4+
Version: 1.0.4
55
Plugin URI: https://github.com/BeAPI/beapi-maintenance-mode
66
Description: Puts your WordPress site into maintenance mode.
77
Author: Be API Technical team
88
Author URI: https://beapi.fr
99
Domain Path: languages
1010
Text Domain: beapi-maintenance-mode-mode
11-
Contributors: Maxime Culea, Nicolas Juen
11+
Contributors: Maxime Culea, Nicolas Juen, Romain Lefort
1212
1313
----
1414
@@ -35,7 +35,7 @@
3535
}
3636

3737
// Plugin constants
38-
define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.3' );
38+
define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.4' );
3939
define( 'BEAPI_MAINTENANCE_MODE_MIN_PHP_VERSION', '5.6' );
4040

4141
// Plugin URL and PATH

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
=== BEAPI - Maintenance Mode ===
2-
Contributors: beapi, maximeculea, rahe
2+
Contributors: beapi, maximeculea, rahe, rlefort
33
Donate link: http://paypal.me/BeAPI
44
Tags: Admin, Maintenance, Under Construction, Development, 503, SEO, Offline, Multisite
55
Requires at least: 4.7
66
Requires php: 5.6
77
Tested up to: 4.9.8
8-
Stable tag: 1.0.3
8+
Stable tag: 1.0.4
99
License: GPLv3 or later
1010
License URI: https://github.com/BeAPI/beapi-maintenance-mode/blob/master/LICENSE.md
1111

@@ -89,6 +89,9 @@ Just follow the referring note into the plugin documentation.
8989

9090
== Changelog ==
9191

92+
= 1.0.3 - 06 Nov 2018 =
93+
- Pimp my html
94+
9295
= 1.0.3 - 05 Nov 2018 =
9396
- Released on wp.org
9497

0 commit comments

Comments
 (0)