Skip to content

Commit

Permalink
v 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvr committed Aug 22, 2023
1 parent 586c87c commit 43b4c25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions easy-liveblogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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'.
Expand Down

0 comments on commit 43b4c25

Please sign in to comment.