Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Releases: bnomei/kirby-instagram-api

v0.9.5-beta: fixed ** error

15 Jan 14:45
Compare
Choose a tag to compare
Pre-release
Signed-off-by: Bruno Meilick <[email protected]>

v0.9.4-beta: replaced die with exception in when calling curl

03 Sep 10:11
Compare
Choose a tag to compare
https://github.com/bnomei/kirby-instagram-api/issues/8

1) a redirect curl exception while authorizing is caught by code now (instead of dying).
2) $site and $page method `instagramapi` in templates can be wrapped in try-catch to track curl exception.

Signed-off-by: Bruno Meilick <[email protected]>

Still BETA but now with proper page/site order

27 Aug 14:38
Compare
Choose a tag to compare
switched page and site method order

https://github.com/getkirby/kirby/issues/600
Signed-off-by: Bruno Meilick <[email protected]>

Still BETA but now with display name fix

24 Jul 13:31
Compare
Choose a tag to compare
extract email from setting

fixed #7
setting is based on kirby email.from so email extraction is needed. example `Bastian Allgeier <[email protected]>`.
https://getkirby.com/docs/cheatsheet/helpers/email

Signed-off-by: Bruno Meilick <[email protected]>

Still BETA but with fixes from fork

22 May 16:57
Compare
Choose a tag to compare
Pre-release

Still BETA but now with permission scopes

08 May 12:56
Compare
Choose a tag to compare
added permission scope to request URI

https://github.com/bnomei/kirby-instagram-api/issues/4
Signed-off-by: Bruno Meilick <[email protected]>

Still BETA but now with caching

24 Apr 21:24
Compare
Choose a tag to compare
Pre-release
added caching (issue 3)

Signed-off-by: Bruno Meilick <[email protected]>

Still BETA fixed default-token

08 Apr 16:22
Compare
Choose a tag to compare
Pre-release
Signed-off-by: Bruno Meilick <[email protected]>

Still BETA fixing the token only feature

08 Apr 15:59
Compare
Choose a tag to compare

(ノಥДಥ)ノ︵┻━┻・/

Still BETA now just with token

08 Apr 14:58
Compare
Choose a tag to compare
Pre-release
removed need for account and userid when used without user

Signed-off-by: Bruno Meilick <[email protected]>