Changeset 3496509
- Timestamp:
- 04/01/2026 11:59:44 AM (17 hours ago)
- Location:
- sdaweb-social-galleri-feed/trunk
- Files:
-
- 4 edited
-
assets/css/gallery-styles.css (modified) (16 diffs)
-
blocks/gallery/block.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sdaweb-social-galleri-feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sdaweb-social-galleri-feed/trunk/assets/css/gallery-styles.css
r3483261 r3496509 8 8 } 9 9 10 /* Defensive SVG reset — prevents theme rules like 'svg { width: 100% }' from breaking icons */ 10 /* Defensive SVG reset — prevents theme rules like 'svg { width: 100% }' from breaking icons. 11 Only constrains max-width; never overrides width/height so component rules always win. */ 11 12 .sdawsoga-scope svg { 12 13 max-width: 100%; … … 14 15 } 15 16 17 /* Inside the modal/lightbox, lift the max-width cap so SVGs can use their 18 component-defined dimensions without theme interference. */ 16 19 .sdawsoga-scope .sdawsoga-modal svg, 17 20 .sdawsoga-scope .sdawsoga-lb-engagement svg { 18 width: auto;19 height: auto;20 21 max-width: none; 21 22 } … … 453 454 } 454 455 455 .sdawsoga-s tat-icon svg {456 .sdawsoga-scope .sdawsoga-stat-icon svg { 456 457 fill: #fff; 457 458 width: 100%; … … 474 475 } 475 476 476 .sdawsoga- carousel-icon svg {477 .sdawsoga-scope .sdawsoga-carousel-icon svg { 477 478 width: 20px; 478 479 height: 20px; … … 639 640 } 640 641 641 .sdawsoga- nav-btn svg {642 .sdawsoga-scope .sdawsoga-nav-btn svg { 642 643 width: 20px; 643 644 height: 20px; … … 687 688 } 688 689 689 .sdawsoga- post-arrow svg {690 .sdawsoga-scope .sdawsoga-post-arrow svg { 690 691 width: 28px; 691 692 height: 28px; … … 870 871 } 871 872 872 .sdawsoga- lb-media-type svg {873 .sdawsoga-scope .sdawsoga-lb-media-type svg { 873 874 width: 14px; 874 875 height: 14px; … … 930 931 } 931 932 932 .sdawsoga- modal-link svg {933 .sdawsoga-scope .sdawsoga-modal-link svg { 933 934 width: 16px; 934 935 height: 16px; … … 995 996 } 996 997 997 .sdawsoga- post-nav-btn svg {998 .sdawsoga-scope .sdawsoga-post-nav-btn svg { 998 999 width: 18px; 999 1000 height: 18px; … … 1049 1050 } 1050 1051 1051 .sdawsoga- close-btn svg {1052 .sdawsoga-scope .sdawsoga-close-btn svg { 1052 1053 width: 20px; 1053 1054 height: 20px; … … 1238 1239 } 1239 1240 1240 .sdawsoga- nav-btn svg {1241 .sdawsoga-scope .sdawsoga-nav-btn svg { 1241 1242 width: 16px; 1242 1243 height: 16px; 1243 1244 } 1244 1245 1245 1246 /* Close button positioning */ 1246 1247 .sdawsoga-close-btn { … … 1250 1251 height: 32px; 1251 1252 } 1252 1253 .sdawsoga- close-btn svg {1253 1254 .sdawsoga-scope .sdawsoga-close-btn svg { 1254 1255 width: 18px; 1255 1256 height: 18px; 1256 1257 } 1257 1258 1258 1259 /* Compact caption content */ 1259 1260 .sdawsoga-caption-header { … … 1311 1312 } 1312 1313 1313 .sdawsoga- nav-btn svg {1314 .sdawsoga-scope .sdawsoga-nav-btn svg { 1314 1315 width: 14px; 1315 1316 height: 14px; … … 1392 1393 } 1393 1394 1394 .sdawsoga- nav-btn svg {1395 .sdawsoga-scope .sdawsoga-nav-btn svg { 1395 1396 width: 18px; 1396 1397 height: 18px; … … 1500 1501 } 1501 1502 1502 .sdawsoga-s wipe-hint svg {1503 .sdawsoga-scope .sdawsoga-swipe-hint svg { 1503 1504 width: 20px; 1504 1505 height: 20px; … … 1685 1686 } 1686 1687 1687 .sdawsoga- video-badge svg {1688 .sdawsoga-scope .sdawsoga-video-badge svg { 1688 1689 width: 12px; 1689 1690 height: 12px; -
sdaweb-social-galleri-feed/trunk/blocks/gallery/block.json
r3486790 r3496509 3 3 "apiVersion": 3, 4 4 "name": "sdawsoga/gallery", 5 "version": "4.10. 2",5 "version": "4.10.3", 6 6 "title": "Social Galleri Feed", 7 7 "category": "embed", -
sdaweb-social-galleri-feed/trunk/readme.txt
r3486790 r3496509 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 4.10. 27 Stable tag: 4.10.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 126 126 == Changelog == 127 127 128 = 4.10.3 = 129 * Fix: SVG icons in lightbox (swipe hint, close button, nav arrows, media type badge) could render at wrong size due to CSS specificity conflict with the modal SVG reset. All SVG rules now use scoped selectors to prevent theme or reset overrides. 130 128 131 = 4.10.2 = 129 132 * Fix: Removed legacy unprefixed tg_gallery shortcode alias for WordPress.org compliance. -
sdaweb-social-galleri-feed/trunk/sdaweb-social-galleri-feed.php
r3486790 r3496509 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: 4.10. 25 * Version: 4.10.3 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', '4.10. 2');23 if (!defined('SDAWSOGA_VERSION')) define('SDAWSOGA_VERSION', '4.10.3'); 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.