Skip to content

Commit

Permalink
Version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyvr committed Mar 20, 2023
1 parent c47f34b commit df6f828
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions easy-liveblogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
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.2
Version: 2.3.4
Author: Jeffrey van Rossum
Author URI: https://www.vanrossum.dev
Text Domain: easy-liveblogs
Domain Path: /languages
License: MIT
------------------------------------------------------------------------
Copyright 2022 vanrossum.dev, The Netherlands.
Copyright 2023 vanrossum.dev, The Netherlands.
*/

if ( ! defined( 'ABSPATH' ) ) {
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.3';
private $plugin_version = '2.3.4';
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.3",
"version": "2.3.4",
"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
6 changes: 5 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.2
Stable Tag: 2.3.3
Stable Tag: 2.3.4
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.4, March 20th, 2023 =
* Fix version number.
* Add filter 'elb_api_get_entries_args'.

= 2.3.3, March 20th, 2023 =
* Fix AMP plugin validation message (enqueuing embed wp-embed.js).
* Update Spanish translation.
Expand Down

0 comments on commit df6f828

Please sign in to comment.