Skip to content

Releases: phly/PhlyBlog

2.1.1

09 Nov 14:53
Compare
Choose a tag to compare

2.1.1 - 2020-11-09

Changed

  • #31 changes the Compiler to implement EventsCapableInterface instead of EventManagerAwareInterface (the latter is a superset of the former). Doing so ensures that any initializers for EventManagerAwareInterface do not trigger, which prevents double-injection of the EventManager instance, and thus prevents overwriting any listeners attached via delegator factories. The setEventManager() method is still defined.

Release Notes for 2.1.1

2.1.x bugfix release (patch)

2.1.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

bug

2.1.0

04 Nov 18:53
Compare
Choose a tag to compare

2.1.0 - 2020-11-04

Added

  • #29 adds a PhlyBlog\CompilerFactory, and wires the PhlyBlog\Compiler service to be created via that factory.

Changed

  • #29 adds an optional ?Compiler $compiler = null argument to the CompileCommand constructor. When provided, the command will use that Compiler instance. The CompileCommandFactory now pulls the Compiler service from the container and passes it for that argument.

Release Notes for 2.1.0

2.1.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

enhancement

2.0.2

13 Oct 18:27
Compare
Choose a tag to compare

2.0.2 - 2020-10-13

Fixed

  • #26 fixes issues with display of progress bars, ensuring they display along with the label detailing what is being compiled.

  • #26 fixes the remaining issues with rendering the blog posts using the phly-blog:compile tooling, ensuring that the view is capable of identifying a renderer, posts are rendered within the layout, and that no duplication of metadata occurs.


Release Notes for 2.0.2

2.0.2

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

2.0.1

13 Oct 13:59
Compare
Choose a tag to compare

2.0.1 - 2020-10-13

Fixed

  • #23 fixes an issue in the phly-blog:compile command with resolution of the Tags listener, which led to a fatal error.

Release Notes for 2.0.1

2.0.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

bug

2.0.0

12 Oct 21:18
Compare
Choose a tag to compare

Release Notes for 2.0.0

2.0.0

  • Total issues resolved: 2
  • Total pull requests resolved: 4
  • Total contributors: 4

enhancement