Skip to content

Commit

Permalink
version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 21, 2023
1 parent 87c9b97 commit 68ac05f
Show file tree
Hide file tree
Showing 8 changed files with 2,184 additions and 2,586 deletions.
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE

This file was deleted.

56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Bug Report
description: Create a report to help us improve
body:
- type: markdown
attributes:
value: |
Before you send through your bug report, please ensure you have taken these steps first:
✅ I‘ve searched open and closed issues.
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: Describe the bug and what behaviour you expect if the bug is fixed.
placeholder: "I have an issue where..."
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Detail how we can reproduce this issue.
value: |
1.
2.
validations:
required: true
- type: input
id: craft-version
attributes:
label: Craft CMS version
description: What version of Craft CMS you‘re using. **Do not write "latest"**.
validations:
required: true
- type: input
id: plugin-version
attributes:
label: Plugin version
description: What version of the plugin you‘re using. **Do not write "latest"**.
validations:
required: true
- type: input
id: multi-site
attributes:
label: Multi-site?
description: Whether your install is a multi-site.
placeholder: |
"Yes" or "No"
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Provide any additional information you think might be useful. The more information you provide the easier it‘ll be for use to fix this bug!
placeholder: |
"I also have X plugin installed..." or "This only happens on production..."
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Craft Discord
url: https://craftcms.com/discord
about: Community discussion and support.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Feature Request
description: Suggest an idea or enhancement
labels: 'feature request'
body:
- type: textarea
id: feature-description
attributes:
label: What are you trying to do?
description: A description of what you want to happen.
placeholder: "I would like to see..."
validations:
required: true
- type: textarea
id: proposed-solution
attributes:
label: What's your proposed solution?
description: A description of how you think this could be solved, including any alternatives that you considered.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/support_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Support Request
description: Ask a question about this plugin.
labels: 'question'
body:
- type: markdown
attributes:
value: |
Before you send through your support request, please ensure you have taken these steps first:
✅ I‘ve searched open and closed issues.
- type: textarea
id: question
attributes:
label: Question
description: A question about the plugin or how it works.
placeholder: "Is it possible to do..."
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the support request here.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
=========

## 2.1.2 - 2023-03-22

### Fixed
- Fix incorrectly hard-coding `AUD` as payment currency.

## 2.1.1 - 2020-08-05

### Fixed
Expand Down
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": "verbb/commerce-payflow",
"description": "PayPal Payflow payment gateway plugin for Craft Commerce 2",
"type": "craft-plugin",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [
"craft",
"cms",
Expand Down
Loading

0 comments on commit 68ac05f

Please sign in to comment.