Skip to content

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Mar 27, 2024
2 parents 21640ed + c30ba74 commit 31fab3e
Show file tree
Hide file tree
Showing 8 changed files with 1,859 additions and 1,684 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug Report
about: Report an issue or unexpected behavior
labels:
- bug # Linear
- Craft Commerce # Linear
- Craft Commerce → Digital Products # Linear
---

### Description



### Steps to reproduce

1.
2.

### Additional info

- Craft version:
- PHP version:
- Database driver & version:
- Plugins & versions:
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Digital Products

## 4.0.0 - 2024-03-20

- Digital Products now requires Craft Commerce 5.0.0-beta.1 or later.

## 3.2.3 - 2023-09-11

- Fixed an XSS vulnerability.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This plugin makes it possible to sell licenses for digital products with [Craft

## Requirements

Digital Products requires Craft 4.0.0 and Craft Commerce 4.0.0 or later.
Digital Products requires Craft 5.0.0 and Craft Commerce 5.0.0 or later.

## Installation

Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"rss": "https://github.com/craftcms/commerce-digital-products/commits/master.atom"
},
"require": {
"php": "^8.0.2",
"craftcms/commerce": "^4.0.0",
"craftcms/cms": "^4.0.0"
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.7",
"craftcms/commerce": "^5.0.0-beta.1"
},
"autoload": {
"psr-4": {
Expand All @@ -40,7 +40,8 @@
},
"require-dev": {
"craftcms/phpstan": "dev-main",
"craftcms/ecs": "dev-main"
"craftcms/ecs": "dev-main",
"craftcms/rector": "dev-main"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand All @@ -50,7 +51,7 @@
"craftcms/plugin-installer": true
},
"platform": {
"php": "8.0.2"
"php": "8.2"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 31fab3e

Please sign in to comment.