Skip to content

Commit

Permalink
2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvr committed Nov 20, 2024
1 parent fbe4191 commit 5775f45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.6
Version: 2.3.7
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.6';
private $plugin_version = '2.3.7';
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.6",
"version": "2.3.7",
"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
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags: liveblog
Donate link: https://vanrossum.dev/donate
Requires at least: 4.4
Tested up to: 6.7
Stable Tag: 2.3.6
Stable Tag: 2.3.7
License: MIT

Live blogging made easy with the Easy Liveblogs plugin from vanrossum.dev.
Expand Down Expand Up @@ -53,6 +53,9 @@ AMP is not supported, but a fallback link to the original page is displayed on A

= Unreleased =

= 2.3.7, November 20th, 2024 =
* Updating forgotten plugin version number.

= 2.3.6, November 20th, 2024 =
* Escape attributes on liveblog render.

Expand Down

0 comments on commit 5775f45

Please sign in to comment.