2015-05-26 10:52:35 +12:00
# SilverStripe Blog Module
2013-08-10 15:59:15 -07:00
2015-06-05 12:41:40 +12:00
[![Build Status ](https://travis-ci.org/silverstripe/silverstripe-blog.png?branch=master )](https://travis-ci.org/silverstripe/silverstripe-blog) [![Latest Stable Version ](https://poser.pugx.org/silverstripe/blog/v/stable.svg )](https://packagist.org/packages/silverstripe/blog) [![Total Downloads ](https://poser.pugx.org/silverstripe/blog/downloads.svg )](https://packagist.org/packages/silverstripe/blog) [![Latest Unstable Version ](https://poser.pugx.org/silverstripe/blog/v/unstable.svg )](https://packagist.org/silverstripe/silverstripe/blog) [![License ](https://poser.pugx.org/silverstripe/blog/license.svg )](https://packagist.org/packages/silverstripe/blog)
2013-08-11 00:26:17 +01:00
2015-12-08 11:45:09 +13:00
## Documentation
[User guide ](docs/en/userguide/index.md )
2013-08-11 01:58:25 +01:00
2015-12-08 11:45:09 +13:00
[Developer documentation ](docs/en/index.md )
2013-08-11 01:33:53 +01:00
2015-05-26 10:52:35 +12:00
## Requirements
```
silverstripe/cms: ~3.1
2015-10-16 10:24:29 -05:00
silverstripe/lumberjack: ~1.1
silverstripe/tagfield: ^1.0
2015-05-26 10:52:35 +12:00
```
### Suggested Modules
```
silverstripe/widgets: *
silverstripe/comments: *
```
## Installation
```
composer require silverstripe/blog 2.0.x-dev
```
2015-06-28 12:01:19 +12:00
## Upgrading legacy blog to 2.0
2015-05-26 10:52:35 +12:00
2015-06-28 12:01:19 +12:00
If you're upgrading from blog version 1.0 to 2.0 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.
2015-05-26 10:52:35 +12:00