Skip to content

Commit

Permalink
Prepare v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Sep 4, 2017
1 parent 37ac560 commit 4d4c45d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 4d4c45d

Please sign in to comment.