mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
463f9d9db7
Summary field wasnt formated correctly https://pasteboard.co/GTFzo8K.png this css will make it look like https://pasteboard.co/GTFzQkq.png |
||
---|---|---|
_config | ||
.tx | ||
css | ||
docs | ||
images | ||
js | ||
lang | ||
scss | ||
src | ||
templates | ||
tests | ||
_config.php | ||
.codecov.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
.upgrade.yml | ||
changelog.md | ||
code-of-conduct.md | ||
composer.json | ||
config.rb | ||
gulpfile.js | ||
license.md | ||
package.json | ||
phpcs.xml.dist | ||
phpunit.xml.dist | ||
README.md |
SilverStripe Blog Module
Documentation
Requirements
silverstripe/cms: ^4.0
silverstripe/lumberjack: ^2.0
silverstripe/tagfield: ^2.0
Suggested Modules
silverstripe/widgets: *
silverstripe/comments: *
Installation
composer require silverstripe/blog
Upgrading
Upgrading from 2.x to 3.x
Aside from the framework and CMS upgrades required the blog module should not require anything extra to be completed.
Upgrading legacy blog to 2.x
If you're upgrading from blog version 1.0 to 2.x you will need to run the BlogMigrationTask
. Run the task using dev/tasks/BlogMigrationTask
either via the browser or sake CLI to migrate your legacy blog to the new version data structure.