From: Michael Wallner Date: Wed, 15 May 2013 06:19:34 +0000 (+0200) Subject: administrativa X-Git-Tag: v1.1.0~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpq-gateway;a=commitdiff_plain;h=5a2c099a48664adf6f1ac0a87083f37d8088afa8;ds=sidebyside administrativa --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..66593b9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php +php: + - "5.4" + - "5.5" + +before_script: pecl install pq +script: phpunit tests diff --git a/README.md b/README.md index 9d2e4e2..e343228 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,9 @@ for [ext-pq](https://bitbucket.org/mike_php_net/ext-pq). ## ChangeLog +### 1.1.0 +* Added support for one-dimensional arrays +* Added pq\Gateway\Table\Attributes (type support for input parameters) + ### 1.0.0 * First stable release