diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b533b..b041d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.3.2 (2017-09-04) + +* Feature / Fix: Update SocketClient to v0.5 and fix secure connection via TLS + (#38 by @clue) + +* Improve test suite by adding PHPUnit to require-dev, + fix HHVM build for now again and ignore future HHVM build errors, + test against legacy PHP 5.3 through PHP 7.1 and + lock Travis distro so new defaults will not break the build + (#34, #35, #36 and #37 by @clue) + ## 0.3.1 (2016-11-01) * Fix: Make parser more robust by supporting parsing messages with missing space after colon diff --git a/README.md b/README.md index e64b07b..d494065 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clue/ami-react [![Build Status](https://travis-ci.org/clue/php-ami-react.svg?branch=master)](https://travis-ci.org/clue/php-ami-react) -Simple async, event-driven access to the Asterisk Manager Interface (AMI) +Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of [ReactPHP](http://reactphp.org) The [Asterisk PBX](http://asterisk.org/) is a popular open source telephony solution that offers a wide range of telephony features. @@ -304,13 +304,13 @@ This is a shortcut to get the value of the "Event" field. ## Install -The recommended way to install this library is [through Composer](http://getcomposer.org). -[New to Composer?](http://getcomposer.org/doc/00-intro.md) +The recommended way to install this library is [through Composer](https://getcomposer.org). +[New to Composer?](https://getcomposer.org/doc/00-intro.md) This will install the latest supported version: ```bash -$ composer require clue/ami-react:^0.3 +$ composer require clue/ami-react:^0.3.2 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. diff --git a/composer.json b/composer.json index b28f62a..6773a59 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "clue/ami-react", - "description": "Async, event-driven access to the Asterisk Manager Interface (AMI)", - "keywords": ["Asterisk Manager Interface", "AMI", "async", "react"], + "description": "Streaming, event-driven access to the Asterisk Manager Interface (AMI), built on top of ReactPHP", + "keywords": ["Asterisk Manager Interface", "AMI", "async", "ReactPHP"], "homepage": "https://github.com/clue/php-ami-react", "license": "MIT", "authors": [