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 c505d5c commit b191da3
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,23 +1,21 @@
# Changelog

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

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

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

### Fixed
- Fix an error when uninstalling the plugin.
- Fix Facebook photos not returning all photos.
- Update `symfony/property-access` dependency.
- Fix an error when uninstalling.

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

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

## 1.0.5 - 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-feeds",
"description": "Aggregate social media content with feeds.",
"type": "craft-plugin",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -25,11 +25,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 b191da3

Please sign in to comment.