Skip to content

Commit aa1145c

Browse files
committed
Bump to 1.0.5
1 parent c96c835 commit aa1145c

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

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.5 - 02 Apr 2019
4+
* Add [#8](https://github.com/BeAPI/beapi-maintenance-mode/issues/8) : filter is maintenance mode helper for handle custom behaviour.
5+
36
## 1.0.4 - 06 Nov 2018
47
* Pimp my html
58

beapi-maintenance-mode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: BEAPI - Maintenance Mode
4-
Version: 1.0.4
4+
Version: 1.0.5
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
@@ -35,7 +35,7 @@
3535
}
3636

3737
// Plugin constants
38-
define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.4' );
38+
define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.5' );
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
@@ -5,7 +5,7 @@ Tags: Admin, Maintenance, Under Construction, Development, 503, SEO, Offline, Mu
55
Requires at least: 4.7
66
Requires php: 5.6
77
Tested up to: 4.9.8
8-
Stable tag: 1.0.4
8+
Stable tag: 1.0.5
99
License: GPLv3 or later
1010
License URI: https://github.com/BeAPI/beapi-maintenance-mode/blob/master/LICENSE.md
1111

@@ -89,7 +89,10 @@ Just follow the referring note into the plugin documentation.
8989

9090
== Changelog ==
9191

92-
= 1.0.3 - 06 Nov 2018 =
92+
= 1.0.5 - 02 Apr 2019 =
93+
- Add [#8](https://github.com/BeAPI/beapi-maintenance-mode/issues/8) : filter is maintenance mode helper for handle custom behaviour.
94+
95+
= 1.0.4 - 06 Nov 2018 =
9396
- Pimp my html
9497

9598
= 1.0.3 - 05 Nov 2018 =

0 commit comments

Comments
 (0)