Skip to content

Commit 72b3b28

Browse files
committed
release 1.0.8
1 parent 2f536c3 commit 72b3b28

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.0.8 - 31 Aug 2021
4+
* Update Singleton for PHP 8.0
5+
* Update composer dependencies
6+
* Update GrumPHP config
7+
38
## 1.0.7 - 05 Mar 2020
49
* Add Q/A tools
510
* Add github workflow

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

4141
// Plugin URL and PATH

0 commit comments

Comments
 (0)