Skip to content

Releases: codemonauts/craft-instagram-feed

1.3.0 - 2024-01-11

11 Jan 14:25
Compare
Choose a tag to compare

Changed

  • Adaptation to the recent changes in the data structure of Instagram.

2.2.1 - 2024-01-08

08 Jan 16:18
Compare
Choose a tag to compare

Changed

  • Adaptation to more changes in the data structure of Instagram.

2.2.0 - 2024-01-04

04 Jan 15:45
Compare
Choose a tag to compare

Changed

  • Adaptation to the recent changes in the data structure of Instagram.

1.2.0 - 2022-10-21

24 Oct 15:44
Compare
Choose a tag to compare

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

21 Oct 15:35
Compare
Choose a tag to compare

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

21 Oct 15:36
Compare
Choose a tag to compare

Changed

  • Adaptation to the changes in the data structure of Instagram on 06/01/2022.

1.1.8 - 2022-06-03

14 Jun 09:26
Compare
Choose a tag to compare

Changed

  • Adaptation to the changes in the data structure of Instagram on 06/01/2022.

2.0.0 - 2022-04-29

29 Apr 08:53
Compare
Choose a tag to compare

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

19 Jul 14:24
Compare
Choose a tag to compare

Changed

  • Add PHP 8 to composer version constraint.

1.1.6 - 2021-07-16

16 Jul 14:25
Compare
Choose a tag to compare

Changed

  • Removed file_get_contents() and always use Guzzle for all requests.
  • Changed link to new documentation.