From 1e341f2d5d131e1b55c35c3e13dd8270af06bc90 Mon Sep 17 00:00:00 2001 From: Jan Boddez Date: Sun, 11 Feb 2024 12:44:03 +0100 Subject: [PATCH] Bump version no. --- includes/class-plugin.php | 2 +- indieblocks.php | 2 +- readme.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/includes/class-plugin.php b/includes/class-plugin.php index d3f7ebb..d49758e 100644 --- a/includes/class-plugin.php +++ b/includes/class-plugin.php @@ -11,7 +11,7 @@ class Plugin { /** * Plugin version. */ - const PLUGIN_VERSION = '0.11.1'; + const PLUGIN_VERSION = '0.12.0'; /** * Options handler. diff --git a/indieblocks.php b/indieblocks.php index 98023be..d8bf1c6 100644 --- a/indieblocks.php +++ b/indieblocks.php @@ -8,7 +8,7 @@ * License: GNU General Public License v3 * License URI: http://www.gnu.org/licenses/gpl-3.0.html * Text Domain: indieblocks - * Version: 0.11.1 + * Version: 0.12.0 * Requires at least: 6.2 * GitHub Plugin URI: https://github.com/janboddez/indieblocks * Primary Branch: main diff --git a/readme.txt b/readme.txt index 0592b5b..89f2a56 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: janboddez Tags: blocks, gutenberg, indieweb, notes, likes, microblog, microblogging, micropub, fse, site editor, webmention, syndication Tested up to: 6.4 -Stable tag: 0.11.1 +Stable tag: 0.12.0 License: GNU General Public License v3.0 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -35,6 +35,9 @@ While IndieBlocks does not depend on _any_ other plugin, it is compatible with, IndieBlocks’ Facepile and Syndication blocks also aim to be compatible with, respectively, the Webmention and Syndication Links plugins. == Changelog == += 0.12.0 = +Improve comment mentions, remove margin "below" hidden note and like titles. + = 0.11.0 = Improve avatar deletion, add meta box for outgoing "comment mentions," hide meta boxes if empty.