Skip to content

Commit

Permalink
Release 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Apr 6, 2024
1 parent 6f99d68 commit ca337b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 3.0.0-beta.1 - 2024-04-06

### Added
- Added Craft 5 / Craft Commerce 5 compatibility
Expand Down
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-reorder",
"description": "Easy reordering of previous Craft Commerce user orders",
"version": "2.0.1",
"version": "3.0.0-beta.1",
"type": "craft-plugin",
"keywords": [
"craftcms",
Expand All @@ -11,8 +11,10 @@
"license": "proprietary",
"homepage": "https://spicyweb.com.au/",
"support": {
"email": "[email protected]",
"issues": "https://github.com/spicywebau/craft-reorder/issues"
"issues": "https://github.com/spicywebau/craft-reorder/issues",
"source": "https://github.com/spicywebau/craft-reorder",
"docs": "https://github.com/spicywebau/craft-reorder/blob/3.0.0-beta.1/README.md",
"rss": "https://github.com/spicywebau/craft-reorder/commits/3.x.atom"
},
"require": {
"craftcms/cms": "^5.0.0",
Expand All @@ -29,8 +31,8 @@
"class": "spicyweb\\reorder\\Plugin",
"developer": "Spicy Web",
"developerUrl": "https://spicyweb.com.au/",
"changelogUrl": "https://github.com/spicywebau/craft-reorder/blob/master/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-reorder/archive/master.zip"
"changelogUrl": "https://github.com/spicywebau/craft-reorder/blob/3.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-reorder/archive/refs/tags/3.0.0-beta.1.zip"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit ca337b5

Please sign in to comment.