Skip to content

Releases: NichlasB/alynt-faq-manager

v1.1.1 - Refactor FAQ collection output rendering

Choose a tag to compare

@NichlasB NichlasB released this 23 Mar 12:20

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

Choose a tag to compare

@NichlasB NichlasB released this 22 Mar 23:45

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

Choose a tag to compare

@NichlasB NichlasB released this 20 Mar 23:40

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

Choose a tag to compare

@NichlasB NichlasB released this 20 Mar 20:00

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

Choose a tag to compare

@NichlasB NichlasB released this 21 Jan 17:07

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

Choose a tag to compare

@NichlasB NichlasB released this 21 Jan 16:21

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

Choose a tag to compare

@NichlasB NichlasB released this 21 Jan 16:14

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

Choose a tag to compare

@NichlasB NichlasB released this 21 Jan 15:59

Changes in this version:

  • Added automatic update functionality
  • Plugin can now check for and install updates directly from WordPress dashboard

Version 1.0.1

Choose a tag to compare

@NichlasB NichlasB released this 21 Jan 15:41

Added automatic update functionality.