Skip to content
Product changelog

Social Media Links Changelog

Version-by-version timeline generated from the same item-based changelog data used for Joomla<changelogurl>, Markdown and release notes.

9versions 9with notes 3.1.1latest

Version3.1.1

stable

2025-12-23 · stable

Details

Fixed2

  • Prevented unintended modification of custom icon class strings when *_icon is defined.
  • Ensured consistent behavior between module parameters and template rendering when icons are disabled.

Changed5

  • Icon resolution logic simplified and made deterministic:
  • Per-network *_icon parameter now has absolute priority and is used *as-is*, regardless of Font Awesome settings or availability.
  • When *_icon is empty and Font Awesome is enabled, the module falls back to the default Font Awesome icon for the network.
  • When *_icon is empty and Font Awesome is disabled, the module renders plain text labels with no icon.
  • Removed implicit Font Awesome class normalization (fa, fab, fas) from custom icon overrides to respect user-provided values strictly.

Version2.4.1

stable

2025-12-23 · stable

Details

Added1

  • CHANGELOG.md file (this document), including the full history of changes introduced during the Joomla 5.4 refactor and subsequent updates.

Version2.4.0

stable

2025-12-23 · stable

Details

Added3

  • Per-network Font Awesome icon override field: lets you replace the default icon class for each social network when Font Awesome rendering is enabled.
  • If empty, the default icon is used.
  • Accepts fa-... or short name (e.g. telegramfa-telegram).

Changed1

  • Updated README.md to reflect Joomla 5.4 structure, supported networks, languages and configuration options.

Version2.3.0

stable

2025-12-23 · stable

Details

Added2

  • Module parameter: Use Font Awesome icons (Yes/No).
  • When enabled, icons are rendered using Font Awesome classes (fab for brands, fas for solid).

Version2.2.0

stable

2025-12-23 · stable

Details

Fixed1

  • Consistent handling for x-twitter (Twitter/X) and odnoklassniki (OK) naming.

Added2

  • New supported networks to cover the full requested list:
  • facebook-messenger, google-plus, tumblr, reddit, viber, snapchat, spotify, msteams, rutube.

Version2.1.0

stable

2025-12-23 · stable

Details

Added2

  • Additional languages:
  • pt-BR, es-ES, lt-LT, et-EE, uk-UA.

Version2.0.0

stable

2025-12-23 · stable

Details

Fixed1

  • Template variable bug in output rendering.

Added1

  • Extended default set of supported networks (e.g. Telegram, WhatsApp, VK, OK, Pinterest, GitHub, Discord and others).

Changed4

  • Refactored for Joomla 5.4 standards:
  • Introduced DI container registration (services/provider.php) and AbstractModuleDispatcher.
  • Moved logic into src/Dispatcher and src/Helper.
  • Switched assets to WebAssetManager.

Version1.1.0

stable

2026-01-07 · stable

Details

Added1

  • Social Media Links 1.1.0

Version1.0.0

Archived stable

2024-02-01 · stable

Details

Added3

  • Added social network icon/link output for Facebook, Twitter, Instagram and YouTube.
  • Added per-network show/hide switches and URL parameters.
  • Added English, Russian and Latvian language files.

Changed1

  • Registered as the historical 1.0.0 release of the existing mod-social-media extension, not as a separate extension.