Changeset 2040919
- Timestamp:
- 02/27/2019 07:17:22 PM (7 years ago)
- Location:
- insta-gallery/trunk
- Files:
-
- 2 edited
-
insta-gallery.php (modified) (2 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
insta-gallery/trunk/insta-gallery.php
r2034239 r2040919 10 10 * Text Domain: insta-gallery 11 11 * Domain Path: /languages/ 12 * Version: 2.1. 212 * Version: 2.1.3 13 13 */ 14 14 … … 25 25 26 26 // global constants 27 define('INSGALLERY_VER', '2.1. 2');27 define('INSGALLERY_VER', '2.1.3'); 28 28 define('INSGALLERY_PRODUCTION', true); 29 29 -
insta-gallery/trunk/readme.txt
r2034239 r2040919 5 5 Requires PHP: 5.3 6 6 Tested up to: 5.0 7 Stable tag: 2.1. 27 Stable tag: 2.1.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 17 17 Display pictures from your Instagram account as Gallery or as Carousel Slider. just paste your Instagram Access Token, configure gallery settings and your pictures will be on the website. 18 18 19 **Note:** plugin version 2.x is a major update , please backup plugin files before update (if you are using version 1.x). it will help you downgrade if there is any issue with latest update.19 **Note:** plugin version 2.x is a major update and it requires Instagram access token to display user media, please backup plugin files before update (if you are using version 1.x). it will help you downgrade if there is any issue with latest update. 20 20 21 21 **Demo:** you can see demo [Here](https://www.karansingh.ml/public/demo/insta-gallery/) or check 'screenshots' section below. … … 44 44 = Why my pictures are not showing on page? = 45 45 46 profile needs to be publicly visible to show pictures. 47 48 = Can i add same Shortcode twice on a page? = 49 50 Yes, but sometimes it can conflicts with each other. So, try to create new gallery with same setting and add them. 46 you have to update valid Instagram access token to display user media. 51 47 52 48 = Can i display pictures by using Tagname? = … … 75 71 76 72 == Changelog == 73 = 2.1.3 = 74 * small content update 75 77 76 = 2.1.2 = 78 77 * security fixes 79 80 78 81 79 = 2.1.1 = … … 226 224 227 225 == Upgrade Notice == 226 = 2.1.3 = 227 plugin info updated 228 228 229 = 2.1.2 = 229 230 added security fixes
Note: See TracChangeset
for help on using the changeset viewer.