File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.1 (2017-07-08)
4+
5+ * Fix: Explicitly close all STDIO streams when terminating
6+ (#45 by @clue )
7+
8+ * First class support for legacy PHP 5.3 through PHP 7.1 and HHVM
9+ (#47 and #44 by @clue )
10+
11+ * Improve testsuite by adding PHPUnit to require-dev and
12+ Fix HHVM build for now again and ignore future HHVM build errors
13+ (#44 and #46 by @clue )
14+
15+ * Improve documentation for mixing asynchronous and synchronous code
16+ and fix documentation for $selected argument for radio and checkbox dialogs
17+ and restructure examples to ease getting started
18+ (#42 and #41 by @bertvandepoel and #48 by @clue )
19+
320## 0.4.0 (2015-04-14)
421
522* BC break: Separate ` launch() ` and ` launchZen() ` .
Original file line number Diff line number Diff line change @@ -297,17 +297,17 @@ $builder->warning($text, $title = null);
297297
298298## Install
299299
300- The recommended way to install this library is [ through composer ] ( https ://getcomposer.org) .
301- [ New to composer ?] ( https ://getcomposer.org/doc/00-intro.md)
300+ The recommended way to install this library is [ through Composer ] ( http ://getcomposer.org) .
301+ [ New to Composer ?] ( http ://getcomposer.org/doc/00-intro.md)
302302
303- ``` JSON
304- {
305- "require" : {
306- "clue/zenity-react" : " ~0.4.0"
307- }
308- }
303+ This will install the latest supported version:
304+
305+ ``` bash
306+ $ composer require clue/zenity-react:^0.4.1
309307```
310308
309+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
310+
311311Obviously, this library requires the Zenity binary itself.
312312Zenity already ships with Ubuntu-based distributions and should not require any installation there.
313313On Debian- and Ubuntu-based distributions you can make sure it's installed like this:
You can’t perform that action at this time.
0 commit comments