Skip to content

Commit ecc0886

Browse files
authored
Merge pull request #354 from nextcloud/release-4.3.1
Prepare 4.3.1
2 parents 3725217 + 086857f commit ecc0886

5 files changed

Lines changed: 19 additions & 6 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/appinfo/info.xml @marcelklehr @julien-nc
1+
/appinfo/info.xml @lukasdotcom @marcelklehr

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.3.1] - 2026-03-31
8+
9+
### Changed
10+
11+
- Update screenshot URL to use the main branch #350 @jospoortvliet
12+
13+
### Fixed
14+
15+
- Fix type conflict exception for user config #348 @lukasdotcom
16+
- Fix download limit handling #345 @lukasdotcom
17+
- Fix calendar display name #342 @lukasdotcom
18+
- Fix undefined variable `rootSharedWithMeImportFolder` #313 @lukasdotcom
19+
720
## [4.3.0] - 2025-10-29
821

922
### 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.0</version>
7+
<version>4.3.1</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="33"/>
19+
<nextcloud min-version="32" max-version="34"/>
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": "3.1.1",
3+
"version": "4.3.1",
44
"description": "Google integration",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)