From 476ba12318f888ed8fc202259986616eb7a086b3 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Sat, 23 Mar 2024 14:20:24 +0100 Subject: [PATCH] Bump Version --- CHANGELOG.md | 6 ++++++ appinfo/info.xml | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf840d0..2e956ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.1.1] - 2024-03-23 + +### Fixed + +- restore PHP 8.1 compatibility + ## [1.1.0] - 2024-03-17 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 1a842e0..c81dd88 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Integrates an existing RoundCube standalone email-webapp into NextCloud, with optional SSO. - 1.1.0 + 1.1.1 agpl Claus-Justus Heine Martin Reinhardt @@ -17,7 +17,7 @@ integration social+ - + https://github.com/rotdrop/nextcloud-roundcube/issues diff --git a/package.json b/package.json index 8f466f8..e17b680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mail_roundcube", - "version": "1.1.0", + "version": "1.1.1", "private": true, "description": "RoundCube Mail NextCloud Plugin", "homepage": "https://github.com/rotdrop/nextcloud-roundcube.git",