Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin H committed Jun 11, 2019
1 parent 7212d3a commit cb29a0c
Show file tree
Hide file tree
Showing 4 changed files with 702 additions and 272 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.3.0"></a>
## [2.3.0](https://github.com/imgix/imgix-php/compare/2.2.0...2.3.0) (2019-05-06)
<a name="3.0.0"></a>

## [3.0.0](https://github.com/imgix/imgix-php/compare/2.3.0...3.0.0) (2019-06-11)

* deprecate domain sharding ([#42](https://github.com/imgix/imgix-php/pull/42)) ([#43](https://github.com/imgix/imgix-php/pull/43))
* fix: remove deprecated domain sharding functionality ([#45](https://github.com/imgix/imgix-php/pull/45))

<a name="2.3.0"></a>

## [2.3.0](https://github.com/imgix/imgix-php/compare/2.2.0...2.3.0) (2019-05-06)

* deprecate domain sharding ([#42](https://github.com/imgix/imgix-php/pull/42)) ([#43](https://github.com/imgix/imgix-php/pull/43))

<a name="2.2.0"></a>
## [2.2.0](https://github.com/imgix/imgix-php/compare/2.1.1...2.2.0) (2019-04-08)

## [2.2.0](https://github.com/imgix/imgix-php/compare/2.1.1...2.2.0) (2019-04-08)

### Features

* add support for multiple URL parameter values by flattening nested arrays passed into $params ([#40](https://github.com/imgix/imgix-php/pull/40))

* add support for multiple URL parameter values by flattening nested arrays passed into $params ([#40](https://github.com/imgix/imgix-php/pull/40))

### Bug Fixes

* replace deprecated phpunit annotations with exception methods ([#39](https://github.com/imgix/imgix-php/pull/39))
* add domain validation at UrlBuilder initialization ([#41](https://github.com/imgix/imgix-php/pull/41)), fixes [#10](https://github.com/imgix/imgix-php/issues/10)
* replace deprecated phpunit annotations with exception methods ([#39](https://github.com/imgix/imgix-php/pull/39))
* add domain validation at UrlBuilder initialization ([#41](https://github.com/imgix/imgix-php/pull/41)), fixes [#10](https://github.com/imgix/imgix-php/issues/10)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "imgix/imgix-php",
"description": "A PHP client library for generating URLs with imgix.",
"type": "library",
"version": "2.3.0",
"version": "3.0.0",
"license": "BSD-2-Clause",
"keywords": [
"imgix"
Expand Down
Loading

0 comments on commit cb29a0c

Please sign in to comment.