Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 13, 2024
1 parent b39dafd commit 87387b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Changelog

## 2.0.0-beta.2 - 2024-04-11
## 2.0.0 - 2024-05-13

### Added
- Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.

## 2.0.0-beta.1 - 2024-03-04

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

## 1.0.10 - 2024-04-05

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/consume",
"description": "Create HTTP requests in your Twig templates to consume JSON, XML or CSV content.",
"type": "craft-plugin",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,11 +26,11 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/cms": "^5.0.0",
"symfony/property-access": "^6.0 || ^7.0",
"symfony/serializer": "^6.0 || ^7.0",
"verbb/auth": "^2.0.0-beta.2",
"verbb/base": "^3.0.0-beta.1"
"verbb/auth": "^2.0.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 87387b0

Please sign in to comment.