Releases: jsmrtn/craftagram
Releases · jsmrtn/craftagram
2.0.0
2.0.0 - 2022-06-30
- Update cron example in README.txt (thanks @Ottergoose)
- Casing of plugin title in sidebar
- Craft 4 support
1.4.5
1.4.5 - 2021-06-02
Fixed
- Don't output video with the image tag (#41)
1.4.4
1.4.4 - 2021-02-17
Changed
- Add basic auth to headless endpoint. Existing installations will remain unsecured until the option is enabled.
Fixed
- Allow album children (#38)
- Stop error on headless endpoint (#37)
1.4.3
Added
- Add API endpoint for headless installations (#36)
- Add preview of feed to settings page
Fixed
- Fix pagination action, as it previously assumed that the default site had an ID of
1
Changed
- Update recommendations for pagination to use the
paginate->cursors->after
string, rather than needing to pass the entire next
url
1.4.2
Fixed
- Fix refresh token endpoint
1.4.0
Added
- Allow multi-site authentications (#30)
1.3.1
Fixed
- Allow Craft to run from sub-directory (#32)
1.3
Added
- Add console action for refreshing tokens
1.2.6
Added
- Output verbose error messaging into log if no data is returned (#24)
Fixed
- Set column type to
text
for longAccessToken
for migrated installs (#28)