Skip to content

Commit

Permalink
release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Aug 31, 2021
1 parent 2f536c3 commit 72b3b28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog ##

## 1.0.8 - 31 Aug 2021
* Update Singleton for PHP 8.0
* Update composer dependencies
* Update GrumPHP config

## 1.0.7 - 05 Mar 2020
* Add Q/A tools
* Add github workflow
Expand Down
4 changes: 2 additions & 2 deletions beapi-maintenance-mode.php
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -35,7 +35,7 @@
}

// Plugin constants
define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.7' );
define( 'BEAPI_MAINTENANCE_MODE_VERSION', '1.0.8' );
define( 'BEAPI_MAINTENANCE_MODE_MIN_PHP_VERSION', '7.0' );

// Plugin URL and PATH
Expand Down

0 comments on commit 72b3b28

Please sign in to comment.