diff --git a/website/docs/news.mdx b/website/docs/news.mdx index 4c373897..60d0ea42 100644 --- a/website/docs/news.mdx +++ b/website/docs/news.mdx @@ -8,6 +8,25 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} +## Price Adjustment & Smart Plan Update + +#### Feb 17, 2025 + +As of 17th February 2025, we've made the following updates: + +### Price adjustment + +Due to changes in the EUR-USD exchange rate, we've made an adjustment to our prices: +- Our EUR plans will have a 10% increase +- Our USD plans will have a 1% increase + +This applies only to new upgrades and future customers. + +### Smart plan Update +- The Smart Plan now has a product limit of 10. + +Existing Smart plan customers are not affected by this change. + ## What's new in 2025 #### Jan 20, 2025 diff --git a/website/docs/subscription-plan-limits.mdx b/website/docs/subscription-plan-limits.mdx index c76f6941..d4b5f1d9 100644 --- a/website/docs/subscription-plan-limits.mdx +++ b/website/docs/subscription-plan-limits.mdx @@ -14,7 +14,7 @@ Every value marked with a \* in the table marks a technical limit. If you hit a | ---------------------------------------------- | ------- | ------- | ------- | ---------- | --------- | ------- | ------- | | Config JSON downloads (million) | 5 | 25 | 250 | 1000 | 6000 | 25 | 5 | | Network traffic (per month) | 20GB | 100GB | 1TB | 4TB | 24TB | 100GB | 100GB | -| Products | 1 | 3 | 1000\* | 1000\* | 1000\* | 3 | 1000 | +| Products | 2 | 3 | 10 | 1000\* | 1000\* | 3 | 1000 | | Environments (per product) | 2 | 3 | 50\* | 50\* | 50\* | 3 | 2 | | Segments (per product) | 2 | 3 | 500\* | 1000\* | 1000\* | 3 | 3 | | Feature flags / Settings (per product) | 10 | 100 | 500\* | 500\* | 500\* | 1000 | 10 | diff --git a/website/versioned_docs/version-V1/news.mdx b/website/versioned_docs/version-V1/news.mdx index 5e01cfd5..3b23e7ab 100644 --- a/website/versioned_docs/version-V1/news.mdx +++ b/website/versioned_docs/version-V1/news.mdx @@ -8,6 +8,25 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} +## Price Adjustment & Smart Plan Update + +#### Feb 17, 2025 + +As of 17th February 2025, we've made the following updates: + +### Price adjustment + +Due to changes in the EUR-USD exchange rate, we've made an adjustment to our prices: +- Our EUR plans will have a 10% increase +- Our USD plans will have a 1% increase + +This applies only to new upgrades and future customers. + +### Smart plan Update +- The Smart Plan now has a product limit of 10. + +Existing Smart plan customers are not affected by this change. + ## What's new in 2025 diff --git a/website/versioned_docs/version-V1/subscription-plan-limits.mdx b/website/versioned_docs/version-V1/subscription-plan-limits.mdx index c76f6941..d4b5f1d9 100644 --- a/website/versioned_docs/version-V1/subscription-plan-limits.mdx +++ b/website/versioned_docs/version-V1/subscription-plan-limits.mdx @@ -14,7 +14,7 @@ Every value marked with a \* in the table marks a technical limit. If you hit a | ---------------------------------------------- | ------- | ------- | ------- | ---------- | --------- | ------- | ------- | | Config JSON downloads (million) | 5 | 25 | 250 | 1000 | 6000 | 25 | 5 | | Network traffic (per month) | 20GB | 100GB | 1TB | 4TB | 24TB | 100GB | 100GB | -| Products | 1 | 3 | 1000\* | 1000\* | 1000\* | 3 | 1000 | +| Products | 2 | 3 | 10 | 1000\* | 1000\* | 3 | 1000 | | Environments (per product) | 2 | 3 | 50\* | 50\* | 50\* | 3 | 2 | | Segments (per product) | 2 | 3 | 500\* | 1000\* | 1000\* | 3 | 3 | | Feature flags / Settings (per product) | 10 | 100 | 500\* | 500\* | 500\* | 1000 | 10 |