From c85af79715201230724c8ad264e90dd5845687af Mon Sep 17 00:00:00 2001 From: Giacomo Secchi Date: Wed, 28 Feb 2024 18:51:05 +0100 Subject: [PATCH] Update plugin version --- readme.txt | 4 ++++ write-poetry.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index a57735f..63f7d96 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,10 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove 2. This is the second screen shot == Changelog == +### 0.3.1 - 2024-02-28 +#### Fixed +- PHP errors detected by PHP_CodeSniffer + ### 0.2.8 - 2023-12-28 #### Added - `write-poetry-theme.json` dedicated file to load styles and scripts. diff --git a/write-poetry.php b/write-poetry.php index 851ca53..e7801f2 100644 --- a/write-poetry.php +++ b/write-poetry.php @@ -11,7 +11,7 @@ * Plugin Name: Write Poetry * Plugin URI: https://github.com/giacomo-secchi/write-poetry * Description: The Swiss knife plugin designed for developers and advanced users. Unlock the full potential of WordPress with this versatile tool. Empower your workflow without getting your hands dirty. - * Version: 0.3.0 + * Version: 0.3.1 * Requires at least: 5.9 * Requires PHP: 7.2 * Author: Giacomo Secchi