Skip to content

Commit 8748d42

Browse files
committed
Prepare v0.4.1 release
1 parent 85301d5 commit 8748d42

2 files changed

Lines changed: 25 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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()`.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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+
311311
Obviously, this library requires the Zenity binary itself.
312312
Zenity already ships with Ubuntu-based distributions and should not require any installation there.
313313
On Debian- and Ubuntu-based distributions you can make sure it's installed like this:

0 commit comments

Comments
 (0)