From 631957fa321a0b7a74588d81b72f5aa5ee97a3b5 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Mon, 26 Feb 2024 19:42:43 +0200 Subject: [PATCH] =fixed changelog typo and added PR link --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2674c509..4722abf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## v0.22.0 -- Added Planning Center OAuth2 provider (thanks @alxjsn). +- Added Planning Center OAuth2 provider ([#4393](https://github.com/pocketbase/pocketbase/pull/4393); thanks @alxjsn). - Admin UI improvements: - Autosync collection changes across multiple open browser tabs. @@ -20,7 +20,7 @@ - Added `jsvm.Config.OnInit` optional config function to allow registering custom Go bindings to the JSVM. -- Added `@request.context` rule field that can be used to apply a different set of constrtaints based on the API rule execution context. +- Added `@request.context` rule field that can be used to apply a different set of constraints based on the API rule execution context. For example, to disallow user creation by an OAuth2 auth, you could set for the users Create API rule `@request.context != "oauth2"`. The currently supported `@request.context` values are: ``` @@ -31,7 +31,7 @@ ``` - Adjusted the `cron.Start()` to start the ticker at the `00` second of the cron interval ([#4394](https://github.com/pocketbase/pocketbase/discussions/4394)). - _Note that the cron format has only minute granularity and there is still no guarantee that the sheduled job will be always executed at the `00` second._ + _Note that the cron format has only minute granularity and there is still no guarantee that the scheduled job will be always executed at the `00` second._ - Fixed auto backups cron not reloading properly after app settings change ([#4431](https://github.com/pocketbase/pocketbase/discussions/4431)).