Releases: gioxx/wp-lsi-reloaded
Releases · gioxx/wp-lsi-reloaded
Release list
v1.0.0
Independent fork of Lightweight Social Icons 1.1.2, renamed to Lightweight Social Icons Reloaded.
Added
- Discord, WhatsApp, TikTok, Threads and Bluesky icons.
ABSPATHguard,Requires at least/Requires PHPheaders,Release Asset: true/GitHub Plugin URI/GitHub Branchheaders for Git Updater support.- Admin notice if the original Lightweight Social Icons plugin is still active alongside this fork.
Fixed
- The 500px icon never rendered: the plugin looked for a
lsicon-fivehundredpxCSS class that never existed (Fontello generateslsicon-500px). - The Snapchat icon never rendered: the plugin looked for a plain
lsicon-snapchatclass, but onlylsicon-snapchat-ghost/lsicon-snapchat-squareexisted. - Several unescaped output strings in the widget admin form (
background,color,background_hover,color_hover, field ids/names). - Wrong text domain (
lsiinstead of the plugin's own) on the "Add Icon" button.
Removed
- Delicious, Vine, StumbleUpon and Yahoo icons (all long defunct).
load_plugin_textdomain()call (WordPress auto-loads translations for wp.org-hosted plugins since 4.6).
Changed
- Widget class renamed to
LSIR_Widgetand alllsi_*functions renamed tolsir_*, to avoid collisions if the original plugin is still active. The widget'sid_basestayslsi_Widgeton purpose: WordPress stores widget settings underwidget_{id_base}and sidebar placements reference the same key, so anyone migrating from the original plugin inherits their widget instance, settings and sidebar position with zero migration code.
For the full version history, see CHANGELOG.md.
1.1.2
What's Changed
- Added X logo + Translate in English by @johncodeos in #1
New Contributors
- @johncodeos made their first contribution in #1
Full Changelog: 1.1.1...1.1.2