Skip to content

Releases: Soflomo/Blog

v0.1.1

20 May 13:31

Choose a tag to compare

Hotfix release

  • Fix blog article listing view helper by adding missing factory

v0.1.0-beta1

03 Apr 10:00

Choose a tag to compare

v0.1.0-beta1 Pre-release
Pre-release

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

13 Sep 09:52

Choose a tag to compare

v0.1.0-alpha5 Pre-release
Pre-release

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

13 Sep 09:46

Choose a tag to compare

v0.1.0-alpha4 Pre-release
Pre-release

Hotfix for Soflomo\Blog

  • Only load published posts in the archive

v0.1.0-alpha3

13 Sep 09:46

Choose a tag to compare

v0.1.0-alpha3 Pre-release
Pre-release

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

13 Sep 09:42

Choose a tag to compare

v0.1.0-alpha2 Pre-release
Pre-release

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

13 Sep 09:41

Choose a tag to compare

v0.1.0-alpha1 Pre-release
Pre-release

Initial alpha release of Soflomo\Blog