Skip to content

Commit 921bf91

Browse files
committed
🔖 v3.0.0
1 parent 9157e9c commit 921bf91

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
</strong>
1919
</p>
2020

21-
> **Note**
22-
> This plugin is compatible with Strapi v5.
23-
>
24-
> If you are using Strapi v4, check out the [strapi-v4 branch](https://github.com/chartbrew/strapi-plugin-chartbrew/tree/strapi-v4) of this repository.
25-
2621
<br />
2722

2823
![](https://raw.githubusercontent.com/chartbrew/strapi-plugin-chartbrew/master/admin/src/assets/strapi-chartbrew-dashboard.jpg)
@@ -37,6 +32,11 @@
3732
* Add charts to existing dashboards straight from Strapi
3833
* The charts are kept up-to-date automatically (you can set an update schedule on Chartbrew)
3934

35+
## 📦 Plugin versions
36+
* If you are using Strapi v5 and Chartbrew v4, use version `3+`
37+
* If you are using Strapi v5 and Chartbrew v3, use version `2.x.x`
38+
* If you are using Strapi v4, use version `1.x.x`
39+
4040
## 👋 Get started with Chartbrew
4141

4242
To use this plugin, you will need to have a Chartbrew account, or self-host the platform.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chartbrew/plugin-strapi",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "Chartbrew brings data visualization to your Strapi dashboard",
55
"keywords": [],
66
"homepage": "https://github.com/chartbrew/strapi-plugin-chartbrew#readme",

0 commit comments

Comments
 (0)