From 808049897f98a9cbbe90fca37941f4cb6ff4b0c6 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine Date: Tue, 12 Mar 2024 20:52:22 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 +++- appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d0f26..de77ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0-rc3] - unreleased +## [1.1.0-rc4] - 2024-03-12 ### Added @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Required dependencies (jq, python-tabulate have been added) (courtesy @HLFH) +- Use latest @nextcloud/vue + ### Fixed - avoid warnings with PHP 8.2: explicitly declare some properties (courtesy @HLFH) diff --git a/appinfo/info.xml b/appinfo/info.xml index 1c7f58d..69fdb64 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-rc3 + 1.1.0-rc4 agpl Claus-Justus Heine Martin Reinhardt diff --git a/package.json b/package.json index 2356427..45fc27a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mail_roundcube", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "private": true, "description": "RoundCube Mail NextCloud Plugin", "homepage": "https://github.com/rotdrop/nextcloud-roundcube.git",