@akemona-org/strapi-plugin-content-manager 3.10.4 → 3.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -15
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,21 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Hello! We have some news to share,
|
|
8
|
-
|
|
9
|
-
We’ve decided it’ll soon be time to end the support for `strapi-plugin-content-manager`.
|
|
10
|
-
|
|
11
|
-
After years of iterations, Strapi is going to V4 and we won’t maintain V3 packages when it’ll reach its end-of-support milestone (~end of Q3 2022).
|
|
12
|
-
|
|
13
|
-
If you’ve been using `strapi-plugin-content-manager` and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this [URL](https://github.com/akemona/strapi/tree/master/packages/core/content-manager) and with the following name on NPM: `@strapi/plugin-content-manager`.
|
|
14
|
-
|
|
15
|
-
If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.
|
|
16
|
-
|
|
17
|
-
The Akemona team
|
|
18
|
-
|
|
19
|
-
---
|
|
5
|
+
### Maintenance release by Akemona
|
|
20
6
|
|
|
21
7
|
## Description
|
|
22
8
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "3.
|
|
6
|
+
"version": "3.11.0",
|
|
7
7
|
"description": "A powerful UI to easily manage your data.",
|
|
8
8
|
"strapi": {
|
|
9
9
|
"name": "Content Manager",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"required": true
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@akemona-org/strapi-helper-plugin": "3.
|
|
16
|
-
"@akemona-org/strapi-utils": "3.
|
|
15
|
+
"@akemona-org/strapi-helper-plugin": "3.11.0",
|
|
16
|
+
"@akemona-org/strapi-utils": "3.11.0",
|
|
17
17
|
"@buffetjs/core": "3.3.8",
|
|
18
18
|
"@buffetjs/custom": "3.3.8",
|
|
19
19
|
"@buffetjs/hooks": "3.3.8",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"npm": ">=6.0.0"
|
|
74
74
|
},
|
|
75
75
|
"license": "SEE LICENSE IN LICENSE",
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "e462fb357b05c11fe4c5289f83454f1317bee18b"
|
|
77
77
|
}
|