2015-05-26 10:52:35 +12:00
# SilverStripe Blog Module
2021-01-21 16:28:42 +13:00
[![Build Status ](https://api.travis-ci.com/silverstripe/silverstripe-blog.svg?branch=3 )](https://travis-ci.com/silverstripe/silverstripe-blog)
2016-01-21 02:37:43 +07:00
[![Scrutinizer Code Quality ](https://scrutinizer-ci.com/g/silverstripe/silverstripe-blog/badges/quality-score.png?b=master )](https://scrutinizer-ci.com/g/silverstripe/silverstripe-blog/?branch=master)
[![codecov.io ](https://codecov.io/github/silverstripe/silverstripe-blog/coverage.svg?branch=master )](https://codecov.io/github/silverstripe/silverstripe-blog?branch=master)
2018-06-15 17:31:09 +12:00
[![SilverStripe supported module ](https://img.shields.io/badge/silverstripe-supported-0071C4.svg )](https://www.silverstripe.org/software/addons/silverstripe-commercially-supported-module-list/)
2013-08-11 00:26:17 +01:00
2015-12-08 11:45:09 +13:00
## Documentation
2013-08-11 01:58:25 +01:00
2016-12-20 16:57:05 +13:00
* [User guide ](docs/en/userguide/index.md )
* [Developer documentation ](docs/en/index.md )
2013-08-11 01:33:53 +01:00
2015-05-26 10:52:35 +12:00
## Requirements
2018-01-29 16:01:08 +13:00
* SilverStripe CMS 4.0+
* SilverStripe Lumberjack Module 2.0+
* SilverStripe Tag Field Module 2.0+
* SilverStripe Assets 1.0+
* SilverStripe Asset Admin Module 1.0+
Note: this version is compatible with SilverStripe 4. For SilverStripe 3, please see [the 2.x release line ](https://github.com/silverstripe/silverstripe-blog/tree/2 ).
2015-05-26 10:52:35 +12:00
### Suggested Modules
2018-01-29 16:01:08 +13:00
* SilverStripe Widgets Module
* SilverStripe Comments Module
2015-05-26 10:52:35 +12:00
## Installation
```
2016-05-24 13:43:04 +12:00
composer require silverstripe/blog
2015-05-26 10:52:35 +12:00
```
2016-12-20 16:57:05 +13:00
## Upgrading
2015-05-26 10:52:35 +12:00
2016-12-20 16:57:05 +13:00
### 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.
2015-05-26 10:52:35 +12:00
2016-12-20 16:57:05 +13:00
### Upgrading legacy blog to 2.x
2015-05-26 10:52:35 +12:00
2016-12-20 16:57:05 +13:00
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.