Skip to content

Commit 302bd2c

Browse files
authored
Update README.md to describe intended versioning scheme
1 parent 12427ab commit 302bd2c

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the 2nd generation of a Two-Stack CMS package for Neos.
44

5-
**This Package is used in production in a bigger instance.**
5+
**This Package is used in production in multiple bigger instances.**
66

77
The Content Store package is one part of a [Two-Stack CMS](https://martinfowler.com/articles/two-stack-cms/)
88
solution with Neos. A Two-Stack architecture separates editing and publishing
@@ -14,6 +14,16 @@ The first iteration was not open source; developed jointly by [Networkteam](http
1414
and is in use for several large customers. The second iteration (this project) is developed from scratch, in an open-source
1515
way, based on the learnings of the first iteration. Especially the robustness has been greatly increased.
1616

17+
## Versioning Scheme
18+
19+
| Package Version | Neos / Flow Version | Released? | Supported | Remarks |
20+
|------------------------------|---------------------|--------------|-------------------------------------|---------|
21+
| 1.x | 8.x | ☑️ | ☑️ (bugfixes only) | Currently used in production in bigger sites. |
22+
| 2.x (current `main` branch) | 8.x | ⛔️ (not yet) | Beta Testing in some instances | Breaking configuration changes, to support **different renderers** and more flexible rendering overall |
23+
| 3.x | 9.x | ⛔️ | ⛔️ | Not yet started with implementation for Neos 9; current ETA end of 2025 / beginning of 2026 |
24+
25+
NOTE: There still exists the pull request https://github.com/Flowpack/Flowpack.DecoupledContentStore/pull/42 containing various improvements, which also should go to 2.x / main branch.
26+
1727
## What does it do?
1828

1929
The Content Store package publishes content from Neos to a Redis database as

0 commit comments

Comments
 (0)