Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Tags: phly/PhlyBlog

Tags

2.1.1

Toggle 2.1.1's commit message
## 2.1.1 - 2020-11-09

### Changed

- [#31](#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](https://github.com/phly/PhlyBlog/milestone/7)

2.1.x bugfix release (patch)

### 2.1.1

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **2**

#### bug

 - [31: Make Compiler EventsCapable instead of EventManagerAware](#31) thanks to @weierophinney and @vrkansagara

2.1.0

Toggle 2.1.0's commit message
## 2.1.0 - 2020-11-04

### Added

- [#29](#29) adds a `PhlyBlog\CompilerFactory`, and wires the `PhlyBlog\Compiler` service to be created via that factory.

### Changed

- [#29](#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](https://github.com/phly/PhlyBlog/milestone/3)

### 2.1.0

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **2**

#### enhancement

 - [29: Add Compiler as a container service](#29) thanks to @weierophinney and @vrkansagara

2.0.2

Toggle 2.0.2's commit message
## 2.0.2 - 2020-10-13

### Fixed

- [#26](#26) fixes issues with display of progress bars, ensuring they display along with the label detailing what is being compiled.

- [#26](#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](https://github.com/phly/PhlyBlog/milestone/5)

### 2.0.2

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### bug

 - [26: Fix rendering of posts and pagination](#26) thanks to @weierophinney

2.0.1

Toggle 2.0.1's commit message
## 2.0.1 - 2020-10-13

### Fixed

- [#23](#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](https://github.com/phly/PhlyBlog/milestone/2)

### 2.0.1

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **2**

#### bug

 - [23: Fix tags listener resolution](#23) thanks to @weierophinney and @vrkansagara

2.0.0

Toggle 2.0.0's commit message
### Release Notes for [2.0.0](https://github.com/phly/PhlyBlog/milest…

…one/1)

### 2.0.0

- Total issues resolved: **2**
- Total pull requests resolved: **4**
- Total contributors: **4**

#### enhancement

 - [21: Refresh Code base](#21) thanks to @rieschl and @vrkansagara
 - [19: Adding symfony-cli as console command runner.](#19) thanks to @vrkansagara
 - [16: Package migrate to Laminas](#16) thanks to @vrkansagara
 - [8: Throw an exception if one of the entities are broken](#8) thanks to @pavkatar

 - [4: Exception when running blog compile](#4) thanks to @RWOverdijk

1.0.0

Toggle 1.0.0's commit message
Version 1.0.0

Stable version, with full support for ZF2 console.

2.0.0beta5

Toggle 2.0.0beta5's commit message
ZF2 2.0.0beta5/rc1 readiness

2.0.0beta5pl1

Toggle 2.0.0beta5pl1's commit message
ZF2 beta5/rc1 readiness; patched to fix issues in compile script