Skip to content

Commit b16be7b

Browse files
committed
1.0.3
1 parent dd940a8 commit b16be7b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog ##
22

3-
## 1.0.2 - 05 Nov 2018
3+
## 1.0.3 - 05 Nov 2018
44
* Released on wp.org
55

66
## 1.0.1 - 02 Nov 2018

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.2
4+
Version: 1.0.3
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.2' );
38+
define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.3' );
3939
define( 'BEAPI_MAINTENANCE_MODE_MIN_PHP_VERSION', '5.6' );
4040

4141
// Plugin URL and PATH

readme.txt

Lines changed: 2 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.2
8+
Stable tag: 1.0.3
99
License: GPLv3 or later
1010
License URI: https://github.com/BeAPI/beapi-maintenance-mode/blob/master/LICENSE.md
1111

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

9090
== Changelog ==
9191

92-
= 1.0.2 - 05 Nov 2018 =
92+
= 1.0.3 - 05 Nov 2018 =
9393
- Released on wp.org
9494

9595
= 1.0.1 - 02 Nov 2018 =

0 commit comments

Comments
 (0)