From 32a637b9aa0ec1dbc09a865e0cf22ae8040c3d8a Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 3 Sep 2024 13:03:51 -0400 Subject: [PATCH] Bump version --- composer.json | 1 + logger.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bb088c1e..687d0cb8 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,7 @@ "phpcbf": "phpcbf --standard=./phpcs.xml .", "phpcs": "phpcs --standard=./phpcs.xml .", "phpunit": "phpunit", + "release": "npx @alleyinteractive/create-release@latest", "test": [ "@phpcs", "@phpunit" diff --git a/logger.php b/logger.php index 52732997..bb319002 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.4 + * Version: 2.5.0 * Author: Alley Interactive * Author URI: https://alley.com/ * Requires at least: 5.9