2015-05-26 00:52:35 +02:00
# SilverStripe Blog Module
2013-08-11 00:59:15 +02:00
2015-06-05 02:41:40 +02: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 01:26:17 +02:00
2015-12-07 23:45:09 +01:00
## Documentation
[User guide ](docs/en/userguide/index.md )
2013-08-11 02:58:25 +02:00
2015-12-07 23:45:09 +01:00
[Developer documentation ](docs/en/index.md )
2013-08-11 02:33:53 +02:00
2015-05-26 00:52:35 +02:00
## Requirements
```
silverstripe/cms: ~3.1
2015-10-16 17:24:29 +02:00
silverstripe/lumberjack: ~1.1
silverstripe/tagfield: ^1.0
2015-05-26 00:52:35 +02:00
```
### Suggested Modules
```
silverstripe/widgets: *
silverstripe/comments: *
```
## Installation
```
composer require silverstripe/blog 2.0.x-dev
```
2015-06-28 02:01:19 +02:00
## Upgrading legacy blog to 2.0
2015-05-26 00:52:35 +02:00
2015-06-28 02:01:19 +02: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 00:52:35 +02:00