Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Mar 5, 2020
1 parent 2d1cf56 commit 3d4cd39
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

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.

## 1.0.0 (2020-03-05)


### Bug Fixes

* bad request class in CaptureResponse construct ([36e5757](https://github.com/dansmaculotte/omnipay-monetico/commit/36e5757))
* change Gateway class name ([d4ecd0b](https://github.com/dansmaculotte/omnipay-monetico/commit/d4ecd0b))
* correctly set cart in purchase request ([3ca2155](https://github.com/dansmaculotte/omnipay-monetico/commit/3ca2155))
* count on items if null ([9af8c51](https://github.com/dansmaculotte/omnipay-monetico/commit/9af8c51))
* format phone with extension correctly ([29665e9](https://github.com/dansmaculotte/omnipay-monetico/commit/29665e9))


### Features

* add client, cart, shipping and billing address ([27e5cda](https://github.com/dansmaculotte/omnipay-monetico/commit/27e5cda))
* add complete purchase request and response ([7854c47](https://github.com/dansmaculotte/omnipay-monetico/commit/7854c47))
* add reference parameter ([a9ee3ec](https://github.com/dansmaculotte/omnipay-monetico/commit/a9ee3ec))
* add requests and responses ([e686174](https://github.com/dansmaculotte/omnipay-monetico/commit/e686174))
* securely add client, cart, billing and shipping address ([a51151e](https://github.com/dansmaculotte/omnipay-monetico/commit/a51151e))
* start refund implementation ([ff0c3d1](https://github.com/dansmaculotte/omnipay-monetico/commit/ff0c3d1))
* wip ([8f81614](https://github.com/dansmaculotte/omnipay-monetico/commit/8f81614))
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "dansmaculotte/omnipay-monetico",
"version": "1.0.0",
"description": "Monetico driver for the Omnipay PHP payment processing library",
"type": "library",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d4cd39

Please sign in to comment.