Plugin Directory

Changeset 2040919


Ignore:
Timestamp:
02/27/2019 07:17:22 PM (7 years ago)
Author:
buntisoft
Message:

some plugin info updated

Location:
insta-gallery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • insta-gallery/trunk/insta-gallery.php

    r2034239 r2040919  
    1010 * Text Domain: insta-gallery
    1111 * Domain Path: /languages/
    12  * Version: 2.1.2
     12 * Version: 2.1.3
    1313 */
    1414
     
    2525
    2626// global constants
    27 define('INSGALLERY_VER', '2.1.2');
     27define('INSGALLERY_VER', '2.1.3');
    2828define('INSGALLERY_PRODUCTION', true);
    2929
  • insta-gallery/trunk/readme.txt

    r2034239 r2040919  
    55Requires PHP: 5.3
    66Tested up to: 5.0
    7 Stable tag: 2.1.2
     7Stable tag: 2.1.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717Display 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.
    1818
    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.
    2020
    2121**Demo:** you can see demo [Here](https://www.karansingh.ml/public/demo/insta-gallery/) or check 'screenshots' section below.
     
    4444= Why my pictures are not showing on page? =
    4545
    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.
     46you have to update valid Instagram access token to display user media.
    5147
    5248= Can i display pictures by using Tagname? =
     
    7571
    7672== Changelog ==
     73= 2.1.3 =
     74* small content update
     75
    7776= 2.1.2 =
    7877* security fixes
    79 
    8078
    8179= 2.1.1 =
     
    226224
    227225== Upgrade Notice ==
     226= 2.1.3 =
     227plugin info updated
     228
    228229= 2.1.2 =
    229230added security fixes
Note: See TracChangeset for help on using the changeset viewer.