Releases: NicolasGraph/oui_instagram
Releases · NicolasGraph/oui_instagram
Release list
1.1.0-beta
- Adds Composer support for textpattern/installer (known issue);
- fixes duplicated
altattribute in user avatarimg; - set/updates prefs on install.
v1.0.0
- deprecates
oui_instagram_tags in favour of shorteroui_insta_tags; - adds missing spaces between
imgattributes; - adds
<txp:oui_instagram_author />and<txp:oui_instagram_author_info />tags; - removes embedded cache (an external cache system such as aks_cache should be used);
- restores the
access_tokenattribute and removesusernameanduser_idwhich needs restricted Instagram registration; - introduces an attribute values inheritance in a container tag context;
- changes
<txp:oui_instagram_image_author />titleattribute totype; - uses CURL to get the Instagram feed when enable;
- uses OOP;
- styles Help file.
v0.6.8
- Username and user id preferences removed: access token related account used by default via self/media;
- pop helps added (Txp4.6 only);
- multiple requests with Instagram pagination improved.
v0.6.7
- Bug fixes (multiple galleries support);
- more reliable user id search;
- auto filled user id in plugin prefs.
v0.6.6
- Cache time in minutes (5 by default);
- hash key as a hidden pref (not really useful to show it and may be confusing);
- prefs order fixed;
- better cache conditioning;
- update_lastmod() after each Instagram query;
- Code documentation improvements.
v.0.6.5
- Pagination support added to get more images.
v.0.6.4
- Username, user_id and cache_time default values via plugin prefs;
- hash_key attribute replaced by a plugin pref and randomized on install;
- help updates (more informations about Instagram access token login permissions)
v0.6.3
- Code rewrite;
- access token via plugin prefs;
- user_id attribute added (faster than username);
- error messages improvement;
- bug fixes.
v0.5.9
- access_token attribute;
- shorter cache file key with hash_key attribute;
- help updates.