Releases: Soflomo/Blog
Releases · Soflomo/Blog
v0.1.1
v0.1.0-beta1
First beta release for Soflomo\Blog
- Add the missing dependency to ensemble/kernel in the composer.json
- Add support for categories
v0.1.0-alpha5
Major new pre-release, getting ready for beta of Soflomo\Blog
- Enable a by-date route, to fetch all articles between two date stamps
- Enable pagination in the admin
- Load all unpublished posts in a separate listing
- Create options class for common blog options
- Add a view helper to get a listing of recent articles on an arbitrary page
- Fix the route urls to allow a dot in the slug of the article title
- Make this repository a bower package to by enabling css and sass files to be included
- Apply Doctrine's ResolveTargetEntityListener to allow overriding the default's article and blog entities
- Move all fields which can be translated to the article instead of the base abstract article
- If you click on the page listing in ensemble, make sure you're redirected to the blog admin
v0.1.0-alpha4
Hotfix for Soflomo\Blog
- Only load published posts in the archive
v0.1.0-alpha3
Third pre-release of Soflomo\Blog
- Make the blog an ensemble page such it can be placed in the navigation tree from the ensemble kernel
- Use the ensemble page metadata to supply the feed information
- Inject navigation pages when inside the admin
v0.1.0-alpha2
New pre-release for Soflomo\Blog
- Remove escaping on lead and body texts as they contain HTML (and must be cleaned with HTMLPurifier on beforehand)
v0.1.0-alpha1
Initial alpha release of Soflomo\Blog