silverstripe / blog
A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.
Installs: 486 834
Dependents: 37
Suggesters: 0
Security: 0
Stars: 108
Watchers: 23
Forks: 186
Open Issues: 32
Type:silverstripe-vendormodule
Requires
- php: ^7.4 || ^8.0
- silverstripe/asset-admin: ^1.0
- silverstripe/assets: ^1.0
- silverstripe/cms: ^4.0
- silverstripe/lumberjack: ^2.0
- silverstripe/tagfield: ^2.0
Requires (Dev)
Suggests
- silverstripe/comments: This module adds comments to your blog.
- silverstripe/widgets: Some widgets come with the blog which are compatible with the widgets module.
Replaces
- 4.x-dev
- 3.x-dev
- 3.11.x-dev
- 3.11.0
- 3.11.0-rc1
- 3.11.0-beta1
- 3.10.x-dev
- 3.10.0
- 3.10.0-rc1
- 3.10.0-beta1
- 3.9.x-dev
- 3.9.0
- 3.9.0-rc1
- 3.9.0-beta1
- 3.8.x-dev
- 3.8.0
- 3.8.0-rc1
- 3.8.0-beta1
- 3.8.0-alpha1
- 3.7.x-dev
- 3.7.0
- 3.7.0-rc1
- 3.7.0-beta1
- 3.6.x-dev
- 3.6.0
- 3.5.x-dev
- 3.5.1
- 3.5.0
- 3.4.x-dev
- 3.4.0
- 3.3.x-dev
- 3.3.0
- 3.2.x-dev
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.x-dev
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.x-dev
- 3.0.1
- 3.0.0
- 3.0.0-beta1
- 3.0.0-alpha1
- 2.x-dev / 2.6.x-dev
- 2.5.x-dev
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.x-dev
- 2.4.10
- 2.4.9
- 2.4.8
- 2.4.7
- 2.4.6
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.x-dev
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.0
- 2.0.x-dev
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.0.x-dev
- 1.0.0
- 0.7.0
- 0.6.x-dev
- 0.6.3
- 0.6.2
- 0.6.1
- 0.5.x-dev
- dev-pulls/3/update-js-1672531731
- dev-master
This package is auto-updated.
Last update: 2023-02-07 00:35:39 UTC
README
Documentation
Requirements
- 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.
Suggested Modules
- Silverstripe Widgets Module
- Silverstripe Comments Module
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.