Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaultier committed Jul 11, 2017
2 parents f3df0ef + 7ebbb7c commit 8358ca5
Show file tree
Hide file tree
Showing 4 changed files with 529 additions and 261 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/tests export-ignore
/codeception.yml export-ignore
/.gitattributes export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- hhvm

# faster builds on new travis setup not using sudo
sudo: false
Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
Sendgrid Yii2 Change Log
========================

1.1.0 July 11, 2017
-------------------

* Chg: update dependencies
* Enh: adding `.gitattributes`
* Chg: remove testing on `HHVM` and `PHP 5.6`

1.0.2 March 15, 2017
--------------------

- Chg: update dependencies
* Chg: update dependencies

1.0.1 December 6, 2016
----------------------

- Chg: update composer
* Chg: update composer

1.0.0 November 2, 2016
----------------------

- Chg: Initial public release
* Chg: Initial public release

0 comments on commit 8358ca5

Please sign in to comment.