Skip to content

Commit 8fe1bdd

Browse files
committed
v3.2.0
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent b8f77e1 commit 8fe1bdd

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,21 @@ 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+
## [3.2.0] - 2025-03-04
8+
9+
### New
10+
11+
- Support for Nextcloud 31
12+
13+
### Fixed
14+
15+
* fix(AdminSettings): mention that google site verification may be necessary
16+
* Fix(l10n): Update translations from Transifex
17+
718
## [3.1.1] - 2024-12-19
819

20+
### Fixed
21+
922
* fix(GooglePhotosAPIService): Allow multiple photos with the same name
1023
* fix: Safer settings
1124
* Fix(l10n): Update translations from Transifex

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, photos and files into Nextcloud.]]></description>
7-
<version>3.1.1</version>
7+
<version>3.2.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://github.com/nextcloud/integration_google/raw/master/img/screenshot1.jpg</screenshot>
1818
<dependencies>
19-
<nextcloud min-version="28" max-version="30"/>
19+
<nextcloud min-version="28" max-version="32"/>
2020
</dependencies>
2121
<settings>
2222
<admin>OCA\Google\Settings\Admin</admin>

0 commit comments

Comments
 (0)