Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[1.5.0] - 2021-12-23
Added
- New interface
\AKlump\LoftLib\Code\ShortCodesInterface
- New method
Arrays::getClosestValueTo()
[1.4.0] - 2021-07-17
Added
- Bash::confirm() for user input collection.
[1.3.0] - 2021-06-27
Added
- Shortcodes with
work as if , i.e., [foo id="5"]lorem[/foo] is the same as [foo id="5"]lorem[/foo]. In earlier versions was not supported.
[1.2] - 2021-06-05
Changed
[1.1.0] - 2019-12-16
Changed
- Due to a design flaw in the Bash\Configuration a new class has replaced the old that hashes the variable names. This should be used moving forward but requires code refactoring. If you do not want to refactor code then use the new deprecated new class Bash\LegacyConfiguration. Otherwise refactor your code to take advantage of the design correction.
Fixed
- Problem with Bash variable names and special chars by rewriting \AKlump\LoftLib\Bash\Configuration.
[1.0.21] - 2019-06-07
Changed
- Updated tests to work with PHPUnit 6.x, 7.x