Skip to content

Commit

Permalink
version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 27, 2024
1 parent c80a77b commit 390722c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Changelog

## 4.0.0-beta.2 - 2024-03-18

### Fixed
- Fix `getIsApplyingYamlChanges()`.

## 4.0.0-beta.1 - 2024-03-04
## 4.0.0 - 2024-05-27

### Changed
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0-beta.1+`.
- Now requires Craft `5.0.0+`.
- Now requires Craft Commerce `5.0.0+`.

## 3.0.12 - 2024-03-04

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/gift-voucher",
"description": "Sell and redeem digital gift vouchers for Craft Commerce.",
"type": "craft-plugin",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,9 +26,9 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/commerce": "^5.0.0-beta.1",
"verbb/base": "^3.0.0-beta.1"
"craftcms/cms": "^5.0.0",
"craftcms/commerce": "^5.0.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/GiftVoucher.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class GiftVoucher extends Plugin

public bool $hasCpSection = true;
public bool $hasCpSettings = true;
public string $schemaVersion = '2.0.8';
public string $schemaVersion = '3.0.0';
public string $minVersionRequired = '2.4.1';


Expand Down

0 comments on commit 390722c

Please sign in to comment.