Current Version 1.2.0.0
15 December 2024
Added connect to Instagram using new Instagram API with Instagram login.
As of December 4, 2024, Meta has deprecated the Instagram Basic Display API, which previously enabled connections to personal Instagram accounts. This API has been replaced by the new Instagram API with Instagram Login, which requires users to have a Professional Instagram account, such as a Business or Creator account. https://developers.facebook.com/blog/post/2024/09/04/update-on-instagram-basic-display-api/
If you’re currently using a personal Instagram account and wish to display your Instagram feed on your site, you’ll need to switch to either a Business or Creator account ( the new API no longer requires linking a Facebook Page to connect with Instagram).
- Single Account Type Per User
To prevent issues with duplicate posts, the system now allows only one account type per user so you no longer need to remove old user/token. For example:
- If a user is added via Facebook, it will replace the existing Instagram-connected user with the same username and a new owner will be assigned to existing posts.
- Posts will now be fetched only from the active account, and the previous behavior of fetching posts from both accounts is discontinued.
Important: Removing an old user will also delete any previously fetched posts from that user.
- Admin Panel Enhancements
- Added profile picture, account expiration dates, and account types in the admin user grid. BUSINESS – account type means it was connected via Instagram. FACEBOOK BUSINESS – it was connected via Facebook.
- Bug Fixes and Improvements
- Resolved an issue where posts failed to update during scheduled cron jobs.
- Made slight code refactors and general improvements.
Key Updates and Changes
Important: Make a backup before update and delete old plugin files app/code/Olegnax/InstagramFeedPro.
Current Version 1.1.6.1
28 August 2024
- Added: Hyva Compatibility Module (downloaded separately)
Version 1.1.6
29 July 2024
- Added: option to manually add business instagram account
- Magento 2.4.x CSP – added secure renderer for inline css/js
- Fixed: possible missing font error on first deployment
Version 1.1.5.0
12 December 2023
- Security Improvements
Version 1.1.4.3
04 September 2023
- Added Compatibility with Core Module v1.3.4 (Added logger)
Version 1.1.4.2
01 July 2023
- Fixed: error during the posts update process when instagram api does not provide video url.
Version 1.1.4.1
09 June 2023
- Fixed: Personal accounts can’t get posts due to the changes in instagram api. Business accounts are not affected.
Version 1.1.4
03 April 2023
- Added “URL code” column to instagram posts listing in admin panel, which allows to filter(search) instagram posts by its url code. E.g. in this link https://www.instagram.com/p/CWH23sGADsa/ url code is CWH23sGADsa.
- Fixed: Hotspot text styling issues
- Fixed: Can’t choose a related product to instagram post when a product has multiple inventory sources (MSI).
- Fixed: Duplicated items on posts/hotspots listing in admin panel
- Added some improvements to the license system to reduce amount of requests and make it less aggressive.
- Updated Core modules in package to 1.3.3 which is required for compatibility with Magento 2.4.6
Version 1.1.3.1
12 October 2022
- Fixes possible issues with posts page in admin panel
- Fixes some PHP 8 deprecation warnings
- Fixed update personal token returns empty page
- Fxed product block padding settings
Version 1.1.3
28 May 2022
- Magento 2.4.4. Compatibility
- PHP 8 Compatibility
- Increased instagram request limits
- Fixed error if get empty token
- Added padding options for feed(grid) in widget
- Fixed modal arrows hover color settings
- Minor CSS fixes
Version 1.1.2
21 March 2022
- Redesigned functionality for downloading instagram media due to restrictive settings on some servers
- Fixed some appearance settings
- Fixed width=0 or height=0 attributes when can’t get image size (cdn)
- Remove overflow hidden from images to make tooltips fully visible on mobile
- Do not allow js in custom css field
- Fixed license check issue
Version 1.1.1
06 October 2021
- Redesigned functionality for downloading instagram media
- Fixed possible communication issues with Instagram
- New cron timings – new data from Instagram now updated much more often
- Fixed fallback url to Instagram CDN in case image can’t be downloaded
- Fixed specific combination in Appearance settings break dynamic css
Version 1.1.0
06 September 2021
- Added possibility to add hotspots for album posts (with multiple images), separately for each image.
- Fixed Magento 2.4.3 (Page builder) compatibility issue
- Fixed dynamic css path
- Fixed option: hide description on mobile
- Fixed option: media background in modal
- Added new feed layout: Content Overlay Image on Hover, Likes and Comments Below
- Added option to show product page custom block in one column
- Added option: Media Background Color in feed
- Added option: Fit image in feed
- Added option: Modal max width
- Added option: Media Block Right Border Color
- Added option to align carousel (album items) vertically in feed
- Minor css improvements
Version 1.0.0
July 12 2021
- Initial Release