Releases: markstory/cakephp_geshi
Releases · markstory/cakephp_geshi
Geshi Helper 5.0.0
What's Changed
- Upgrade to cake 5 by @markstory in #10
Breaking changes
You can no longer configure the wrapped geshi instance via public properties. Instead use setConfig()
. See the changes in #10 for examples.
Full Changelog: 4.1.1...5.0.0
Geshi Helper 4.1.1
- Fixed configuration data always being treated as
features
.
Full Changelog: 4.1.0...4.1.1
Geshi Helper 4.1.0
What's Changed
- Adding .stickler.yml configuration file by @stickler-ci in #6
- Improve PHP version tests on Travis CI build by @peter279k in #7
- Add github actions. by @markstory in #8
- Add templatestrings by @markstory in #9
New Contributors
- @stickler-ci made their first contribution in #6
- @peter279k made their first contribution in #7
- @markstory made their first contribution in #8
Full Changelog: 4.0.0...4.1.0
GeshiHelper 4.0.0
- Compatible with CakePHP 4.0