diff --git a/CHANGELOG.md b/CHANGELOG.md index 3212ad6b..41fb1258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ This library adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/en/1.0.0/). -## 2.4.0 +## 2.3.2 + +- Add return types to logger to appease `psr/log` v3. + +## 2.3.1 - Renamed the main plugin file from `ai-logger.php` to `logger.php`. diff --git a/logger.php b/logger.php index 9f3bf26d..3c80fbc5 100644 --- a/logger.php +++ b/logger.php @@ -3,7 +3,7 @@ * Plugin Name: Alley Logger * Plugin URI: https://github.com/alleyinteractive/logger * Description: A Monolog-based logging tool for WordPress. Supports storing log message in a custom post type or in individual posts and terms. - * Version: 2.4.0 + * Version: 2.3.2 * Author: Alley Interactive * Author URI: https://alley.com/ * Requires at least: 5.9