Releases: thorsten/phpMyFAQ
Releases · thorsten/phpMyFAQ
4.1-nightly-2026-02-20
feat: added Symfony Kernel and migrated Controllers to Constructor In…
4.0-nightly-2026-02-20
feat: added Symfony Kernel and migrated Controllers to Constructor In…
development-nightly-2026-02-20
feat: added Symfony Kernel and migrated Controllers to Constructor In…
4.1-nightly-2026-02-19
build(deps): bump aws/aws-sdk-php from 3.369.35 to 3.369.36 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.369.35 to 3.369.36. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.369.35...3.369.36) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-version: 3.369.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
4.0-nightly-2026-02-19
build(deps): bump aws/aws-sdk-php from 3.369.35 to 3.369.36 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.369.35 to 3.369.36. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.369.35...3.369.36) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-version: 3.369.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
development-nightly-2026-02-19
build(deps): bump aws/aws-sdk-php from 3.369.35 to 3.369.36 Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.369.35 to 3.369.36. - [Release notes](https://github.com/aws/aws-sdk-php/releases) - [Commits](https://github.com/aws/aws-sdk-php/compare/3.369.35...3.369.36) --- updated-dependencies: - dependency-name: aws/aws-sdk-php dependency-version: 3.369.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
4.1-nightly-2026-02-18
build(deps-dev): bump typescript-eslint from 8.55.0 to 8.56.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4.0-nightly-2026-02-18
build(deps-dev): bump typescript-eslint from 8.55.0 to 8.56.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
development-nightly-2026-02-18
build(deps-dev): bump typescript-eslint from 8.55.0 to 8.56.0 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.56.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4.1-nightly-2026-02-17
feat: extend configuration filter to search within all config items The admin configuration filter now searches individual setting labels, descriptions, and config keys across all tabs, not just tab names. All tabs are lazily loaded in parallel on first search, with 250ms debounce and automatic filter re-application on tab switch.