Plugin Directory

Changeset 3497043


Ignore:
Timestamp:
04/01/2026 09:30:44 PM (6 hours ago)
Author:
rstake
Message:

Update to version 5.1.1

Location:
sdaweb-social-galleri-feed/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sdaweb-social-galleri-feed/trunk/assets/css/gallery-styles.css

    r3496957 r3497043  
    389389    object-fit: cover;
    390390    display: block;
     391    transition: transform 0.3s ease;
     392}
     393
     394.sdawsoga-item img:not(.sdawsoga-loaded) {
     395    opacity: 0;
    391396    transition: transform 0.3s ease, opacity 0.3s ease;
    392     opacity: 0;
    393 }
    394 
    395 .sdawsoga-item img.sdawsoga-loaded {
    396     opacity: 1;
    397397}
    398398
     
    15431543/* ===== ANIMATIONS ===== */
    15441544.sdawsoga-item {
    1545     animation: sdawsoga-itemFadeIn 0.4s ease backwards;
     1545    animation: sdawsoga-itemFadeIn 0.4s ease both;
    15461546}
    15471547
  • sdaweb-social-galleri-feed/trunk/readme.txt

    r3496957 r3497043  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 5.1.0
     7Stable tag: 5.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    148148== Changelog ==
    149149
     150= 5.1.1 =
     151* Fixed: Images no longer flicker or show blank placeholders when scrolling back to the feed on mobile.
     152
    150153= 5.1.0 =
    151154* Added: Instagram Stories integration — active Stories display as a gradient ring around the profile avatar.
     
    336339== Upgrade Notice ==
    337340
     341= 5.1.1 =
     342Fix: images no longer flicker when scrolling back to the feed on mobile.
     343
    338344= 5.1.0 =
    339345Instagram Stories integration: active Stories show as a gradient ring on the profile avatar. Click to view in a fullscreen viewer with auto-advance and tap navigation. Enable in Behavior tab.
  • sdaweb-social-galleri-feed/trunk/sdaweb-social-galleri-feed.php

    r3496957 r3497043  
    33 * Plugin Name: SDAweb Social Galleri Feed
    44 * Description: Display your Instagram feed as a responsive gallery with lightbox, instant loading, and full admin control.
    5  * Version: 5.1.0
     5 * Version: 5.1.1
    66 * Requires at least: 5.8
    77 * Requires PHP: 7.4
     
    2121
    2222// Define plugin constants (guarded against conflicts)
    23 if (!defined('SDAWSOGA_VERSION'))              define('SDAWSOGA_VERSION', '5.1.0');
     23if (!defined('SDAWSOGA_VERSION'))              define('SDAWSOGA_VERSION', '5.1.1');
    2424if (!defined('SDAWSOGA_PLUGIN_FILE'))          define('SDAWSOGA_PLUGIN_FILE', __FILE__);
    2525if (!defined('SDAWSOGA_PLUGIN_DIR'))           define('SDAWSOGA_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.