Skip to content

Releases: ajithrn/fs-eventbrite-widget

v2.1.0 - Security & Stability Update

Choose a tag to compare

@ajithrn ajithrn released this 30 Oct 19:41

Security Fixes (Critical)

This release addresses security vulnerabilities.

  • Fixed CSS injection vulnerability - Replaced wp_strip_all_tags() with safecss_filter_attr() for proper CSS sanitization
  • Fixed HTML class sanitization - Replaced sanitize_text_field() with sanitize_html_class() for proper class name validation
  • Enhanced input validation - Improved sanitization and escaping throughout the plugin

Bug Fixes

  • Fixed text domain consistency - Changed from fluxstack-widgets to fs-eventbrite-widget in block category

Documentation

  • Added GPL v2 LICENSE file
  • Added comprehensive readme.txt for WordPress.org
  • Added DEVELOPER.md with detailed development documentation
  • Updated .gitignore for better development workflow

Installation

Download the fs-eventbrite-widget.zip file below and install via:

  • WordPress Admin: Plugins > Add New > Upload Plugin
  • Manual: Extract to /wp-content/plugins/
  • WP-CLI: wp plugin install fs-eventbrite-widget.zip --activate

Links

Requirements

  • WordPress 5.0+
  • PHP 7.4+