Plugin Directory

Changeset 3496509


Ignore:
Timestamp:
04/01/2026 11:59:44 AM (17 hours ago)
Author:
rstake
Message:

Update to version 4.10.3

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

Legend:

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

    r3483261 r3496509  
    88}
    99
    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. */
    1112.sdawsoga-scope svg {
    1213    max-width: 100%;
     
    1415}
    1516
     17/* Inside the modal/lightbox, lift the max-width cap so SVGs can use their
     18   component-defined dimensions without theme interference. */
    1619.sdawsoga-scope .sdawsoga-modal svg,
    1720.sdawsoga-scope .sdawsoga-lb-engagement svg {
    18     width: auto;
    19     height: auto;
    2021    max-width: none;
    2122}
     
    453454}
    454455
    455 .sdawsoga-stat-icon svg {
     456.sdawsoga-scope .sdawsoga-stat-icon svg {
    456457    fill: #fff;
    457458    width: 100%;
     
    474475}
    475476
    476 .sdawsoga-carousel-icon svg {
     477.sdawsoga-scope .sdawsoga-carousel-icon svg {
    477478    width: 20px;
    478479    height: 20px;
     
    639640}
    640641
    641 .sdawsoga-nav-btn svg {
     642.sdawsoga-scope .sdawsoga-nav-btn svg {
    642643    width: 20px;
    643644    height: 20px;
     
    687688}
    688689
    689 .sdawsoga-post-arrow svg {
     690.sdawsoga-scope .sdawsoga-post-arrow svg {
    690691    width: 28px;
    691692    height: 28px;
     
    870871}
    871872
    872 .sdawsoga-lb-media-type svg {
     873.sdawsoga-scope .sdawsoga-lb-media-type svg {
    873874    width: 14px;
    874875    height: 14px;
     
    930931}
    931932
    932 .sdawsoga-modal-link svg {
     933.sdawsoga-scope .sdawsoga-modal-link svg {
    933934    width: 16px;
    934935    height: 16px;
     
    995996}
    996997
    997 .sdawsoga-post-nav-btn svg {
     998.sdawsoga-scope .sdawsoga-post-nav-btn svg {
    998999    width: 18px;
    9991000    height: 18px;
     
    10491050}
    10501051
    1051 .sdawsoga-close-btn svg {
     1052.sdawsoga-scope .sdawsoga-close-btn svg {
    10521053    width: 20px;
    10531054    height: 20px;
     
    12381239    }
    12391240   
    1240     .sdawsoga-nav-btn svg {
     1241    .sdawsoga-scope .sdawsoga-nav-btn svg {
    12411242        width: 16px;
    12421243        height: 16px;
    12431244    }
    1244    
     1245
    12451246    /* Close button positioning */
    12461247    .sdawsoga-close-btn {
     
    12501251        height: 32px;
    12511252    }
    1252    
    1253     .sdawsoga-close-btn svg {
     1253
     1254    .sdawsoga-scope .sdawsoga-close-btn svg {
    12541255        width: 18px;
    12551256        height: 18px;
    12561257    }
    1257    
     1258
    12581259    /* Compact caption content */
    12591260    .sdawsoga-caption-header {
     
    13111312    }
    13121313   
    1313     .sdawsoga-nav-btn svg {
     1314    .sdawsoga-scope .sdawsoga-nav-btn svg {
    13141315        width: 14px;
    13151316        height: 14px;
     
    13921393    }
    13931394
    1394     .sdawsoga-nav-btn svg {
     1395    .sdawsoga-scope .sdawsoga-nav-btn svg {
    13951396        width: 18px;
    13961397        height: 18px;
     
    15001501}
    15011502
    1502 .sdawsoga-swipe-hint svg {
     1503.sdawsoga-scope .sdawsoga-swipe-hint svg {
    15031504    width: 20px;
    15041505    height: 20px;
     
    16851686}
    16861687
    1687 .sdawsoga-video-badge svg {
     1688.sdawsoga-scope .sdawsoga-video-badge svg {
    16881689    width: 12px;
    16891690    height: 12px;
  • sdaweb-social-galleri-feed/trunk/blocks/gallery/block.json

    r3486790 r3496509  
    33    "apiVersion": 3,
    44    "name": "sdawsoga/gallery",
    5     "version": "4.10.2",
     5    "version": "4.10.3",
    66    "title": "Social Galleri Feed",
    77    "category": "embed",
  • sdaweb-social-galleri-feed/trunk/readme.txt

    r3486790 r3496509  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 4.10.2
     7Stable tag: 4.10.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    126126== Changelog ==
    127127
     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
    128131= 4.10.2 =
    129132* Fix: Removed legacy unprefixed tg_gallery shortcode alias for WordPress.org compliance.
  • sdaweb-social-galleri-feed/trunk/sdaweb-social-galleri-feed.php

    r3486790 r3496509  
    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: 4.10.2
     5 * Version: 4.10.3
    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', '4.10.2');
     23if (!defined('SDAWSOGA_VERSION'))              define('SDAWSOGA_VERSION', '4.10.3');
    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.