Releases: NichlasB/alynt-faq-manager
Release list
v1.1.1 - Refactor FAQ collection output rendering
What's New in v1.1.1
This release removes unnecessary HTML escaping from FAQ collection output in shortcode and taxonomy templates, allowing more flexible content rendering.
Highlights
- Removed wp_kses_post() wrapper from FAQ collection echo in shortcode.php
- Removed wp_kses_post() wrapper from FAQ collection echo in taxonomy template
Changelog
[1.1.1] - 2026-03-23
Changed
- Removed wp_kses_post() wrapper from FAQ collection output in shortcode and taxonomy templates for more flexible content rendering
Upgrade Notes
No breaking changes in this release.
v1.1.0 - Add npm build tooling and GitHub Actions
What's New in v1.1.0
This release refactors the build system by removing the Composer-based plugin-update-checker dependency and adding npm-based build tooling with GitHub Actions integration.
Highlights
- Removed yahnis-elsts/plugin-update-checker Composer dependency
- Added npm-based build tooling with esbuild
- Added GitHub Actions workflow for automated releases
- Added PHP CodeSniffer configuration (.phpcs.xml)
- Added PHPUnit test infrastructure
- Standardized file naming (snake_case to kebab-case)
Changelog
- Removed plugin-update-checker dependency and related files
- Added package.json with build scripts
- Added .editorconfig for coding standards
- Added phpunit.xml for testing
- Added deploy.sh script
- Added src/assets directory structure for modern JS
Upgrade Notes
No breaking changes in this release. The plugin now uses npm instead of Composer for build tooling.
v1.0.7 - Bug fixes for custom CSS and accordion initialization
What's New in v1.0.7
This release fixes two critical bugs affecting the frontend display of FAQs. Custom CSS entered via the admin panel will now properly apply to shortcode-rendered FAQ pages, and accordions will correctly initialize in a collapsed state on page load.
Highlights
- Fixed custom CSS not applying on shortcode-rendered FAQ pages
- Fixed accordion items remaining open due to incorrect CSS selectors
- Added reliable CSS attachment helper function for shortcode contexts
Changelog
[1.0.7] - 2026-03-21
Fixed
- Fixed custom CSS not applying on shortcode-rendered FAQ pages by adding �lynt_faq_attach_inline_custom_css() helper function
- Fixed accordion items remaining open on page load due to incorrect container-scoped CSS selectors in JavaScript
- Ensured custom CSS is properly attached when the [alynt_faq] shortcode enqueues frontend styles
Upgrade Notes
No breaking changes in this release. This is a recommended bug fix update for all users, especially those using the [alynt_faq] shortcode or custom CSS styling.
v1.0.6 - Hardened FAQ flows and release refresh
What's New in v1.0.6
This release packages the unreleased improvements that landed after v1.0.5 into the formal v1.0.6 release. It strengthens frontend and admin robustness, improves performance and caching behavior, refreshes release/update infrastructure, and brings supporting metadata in line with the shipped plugin version.
Highlights
- Improved frontend resilience, accessibility behavior, and taxonomy/archive handling
- Hardened admin reorder and custom CSS workflows with safer validation and better failure handling
- Refined performance, cache invalidation, internationalization, security, and release infrastructure
Changelog
[1.0.6] - 2026-03-20
Changed
- Synced release metadata and maintenance files with the current plugin version.
- Refreshed GitHub release infrastructure for the updater-compatible distribution flow.
Upgrade Notes
No breaking changes in this release.
Version 1.0.5
Version 1.0.5
This release focuses on WordPress compatibility updates.
Changes
- Updated WordPress compatibility to version 6.7.1
- Removed compatibility warning messages
- Improved plugin version reporting
Notes
- This update ensures smooth operation with the latest WordPress versions
- No functional changes to the plugin
- Existing installations will continue to work as before
Version 1.0.4
Version 1.0.4
Critical Fix
- Fixed error with missing vendor directory
- Included required dependencies in plugin distribution
This update fixes a critical error where the plugin would fail to load due to missing dependencies. The vendor directory is now included in the distribution.
1.0.3
Version 1.0.3
This release focuses on documentation improvements and modernizing system requirements.
Changes
- Updated PHP version requirement to 8.0+
- Removed legacy Internet Explorer support
- Added documentation for automatic updates
- Updated installation instructions
- Improved documentation clarity
Notes
- This is a documentation update only
- No functional changes to the plugin
- Existing installations will continue to work as before
Version 1.0.2
Changes in this version:
- Added automatic update functionality
- Plugin can now check for and install updates directly from WordPress dashboard
Version 1.0.1
Added automatic update functionality.