Skip to content

Commit

Permalink
version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Dec 11, 2021
1 parent 8833587 commit 61717e9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2.7.0 - 2021-12-12

### Added
- Added `resave/gift-voucher-codes` and `resave/gift-voucher-vouchers` console commands.
- Added `orderReference` to the searchable attributes for voucher codes.

### Changed
- Reverted adjuster behaviour back to 2.5.x version, fixing many issues.
- Voucher adjusters not use a `voucher` type instead of `discount` to fix many issues.

### Fixed
- Fix an error when clicking "New voucher" when adding a voucher in the Bulk Generate Codes function.
- Fix a hard-error shown when saving a voucher with no price.
- Fix "Voucher Type" column not displaying correctly for the codes element index.
- Fix "All voucher types" not appearing in the control panel for codes element index.

## 2.6.3 - 2021-10-30

### Changed
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.6.3",
"version": "2.7.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 61717e9

Please sign in to comment.