-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated docs: new behavior -> standard behavior (#7258)
- Loading branch information
1 parent
55b4945
commit b70346a
Showing
3 changed files
with
28 additions
and
32 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
docs/change_log/2024-11-05-post-entitlement-migration-update.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Entitlement Migration Completed" | ||
date: "2024-11-05" | ||
topics: | ||
- "Premium Apps" | ||
--- | ||
|
||
The [entitlement migration](#DOCS_CHANGE_LOG/premium-apps-entitlement-migration-and-new-subscription-api) which began on **October 1, 2024**, has been successfully completed as of **November 1, 2024**. | ||
|
||
### What's Changed | ||
|
||
- The documentation has been updated to reflect the new entitlement system as the standard behavior. | ||
- `ENTITLEMENT_UPDATE` event for subscription-related entitlements now only occur when the subscription ends. | ||
- The `ends_at` value on the [entitlement object](#DOCS_RESOURCES_ENTITLEMENT/entitlement-object) is now set when the subscription ends. | ||
- To determine when a subscription was canceled, listen for `SUBSCRIPTION_UPDATE` events or use the [Subscription API](#DOCS_RESOURCES_SUBSCRIPTION) to retrieve the subscription's `status` and `canceled_at` timestamp. | ||
|
||
For more details about the migration process, please refer to the [migration guide](#DOCS_CHANGE_LOG/updates-to-entitlement-migration-guide). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters