Skip to content

Commit e238625

Browse files
authored
Merge pull request #360 from nextcloud/release-4.4.0
Prepare 4.4.0
2 parents 0f53a52 + 9d9857d commit e238625

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [4.4.0] - 2026-06-02
8+
9+
### Added
10+
11+
- feat(photos): Add Google Photos import via Picker API #356 @AhsanIsEpic
12+
13+
### Changed
14+
15+
- Update dependencies #359 @lukasdotcom
16+
17+
### Fixed
18+
19+
- Fix: throw UnknownActivityException on Notifier #358 @lukasdotcom
20+
721
## [4.3.1] - 2026-03-31
822

923
### Changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Google integration</name>
55
<summary>Import Google data into Nextcloud</summary>
66
<description><![CDATA[Google integration allows you to automatically migrate your Google calendars, contacts, and files into Nextcloud.]]></description>
7-
<version>4.3.1</version>
7+
<version>4.4.0</version>
88
<licence>agpl</licence>
99
<author>Julien Veyssier</author>
1010
<namespace>Google</namespace>
@@ -16,7 +16,7 @@
1616
<bugs>https://github.com/nextcloud/integration_google/issues</bugs>
1717
<screenshot>https://raw.githubusercontent.com/nextcloud/integration_google/refs/heads/main/img/screenshot1.jpg</screenshot>
1818
<dependencies>
19-
<nextcloud min-version="32" max-version="34"/>
19+
<nextcloud min-version="32" max-version="35"/>
2020
</dependencies>
2121
<settings>
2222
<admin>OCA\Google\Settings\Admin</admin>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration_google",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"description": "Google integration",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)