Releases: codemonauts/craft-instagram-feed
Releases · codemonauts/craft-instagram-feed
1.3.0 - 2024-01-11
Changed
- Adaptation to the recent changes in the data structure of Instagram.
2.2.1 - 2024-01-08
Changed
- Adaptation to more changes in the data structure of Instagram.
2.2.0 - 2024-01-04
Changed
- Adaptation to the recent changes in the data structure of Instagram.
1.2.0 - 2022-10-21
Added
- Set referrer in proxy requests.
- Set plugin version in proxy requests.
- New tag structure v3.
Changed
- Refactored parsers to generalize it more and make it easier to adapt to new structures in the future.
2.1.0 - 2022-10-21
Added
- Set referrer in proxy requests.
- Set plugin version in proxy requests.
- New tag structure v3.
Changed
- Refactored parsers to generalize it more and make it easier to adapt to new structures in the future.
2.0.1 - 2022-06-03
Changed
- Adaptation to the changes in the data structure of Instagram on 06/01/2022.
1.1.8 - 2022-06-03
Changed
- Adaptation to the changes in the data structure of Instagram on 06/01/2022.
2.0.0 - 2022-04-29
Added
- Craft CMS 4 compatibility
- Option to cache invalidate Instagram data only
- Settings page indicates if a setting is overwritten by config file
Changed
- Requires Craft CMS >= 4.0 and php >= 8.0
- If an image could not be fetched, the post is not displayed anymore
Fixed
- Input validation for shortcode. (#59)
- Missing error message when saving empty account name in settings
- Validate Instagram account name
Deleted
- Remove config setting for individual user agent
1.1.7 - 2021-07-19
Changed
- Add PHP 8 to composer version constraint.
1.1.6 - 2021-07-16
Changed
- Removed file_get_contents() and always use Guzzle for all requests.
- Changed link to new documentation.