Changeset 1990371
- Timestamp:
- 12/10/2018 05:57:51 AM (7 years ago)
- Location:
- insta-gallery/trunk
- Files:
-
- 3 edited
-
app/wp-front.php (modified) (3 diffs)
-
insta-gallery.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
insta-gallery/trunk/app/wp-front.php
r1990097 r1990371 67 67 wp_enqueue_script('insta-gallery'); 68 68 wp_enqueue_script('swiper'); 69 wp_enqueue_script('magnific-popup');69 wp_enqueue_script('magnific-popup'); 70 70 } 71 71 include_once (INSGALLERY_PATH . 'app/Libra/InstagramSpider.php'); … … 99 99 } 100 100 101 /* 101 $IGItem = $InstaGalleryItems[$gid]; 102 102 103 wp_enqueue_script('insta-gallery'); 103 104 $IGItem = $InstaGalleryItems[$gid];105 104 if ($IGItem['ig_display_type'] == 'gallery') { 106 105 wp_enqueue_script('magnific-popup'); … … 109 108 wp_enqueue_script('magnific-popup'); 110 109 } 111 */112 110 113 111 $insta_source = ($IGItem['ig_select_from'] == 'username') ? 'user_' . $IGItem['insta_user'] : 'tag_' . $IGItem['insta_tag']; -
insta-gallery/trunk/insta-gallery.php
r1990097 r1990371 10 10 * Text Domain: insta-gallery 11 11 * Domain Path: /languages/ 12 * Version: 1.6. 512 * Version: 1.6.6 13 13 */ 14 14 … … 26 26 27 27 // global constants 28 define('INSGALLERY_VER', '1.6. 5');28 define('INSGALLERY_VER', '1.6.6'); 29 29 define('INSGALLERY_PRODUCTION', true); 30 30 -
insta-gallery/trunk/readme.txt
r1990097 r1990371 5 5 Requires PHP: 5.3 6 6 Tested up to: 5.0 7 Stable tag: 1.6. 57 Stable tag: 1.6.6 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 74 74 75 75 == Changelog == 76 = 1.6.6 = 77 code bug fixed 78 76 79 = 1.6.5 = 77 80 JS files issue with WP5 solved … … 212 215 213 216 == Upgrade Notice == 217 = 1.6.6 = 218 coding issue solved 219 214 220 = 1.6.5 = 215 221 JS issue solved
Note: See TracChangeset
for help on using the changeset viewer.