From 8f495b7c648c9752ecdd9c9810e38073597f157c Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 16 May 2024 22:18:07 -0700 Subject: [PATCH] Prep 1.0.0-RC3 Signed-off-by: Matt Friedman --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3388e79..56ae199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 1.0.0-RC3 - 2024-05-16 + +- Fixed an issue with user avatars not being displayed in the push notifications. +- Added Russian translation. + ### 1.0.0-RC2 - 2024-05-14 - NOTE: If upgrading from RC1 to RC2, you must fully uninstall (disable and purge) RC1 and install RC2 as a fresh installation. diff --git a/composer.json b/composer.json index 1296631..87a2cfa 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "An official phpBB extension that allows board users to receive browser-based push notifications.", "homepage": "https://www.phpbb.com", - "version": "1.0.0-RC2", + "version": "1.0.0-RC3", "license": "GPL-2.0-only", "authors": [ {