Skip to content

Commit 26cf881

Browse files
committed
[TASK] Raise dependency on Neos 2.0
Also adjusts the CMS name in README.md.
1 parent 039e51b commit 26cf881

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
TYPO3 Neos Blog Plugin
2-
======================
1+
Neos CMS Blog Plugin
2+
====================
33

4-
This plugin provides a node-based plugin for TYPO3 Neos websites.
4+
This plugin provides a node-based plugin for Neos websites.
55

6-
Note: this package is still experimental and may change heavily in the near future.
6+
Note: Although this package is in use (for example on robertlemke.com) it is not a full-fledged blogging solution.
77

88
Quick start
99
-----------
@@ -19,7 +19,7 @@ Quick start
1919
package: RobertLemke.Plugin.Blog
2020
```
2121
22-
* Add this to your TS, assuming your content should appear in section "main":
22+
* Add this to your TypoScript, assuming your content should appear in section "main":
2323
2424
```
2525
blogPostPage < page {
@@ -32,4 +32,4 @@ root.blogPostMatcher {
3232
}
3333
```
3434

35-
* add the plugin content element "Blog Post Overview" to the position of your choice.
35+
* add the plugin content element "Blog Post Overview" to the position of your choice.

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
}
1515
],
1616
"require": {
17-
"typo3/flow": ">=2.0.0-beta1",
18-
"typo3/neos": ">=1.0.0-alpha3",
17+
"typo3/neos": "~2.0",
1918
"robertlemke/akismet": "~1.0",
20-
"robertlemke/rss": "dev-master"
19+
"robertlemke/rss": "~1.0"
2120
},
2221
"suggest": {
2322
"typo3/swiftmailer": "Allows sending notification emails on new comments",

0 commit comments

Comments
 (0)