Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Aug 26, 2018
1 parent 63ffac8 commit 00e8641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
=========

### 1.0.1

- Remove CP sections

### 1.0.0

- Initial release.
6 changes: 3 additions & 3 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.0",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -41,8 +41,8 @@
"name": "PayPal Payflow",
"handle": "commerce-payflow",
"schemaVersion": "1.0.0",
"hasCpSettings": true,
"hasCpSection": true,
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/verbb/commerce-payflow/master/CHANGELOG.md",
"class": "verbb\\payflow\\Payflow"
}
Expand Down

0 comments on commit 00e8641

Please sign in to comment.