Plugin Directory

Changeset 3051524

Timestamp:
03/15/2024 07:58:30 AM (4 months ago)
Author:
supsystic.com
Message:

version 1.15.20

Location:
gallery-by-supsystic
Files:
937 added
3 edited

Legend:

Unmodified
Added
Removed
  • gallery-by-supsystic/trunk/index.php

    r3050225 r3051524  
    44 * Plugin Name: Photo Gallery by Supsystic
    55 * Description: Easy to use Gallery by Supsystic with professional gallery templates. Show off your best design, photography and creative work
    6  * Version: 1.15.19
     6 * Version: 1.15.
    77 * Author: supsystic.com
    88 * Author URI: https://supsystic.com
     
    3636}
    3737
    38 $supsysticGallery = new SupsysticGallery('1.15.19');
     38$supsysticGallery = new SupsysticGallery('1.15.');
    3939$supsysticGallery->run();
  • gallery-by-supsystic/trunk/readme.txt

    r3050225 r3051524  
    44Tags: gallery, wordpress gallery plugin, photo gallery, grid gallery, image gallery, video gallery, responsive gallery, polaroid gallery
    55Tested up to: 6.4
    6 Stable tag: 1.15.19
     6Stable tag: 1.15.
    77
    88Photo Gallery with template editor to build amazing media gallery. Responsive mobile gallery with grid, masonry, carousel, polaroid and more gallery
     
    181181
    182182== Changelog ==
     183
     184
     185
    183186= Gallery 1.15.19 / 13.03.2024 =
    184187 * Fix for AC
  • gallery-by-supsystic/trunk/src/GridGallery/Galleries/assets/js/frontend.js

    r3050225 r3051524  
    25672567
    25682568    Gallery.prototype.init = (function () {
    2569 
     2569       
    25702570            //this.$container.imagesLoaded().done($.proxy(function () {
    25712571            var self = this;
     
    26122612            this.initSocialSharing();
    26132613
    2614 
    26152614            // iOS Safari fix
    26162615            setTimeout(function() {
     
    26202619            }, 500);
    26212620
    2622             $(document).trigger("GalleryAfterInit", this);
    2623 
    26242621            setTimeout(function(){
    26252622                self.openHashPopUp();
    26262623            },500);
    26272624
    2628             // this.openHashPopUp();
     2625            $(document).ready(function() {
     2626                $(document).trigger("GalleryAfterInit", self);
     2627            });
    26292628
    26302629            var galleryId = this.$container.attr('data-gg-id'),
Note: See TracChangeset for help on using the changeset viewer.