Changeset 2044837
- Timestamp:
- 03/05/2019 09:03:03 PM (7 years ago)
- Location:
- insta-gallery/trunk
- Files:
-
- 2 edited
-
insta-gallery.php (modified) (3 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
insta-gallery/trunk/insta-gallery.php
r2043631 r2044837 10 10 * Text Domain: insta-gallery 11 11 * Domain Path: /languages/ 12 * Version: 2.1. 512 * Version: 2.1.6 13 13 */ 14 14 … … 25 25 26 26 // global constants 27 define('INSGALLERY_VER', '2.1. 5');27 define('INSGALLERY_VER', '2.1.6'); 28 28 define('INSGALLERY_PRODUCTION', true); 29 29 … … 207 207 $insgalleryIAC['access_token'] = $token; 208 208 igf_saveIAC(); 209 igf_clearTransients(); 209 210 } 210 211 } -
insta-gallery/trunk/readme.txt
r2043631 r2044837 5 5 Requires PHP: 5.3 6 6 Tested up to: 5.0 7 Stable tag: 2.1. 57 Stable tag: 2.1.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 21 21 **Demo:** you can see demo [Here](https://www.karansingh.ml/public/demo/insta-gallery/) or check 'screenshots' section below. 22 22 23 **How to use:** add new gallery in plugin setting panel and copy/paste the generated shortcode in the pages/posts content OR you can use the 'Instagram Gallery' Widget within widget section.23 **How to use:** generate Instagram access token and update the token in plugin panel. then add new gallery in plugin setting panel and copy/paste the generated shortcode in the pages/posts content OR you can use the 'Instagram Gallery' Widget within widget section. 24 24 25 25 = Translations = … … 71 71 72 72 == Changelog == 73 = 2.1.6 = 74 * Fixed: connection issue on new access token update 75 73 76 = 2.1.5 = 74 77 * Fixed: carousel image links … … 231 234 232 235 == Upgrade Notice == 236 = 2.1.6 = 237 connection issue solved for new token update 238 233 239 = 2.1.5 = 234 240 Carousel links issue solved
Note: See TracChangeset
for help on using the changeset viewer.