Skip to content

Commit

Permalink
fix instagram moderation in Contao 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MDevster committed Jan 15, 2025
1 parent 369ec66 commit a77ae08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Types of changes
## [2.14.0](https://github.com/pdir/social-feed-bundle/tree/2.14.0) - 2025-01-08

- [Added] Add compatibility for Contao 5.4+
- [Fixed] Instagram import (You need a Business ?)
- [Fixed] Instagram import (You need a business app, see [docs](https://pdir.de/docs/de/contao/extensions/socialfeed/configuration/instagram/))

## [2.13.6](https://github.com/pdir/social-feed-bundle/tree/2.13.6) - 2024-11-21

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"donate": "https://contao-themes.net/sponsoring.html"
},
"require": {
"php": "^8.0",
"php": "^8.1",
"ext-json": "*",
"contao/core-bundle": "^4.13 || ^5.3",
"contao/news-bundle": "^4.13 || ^5.3",
"nickdnk/graph-sdk": "^6.0 || ^7.0",
"contao/core-bundle": "^5.3",
"contao/news-bundle": "^5.3",
"nickdnk/graph-sdk": "^7.0",
"abraham/twitteroauth": "~4.0",
"guzzlehttp/guzzle": "6.0 | ~7.7",
"kevinrob/guzzle-cache-middleware": "^5.1",
Expand Down

0 comments on commit a77ae08

Please sign in to comment.