Plugin Directory

Changeset 3486790


Ignore:
Timestamp:
03/19/2026 07:29:09 PM (2 weeks ago)
Author:
rstake
Message:

Version 4.10.2: Remove legacy tg_gallery shortcode, internationalize block editor, add Tested up to header

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

Legend:

Unmodified
Added
Removed
  • sdaweb-social-galleri-feed/trunk/blocks/gallery/block.json

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

    r3483311 r3486790  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 4.10.1
     7Stable tag: 4.10.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    126126== Changelog ==
    127127
     128= 4.10.2 =
     129* Fix: Removed legacy unprefixed tg_gallery shortcode alias for WordPress.org compliance.
     130* Improved: Block editor UI strings internationalized with wp.i18n for translation support.
     131* Added: Tested up to header in main plugin file.
     132
    128133= 4.10.1 =
    129134* Fix: Re-tagged release to ensure update delivery to all users.
  • sdaweb-social-galleri-feed/trunk/sdaweb-social-galleri-feed.php

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