From 9d9857dcab8688025982251e4a3864b5a6d5350e Mon Sep 17 00:00:00 2001 From: Lukas Schaefer Date: Tue, 2 Jun 2026 13:02:34 +0200 Subject: [PATCH] Prepare 4.4.0 Signed-off-by: Lukas Schaefer --- CHANGELOG.md | 14 ++++++++++++++ appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c5e7ef..fb36a085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.4.0] - 2026-06-02 + +### Added + +- feat(photos): Add Google Photos import via Picker API #356 @AhsanIsEpic + +### Changed + +- Update dependencies #359 @lukasdotcom + +### Fixed + +- Fix: throw UnknownActivityException on Notifier #358 @lukasdotcom + ## [4.3.1] - 2026-03-31 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 45ae1fac..dd4c8519 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Google integration Import Google data into Nextcloud - 4.3.1 + 4.4.0 agpl Julien Veyssier Google @@ -16,7 +16,7 @@ https://github.com/nextcloud/integration_google/issues https://raw.githubusercontent.com/nextcloud/integration_google/refs/heads/main/img/screenshot1.jpg - + OCA\Google\Settings\Admin diff --git a/package-lock.json b/package-lock.json index eb3e798b..bd35952d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "integration_google", - "version": "4.3.1", + "version": "4.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "integration_google", - "version": "4.3.1", + "version": "4.4.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.5.1", diff --git a/package.json b/package.json index 97345c20..307aa2ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "integration_google", - "version": "4.3.1", + "version": "4.4.0", "description": "Google integration", "main": "index.js", "directories": {