Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 23, 2019
1 parent d60914f commit a429bbb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# Changelog
=========

### 1.0.2
## 2.0.0 - 2019-03-23

### Added
- Gateway settings can be set to environment variables.

### Changed
- PayPal Payflow for Craft Commerce now requires Craft 3.1.5 or later.
- PayPal Payflow for Craft Commerce now uses Omnipay v3.

## 1.0.2 - 2018-11-23

### Added
- Add support for payment sources

### 1.0.1
## 1.0.1 - 2018-11-23

### Fixed
- Remove CP sections

### 1.0.0
## 1.0.0 - 2018-11-23

- Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It provides PayPal Payflow Pro gateway.

## Requirements

This plugin requires Craft Commerce 2.0.0-alpha.5 or later.
This plugin requires Craft Commerce 2.1 or later.

## Installation

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/commerce-payflow",
"description": "PayPal Payflow payment gateway plugin for Craft Commerce 2",
"type": "craft-plugin",
"version": "1.0.2",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -28,10 +28,10 @@
}
],
"require": {
"craftcms/cms": "^3.0.0",
"craftcms/commerce": "^2.0.0-alpha.6",
"craftcms/commerce-omnipay": "^1.0.0",
"omnipay/payflow": "~2.0"
"craftcms/cms": "^3.1.5",
"craftcms/commerce": "^2.0.0",
"craftcms/commerce-omnipay": "^2.0.0",
"omnipay/payflow": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a429bbb

Please sign in to comment.