Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/appinfo/info.xml @marcelklehr @julien-nc
/appinfo/info.xml @lukasdotcom @marcelklehr
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.3.1] - 2026-03-31

### Changed

- Update screenshot URL to use the main branch #350 @jospoortvliet

### Fixed

- Fix type conflict exception for user config #348 @lukasdotcom
- Fix download limit handling #345 @lukasdotcom
- Fix calendar display name #342 @lukasdotcom
- Fix undefined variable `rootSharedWithMeImportFolder` #313 @lukasdotcom

## [4.3.0] - 2025-10-29

### Changed
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Google integration</name>
<summary>Import Google data into Nextcloud</summary>
<description><![CDATA[Google integration allows you to automatically migrate your Google calendars, contacts, and files into Nextcloud.]]></description>
<version>4.3.0</version>
<version>4.3.1</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Google</namespace>
Expand All @@ -16,7 +16,7 @@
<bugs>https://github.com/nextcloud/integration_google/issues</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/integration_google/refs/heads/main/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="32" max-version="33"/>
<nextcloud min-version="32" max-version="34"/>
</dependencies>
<settings>
<admin>OCA\Google\Settings\Admin</admin>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integration_google",
"version": "3.1.1",
"version": "4.3.1",
"description": "Google integration",
"main": "index.js",
"directories": {
Expand Down
Loading