Skip to content

Commit 4d4c45d

Browse files
committed
Prepare v0.3.2 release
1 parent 37ac560 commit 4d4c45d

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.3.2 (2017-09-04)
4+
5+
* Feature / Fix: Update SocketClient to v0.5 and fix secure connection via TLS
6+
(#38 by @clue)
7+
8+
* Improve test suite by adding PHPUnit to require-dev,
9+
fix HHVM build for now again and ignore future HHVM build errors,
10+
test against legacy PHP 5.3 through PHP 7.1 and
11+
lock Travis distro so new defaults will not break the build
12+
(#34, #35, #36 and #37 by @clue)
13+
314
## 0.3.1 (2016-11-01)
415

516
* Fix: Make parser more robust by supporting parsing messages with missing space after colon

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clue/ami-react [![Build Status](https://travis-ci.org/clue/php-ami-react.svg?branch=master)](https://travis-ci.org/clue/php-ami-react)
22

3-
Simple async, event-driven access to the Asterisk Manager Interface (AMI)
3+
Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of [ReactPHP](http://reactphp.org)
44

55
The [Asterisk PBX](http://asterisk.org/) is a popular open source telephony solution
66
that offers a wide range of telephony features.
@@ -304,13 +304,13 @@ This is a shortcut to get the value of the "Event" field.
304304

305305
## Install
306306

307-
The recommended way to install this library is [through Composer](http://getcomposer.org).
308-
[New to Composer?](http://getcomposer.org/doc/00-intro.md)
307+
The recommended way to install this library is [through Composer](https://getcomposer.org).
308+
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
309309

310310
This will install the latest supported version:
311311

312312
```bash
313-
$ composer require clue/ami-react:^0.3
313+
$ composer require clue/ami-react:^0.3.2
314314
```
315315

316316
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clue/ami-react",
3-
"description": "Async, event-driven access to the Asterisk Manager Interface (AMI)",
4-
"keywords": ["Asterisk Manager Interface", "AMI", "async", "react"],
3+
"description": "Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of ReactPHP",
4+
"keywords": ["Asterisk Manager Interface", "AMI", "async", "ReactPHP"],
55
"homepage": "https://github.com/clue/php-ami-react",
66
"license": "MIT",
77
"authors": [

0 commit comments

Comments
 (0)