Skip to content

Commit

Permalink
version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 8, 2020
1 parent 9228a5b commit 86ad959
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.1.1 - 2020-01-09

### Added
- Add `registerAdjuster` plugin setting to control when the adjuster should be applied. Valid options are `beforeTax` (default) and `afterTax`.

## 2.1.0 - 2020-01-04

### Added
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/gift-voucher",
"description": "Plugin for Craft Commerce implementing gift vouchers.",
"type": "craft-plugin",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 2 additions & 0 deletions docs/get-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ return [
'pdfAllowRemoteImages' => false,
'pdfPaperSize' => 'letter',
'pdfPaperOrientation' => 'portrait',
'registerAdjuster' => 'beforeTax',
]
];
```
Expand All @@ -29,6 +30,7 @@ return [
- `pdfAllowRemoteImages` - Whether to allow remote images in the PDF.
- `pdfPaperSize` - Sets the paper size for the PDF.
- `pdfPaperOrientation` - Sets the paper orientation for the PDF.
- `registerAdjuster` - Controls when the adjuster should be applied. Valid options are `beforeTax` (default) and `afterTax`.

## Control Panel

Expand Down

0 comments on commit 86ad959

Please sign in to comment.