We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f536c3 commit 72b3b28Copy full SHA for 72b3b28
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog ##
2
3
+## 1.0.8 - 31 Aug 2021
4
+* Update Singleton for PHP 8.0
5
+* Update composer dependencies
6
+* Update GrumPHP config
7
+
8
## 1.0.7 - 05 Mar 2020
9
* Add Q/A tools
10
* Add github workflow
beapi-maintenance-mode.php
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: BEAPI - Maintenance Mode
-Version: 1.0.7
+Version: 1.0.8
Plugin URI: https://github.com/BeAPI/beapi-maintenance-mode
Description: Puts your WordPress site into maintenance mode.
Author: Be API Technical team
@@ -35,7 +35,7 @@
35
}
36
37
// Plugin constants
38
-define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.7' );
+define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.8' );
39
define( 'BEAPI_MAINTENANCE_MODE_MIN_PHP_VERSION', '7.0' );
40
41
// Plugin URL and PATH
0 commit comments