This repository was archived by the owner on Feb 24, 2021. It is now read-only.
2.6.0
Based on https://github.com/zendframework/zend-console/releases/tag/release-2.6.0 (commit dc4c79973c24112e27ebf9a1218f9e51dad3c322 in this repo) Added ----- - [zendframework/zend-console#16](https://github.com/zendframework/zend-console/pull/16) updates, reorganizes, and publishes the documentation to https://docs.laminas.dev/laminas-console Deprecated ---------- - Nothing. Removed ------- - Nothing. Fixed ----- - [zendframework/zend-console#13](https://github.com/zendframework/zend-console/pull/13) updates the component to make it forwards-compatible with the laminas-stdlib and laminas-servicemanager v3 versions. - [zendframework/zend-console#4](https://github.com/zendframework/zend-console/pull/4) fixes an error in `getTitle()` whereby the `$output` array was being incorrectly used as a string. - [zendframework/zend-console#12](https://github.com/zendframework/zend-console/pull/12) updates the `Laminas\Console\Prompt\Char::show()` method to call on the composed adapter's `write()`/`writeLine()` methods instead of calling `echo()`.