mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-18 04:34:59 +00:00
Compare commits
4 Commits
v3.0.0-RC1
...
v3.0.0
Author | SHA1 | Date | |
---|---|---|---|
94d6b5eff8 | |||
d87f380f16 | |||
58bf722fae | |||
50fb79ebbf |
@@ -1,5 +0,0 @@
|
|||||||
kind: Fixed
|
|
||||||
body: Fix delete action for accompanying periods in draft state
|
|
||||||
time: 2024-08-21T15:14:13.753383913+02:00
|
|
||||||
custom:
|
|
||||||
Issue: ""
|
|
@@ -1,5 +0,0 @@
|
|||||||
kind: Fixed
|
|
||||||
body: Fix connection to azure when making an calendar event in chill
|
|
||||||
time: 2024-08-21T16:55:37.977150909+02:00
|
|
||||||
custom:
|
|
||||||
Issue: ""
|
|
@@ -1,5 +0,0 @@
|
|||||||
kind: Fixed
|
|
||||||
body: CollectionType js fixes for remove button and adding multiple entries
|
|
||||||
time: 2024-08-22T14:24:27.381070019+02:00
|
|
||||||
custom:
|
|
||||||
Issue: ""
|
|
5
.changes/v3.0.0.md
Normal file
5
.changes/v3.0.0.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
## v3.0.0 - 2024-08-26
|
||||||
|
### Fixed
|
||||||
|
* Fix delete action for accompanying periods in draft state
|
||||||
|
* Fix connection to azure when making an calendar event in chill
|
||||||
|
* CollectionType js fixes for remove button and adding multiple entries
|
@@ -138,4 +138,4 @@ release:
|
|||||||
- echo "running release_job"
|
- echo "running release_job"
|
||||||
release:
|
release:
|
||||||
tag_name: '$CI_COMMIT_TAG'
|
tag_name: '$CI_COMMIT_TAG'
|
||||||
description: "./.changes/v$CI_COMMIT_TAG.md"
|
description: "./.changes/$CI_COMMIT_TAG.md"
|
||||||
|
@@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|||||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||||
|
|
||||||
|
|
||||||
|
## v3.0.0 - 2024-08-26
|
||||||
|
### Fixed
|
||||||
|
* Fix delete action for accompanying periods in draft state
|
||||||
|
* Fix connection to azure when making an calendar event in chill
|
||||||
|
* CollectionType js fixes for remove button and adding multiple entries
|
||||||
|
|
||||||
## v2.23.0 - 2024-07-23
|
## v2.23.0 - 2024-07-23
|
||||||
### Feature
|
### Feature
|
||||||
* ([#221](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/221)) [DX] move async-upload-bundle features into chill-bundles
|
* ([#221](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/221)) [DX] move async-upload-bundle features into chill-bundles
|
||||||
|
@@ -42,7 +42,7 @@ class RemoteCalendarConnectAzureController
|
|||||||
->redirect(['https://graph.microsoft.com/.default', 'offline_access'], []);
|
->redirect(['https://graph.microsoft.com/.default', 'offline_access'], []);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[Route(path: '/connect/azure/check', name: 'chill_calendar_remote_connect_azure_check', schemes: ['https'])]
|
#[Route(path: '/connect/azure/check', name: 'chill_calendar_remote_connect_azure_check')]
|
||||||
public function connectAzureCheck(Request $request): Response
|
public function connectAzureCheck(Request $request): Response
|
||||||
{
|
{
|
||||||
/** @var Azure $client */
|
/** @var Azure $client */
|
||||||
|
Reference in New Issue
Block a user