Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-27 20:51:07 +0300
committerGitHub <noreply@github.com>2022-10-27 20:51:07 +0300
commit644683ac42bccede973a5bb45baae6518b22f582 (patch)
treeb1dc2d9a671c91a1da3c8fab80649af51045022e
parent18002afb510c8c1c09245b022bd5bc93cdd1a518 (diff)
parent6faffe3540818d24b360754996349aed739bffc8 (diff)
Merge pull request #4693 from nextcloud/release/v4.0.2v4.0.2stable4.0
Release v4.0.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
4 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dade0035..b912975e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
+## 4.0.2 - 2022-10-27
+### Fixed
+- Overlapping of timezones with time suggestions
+- Calendar picker out of sync after moving event
+
## 4.0.1 - 2022-10-18
### Changed
- Remove iconfont and associated dependecies
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 691e169c..88561c05 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]></description>
- <version>4.0.1</version>
+ <version>4.0.2</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index 3cb820b2..e4eaef4c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "calendar",
- "version": "4.0.1",
+ "version": "4.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "calendar",
- "version": "4.0.1",
+ "version": "4.0.2",
"license": "agpl",
"dependencies": {
"@fullcalendar/core": "5.11.2",
diff --git a/package.json b/package.json
index cd9f5e2d..aeb6bf28 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "calendar",
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
- "version": "4.0.1",
+ "version": "4.0.2",
"author": "Georg Ehrke <oc.list@georgehrke.com>",
"contributors": [
"Georg Ehrke <oc.list@georgehrke.com>",