diff --git a/CHANGELOG.md b/CHANGELOG.md index 306d3e2a..15d63c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,14 @@ All notable changes to **DecaLog** are documented in this *changelog*. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **DecaLog** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [3.6.1] - Not Yet Released +## [3.6.1] - 2022-10-11 ### Changed - [WP-CLI] A warning is now triggered when an outdated version of WP-CLI is detected. ### Fixed - [WP-CLI] With outdated versions of WP-CLI, a PHP uncaught exception is thrown (thanks to [Jan Thiel](https://github.com/JanThiel)). +- Unable to use Plesk WordPress toolkit when Plesk WP-CLI is not up to date. ## [3.6.0] - 2022-10-06 diff --git a/decalog.php b/decalog.php index 3a218490..efe3238b 100644 --- a/decalog.php +++ b/decalog.php @@ -10,7 +10,7 @@ * Plugin Name: DecaLog * Plugin URI: https://perfops.one/decalog * Description: Capture and log events, metrics and traces on your site. Make WordPress observable – finally! - * Version: 3.6.0 + * Version: 3.6.1 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Pierre Lannoy / PerfOps One diff --git a/init.php b/init.php index 3d3372d9..5e931a64 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'DECALOG_PRODUCT_SHORTNAME', 'DecaLog' ); define( 'DECALOG_PRODUCT_ABBREVIATION', 'decalog' ); define( 'DECALOG_SLUG', 'decalog' ); -define( 'DECALOG_VERSION', '3.6.1-dev0' ); +define( 'DECALOG_VERSION', '3.6.1' ); define( 'DECALOG_API_VERSION', '3' ); define( 'DECALOG_MONOLOG_VERSION', '2.8.0' ); define( 'DECALOG_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index 14af1f14..a43d328e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: logs, error reporting, monitoring, tracing, logging Requires at least: 5.2 Requires PHP: 7.2 Tested up to: 6.1 -Stable tag: 3.6.0 +Stable tag: 3.6.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html