Skip to content

Commit

Permalink
version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 13, 2024
1 parent b82ad84 commit cfec200
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# Changelog

## 5.0.0-beta.2 - 2024-04-12
## 5.0.0 - 2024-05-13

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

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

### Fixed
- Update `Auth::getInstance()` references.
- Update `elementChip()` references.
- Fix an error when uninstalling.

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

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

## 4.0.9 - 2024-04-05

### Added
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/social-poster",
"description": "Automatically post entries to social media.",
"type": "craft-plugin",
"version": "5.0.0-beta.2",
"version": "5.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,9 +26,9 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"verbb/auth": "^2.0.0-beta.2",
"verbb/base": "^3.0.0-beta.1"
"craftcms/cms": "^5.0.0",
"verbb/auth": "^2.0.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cfec200

Please sign in to comment.