Skip to content

Releases: jsmrtn/craftagram

2.0.0

30 Jun 11:21
Compare
Choose a tag to compare

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

02 Jun 13:36
Compare
Choose a tag to compare

1.4.5 - 2021-06-02

Fixed

  • Don't output video with the image tag (#41)

1.4.4

17 Feb 11:57
Compare
Choose a tag to compare

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

12 Jan 13:44
Compare
Choose a tag to compare

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

06 Jan 17:06
Compare
Choose a tag to compare

Fixed

  • Fix refresh token endpoint

1.4.1

05 Jan 09:14
Compare
Choose a tag to compare

Fixed

  • Fix migration

1.4.0

04 Jan 16:19
Compare
Choose a tag to compare

Added

  • Allow multi-site authentications (#30)

1.3.1

27 Nov 12:51
Compare
Choose a tag to compare

Fixed

  • Allow Craft to run from sub-directory (#32)

1.3

22 Oct 12:28
Compare
Choose a tag to compare
1.3

Added

  • Add console action for refreshing tokens

1.2.6

30 Sep 11:27
Compare
Choose a tag to compare

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)