From 43b4c25e7a13f70f8158d221d4beb2ec391eb656 Mon Sep 17 00:00:00 2001 From: Jeffrey van Rossum Date: Tue, 22 Aug 2023 17:13:27 +0200 Subject: [PATCH] v 2.3.5 --- easy-liveblogs.php | 4 ++-- package.json | 2 +- readme.txt | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/easy-liveblogs.php b/easy-liveblogs.php index f7189ce..d28ba9e 100644 --- a/easy-liveblogs.php +++ b/easy-liveblogs.php @@ -3,7 +3,7 @@ Plugin Name: Easy Liveblogs Plugin URI: https://vanrossum.dev Description: Live blogging made easy with the Easy Liveblogs plugin from vanrossum.dev. -Version: 2.3.4 +Version: 2.3.5 Author: Jeffrey van Rossum Author URI: https://www.vanrossum.dev Text Domain: easy-liveblogs @@ -25,7 +25,7 @@ class Easy_Liveblogs { private $plugin_path; private $plugin_url; private $plugin_name = 'Easy Liveblogs'; - private $plugin_version = '2.3.4'; + private $plugin_version = '2.3.5'; private $text_domain = 'easy-liveblogs'; /** diff --git a/package.json b/package.json index f6dc7e9..806a8dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-liveblogs", - "version": "2.3.4", + "version": "2.3.5", "description": "Live blogging made easy with the Easy Liveblogs plugin from [vanrossum.dev](https://vanrossum.dev).", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/readme.txt b/readme.txt index 4d8689b..326e82f 100644 --- a/readme.txt +++ b/readme.txt @@ -5,8 +5,8 @@ Contributors: jeffreyvr Tags: liveblog Donate link: https://vanrossum.dev/donate Requires at least: 4.4 -Tested up to: 6.2 -Stable Tag: 2.3.4 +Tested up to: 6.3 +Stable Tag: 2.3.5 License: MIT Live blogging made easy with the Easy Liveblogs plugin from vanrossum.dev. @@ -53,6 +53,10 @@ AMP is not supported, but a fallback link to the original page is displayed on A = Unreleased = += 2.3.5, August 22th, 2023 = +* Replace Twitter with X. +* Fix PHP notice when liveblog has no items yet. + = 2.3.4, March 20th, 2023 = * Fix version number. * Add filter 'elb_api_get_entries_args'.