Releases: ajithrn/fs-eventbrite-widget
Releases · ajithrn/fs-eventbrite-widget
Release list
v2.1.0 - Security & Stability Update
Security Fixes (Critical)
This release addresses security vulnerabilities.
- Fixed CSS injection vulnerability - Replaced
wp_strip_all_tags()withsafecss_filter_attr()for proper CSS sanitization - Fixed HTML class sanitization - Replaced
sanitize_text_field()withsanitize_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-widgetstofs-eventbrite-widgetin block category
Documentation
- Added GPL v2 LICENSE file
- Added comprehensive
readme.txtfor WordPress.org - Added
DEVELOPER.mdwith detailed development documentation - Updated
.gitignorefor 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+