Skip to content

Commit

Permalink
change required Craft version
Browse files Browse the repository at this point in the history
  • Loading branch information
kringkaste committed Apr 29, 2021
1 parent 3be8846 commit fef2f0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Instagram Feed Changelog

## 1.1.1 - 2021-04-29

### Fixed
- We now require Craft >= 3.5.0.

## 1.1.0 - 2021-04-29

> {note} Since the end of April 2021, Instagram sets the "cross-origin-resource-policy" header to "same-origin" to all their images, which means that your browser is not allowed to load the images inside another website which is not "instagram.com". Starting with this release of the plugin we download, store and serve the images locally. This may have an impact on your website, and you should read the sections "[Local storage](https://github.com/codemonauts/craft-instagram-feed#local-storage)" and "[Blocked requests](https://github.com/codemonauts/craft-instagram-feed#blocked-requests)" carefully.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codemonauts/craft-instagram-feed",
"description": "Craft CMS plugin to receive Instragram feed data as variable in templates.",
"version": "1.1.0",
"version": "1.1.1",
"type": "craft-plugin",
"keywords": [
"craft",
Expand All @@ -23,7 +23,7 @@
"issues": "https://github.com/codemonauts/craft-instagram-feed/issues"
},
"require": {
"craftcms/cms": "^3.0.0",
"craftcms/cms": "^3.5.0",
"ext-json": "*",
"php": "^7.2"
},
Expand Down

0 comments on commit fef2f0a

Please sign in to comment.