Changeset 3497043
- Timestamp:
- 04/01/2026 09:30:44 PM (6 hours ago)
- Location:
- sdaweb-social-galleri-feed/trunk
- Files:
-
- 3 edited
-
assets/css/gallery-styles.css (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
sdaweb-social-galleri-feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sdaweb-social-galleri-feed/trunk/assets/css/gallery-styles.css
r3496957 r3497043 389 389 object-fit: cover; 390 390 display: block; 391 transition: transform 0.3s ease; 392 } 393 394 .sdawsoga-item img:not(.sdawsoga-loaded) { 395 opacity: 0; 391 396 transition: transform 0.3s ease, opacity 0.3s ease; 392 opacity: 0;393 }394 395 .sdawsoga-item img.sdawsoga-loaded {396 opacity: 1;397 397 } 398 398 … … 1543 1543 /* ===== ANIMATIONS ===== */ 1544 1544 .sdawsoga-item { 1545 animation: sdawsoga-itemFadeIn 0.4s ease b ackwards;1545 animation: sdawsoga-itemFadeIn 0.4s ease both; 1546 1546 } 1547 1547 -
sdaweb-social-galleri-feed/trunk/readme.txt
r3496957 r3497043 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 5.1. 07 Stable tag: 5.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 148 148 == Changelog == 149 149 150 = 5.1.1 = 151 * Fixed: Images no longer flicker or show blank placeholders when scrolling back to the feed on mobile. 152 150 153 = 5.1.0 = 151 154 * Added: Instagram Stories integration — active Stories display as a gradient ring around the profile avatar. … … 336 339 == Upgrade Notice == 337 340 341 = 5.1.1 = 342 Fix: images no longer flicker when scrolling back to the feed on mobile. 343 338 344 = 5.1.0 = 339 345 Instagram 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 3 3 * Plugin Name: SDAweb Social Galleri Feed 4 4 * Description: Display your Instagram feed as a responsive gallery with lightbox, instant loading, and full admin control. 5 * Version: 5.1. 05 * Version: 5.1.1 6 6 * Requires at least: 5.8 7 7 * Requires PHP: 7.4 … … 21 21 22 22 // Define plugin constants (guarded against conflicts) 23 if (!defined('SDAWSOGA_VERSION')) define('SDAWSOGA_VERSION', '5.1. 0');23 if (!defined('SDAWSOGA_VERSION')) define('SDAWSOGA_VERSION', '5.1.1'); 24 24 if (!defined('SDAWSOGA_PLUGIN_FILE')) define('SDAWSOGA_PLUGIN_FILE', __FILE__); 25 25 if (!defined('SDAWSOGA_PLUGIN_DIR')) define('SDAWSOGA_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.