Skip to content

Releases: ferino75/plg_system_fgstripcomments

v2.0.1

Choose a tag to compare

@ferino75 ferino75 released this 02 Aug 19:21

Fix plugin name to comply with JED format

v2.0.0

Choose a tag to compare

@ferino75 ferino75 released this 02 Aug 19:10

renamed the plugin to "FG Strip Comments"

v1.6.1

Choose a tag to compare

@ferino75 ferino75 released this 02 Aug 12:15

Add GPL license headers to PHP files

v1.6.0

Choose a tag to compare

@ferino75 ferino75 released this 02 Aug 08:43

Added Joomla Update System support ( in the manifest, plus a Joomla-format updates.xml feed)

v1.5.0

Choose a tag to compare

@ferino75 ferino75 released this 02 Aug 08:32

1.5.0 – 2026-07-28

  • In "Whole page" scope (scope=all), markers are no longer removed
    inside <script> and <style> blocks — those are now always left
    untouched (implemented via a PCRE (*SKIP)(*FAIL) pattern, with no
    performance cost).

1.4.0 – 2026-07-28

  • Added Slovak localization (sk-SK) for the plugin settings and description.

1.3.0

  • "Titles only" scope extended to also cover link text (<a>) — this
    catches menu items and breadcrumbs, not just headings and <title>.

1.2.0

  • Added a "Scope" parameter (Whole page / Titles only – headings and
    <title>).

1.1.0

  • Behavior change: instead of stripping HTML comments, the plugin now
    strips custom marker tags {-- ... --} (matching the original BIGSHOT
    behavior). Delimiters are configurable.

1.0.0

  • Initial release — strips HTML comments from the rendered output via
    onAfterRender.