This repository has been archived by the owner on Aug 21, 2019. It is now read-only.
Releases: bnomei/kirby-instagram-api
Releases · bnomei/kirby-instagram-api
v0.9.5-beta: fixed ** error
Signed-off-by: Bruno Meilick <b@bnomei.com>
v0.9.4-beta: replaced die with exception in when calling curl
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 <b@bnomei.com>
Still BETA but now with proper page/site order
switched page and site method order https://github.com/getkirby/kirby/issues/600 Signed-off-by: Bruno Meilick <b@bnomei.com>
Still BETA but now with display name fix
extract email from setting fixed #7 setting is based on kirby email.from so email extraction is needed. example `Bastian Allgeier <bastian@getkirby.com>`. https://getkirby.com/docs/cheatsheet/helpers/email Signed-off-by: Bruno Meilick <b@bnomei.com>
Still BETA but with fixes from fork
thanks @LeBenLeBen
Still BETA but now with permission scopes
added permission scope to request URI https://github.com/bnomei/kirby-instagram-api/issues/4 Signed-off-by: Bruno Meilick <b@bnomei.com>
Still BETA but now with caching
added caching (issue 3) Signed-off-by: Bruno Meilick <b@bnomei.com>
Still BETA fixed default-token
Signed-off-by: Bruno Meilick <b@bnomei.com>
Still BETA fixing the token only feature
(ノಥДಥ)ノ︵┻━┻・/
Still BETA now just with token
removed need for account and userid when used without user Signed-off-by: Bruno Meilick <b@bnomei.com>