From 16441e7af6f9df71848f0ccf74fb949ffb700e04 Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Thu, 6 Jun 2024 16:29:34 +0200 Subject: [PATCH] update one more fix --- release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index b0c06da..983b7a8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -5,13 +5,14 @@ Releases of [SaaS Pegasus: The Django SaaS Boilerplate](https://www.saaspegasus. ## Version 2024.6.1 -This is hotfix release that addresses two issues from yesterday's update: +This is hotfix release that addresses a few issues from yesterday's update: - Fix app styles accidentally being purged during the Docker build process. This caused styling on Docker-based deployments for tailwind builds. - Moved channels url import to after Django initialization. (Thanks Steve for reporting!) This fixes an `AppRegistryNotReady` error when deploying asynchronous apps with the AI chat app enabled. (Thanks Roman for reporting!) +- Don't create the periodic task to sync subscriptions unless per-unit billing is enabled. *June 6, 2024*