Skip to content

Releases: thorsten/phpMyFAQ

4.1-nightly-2026-02-20

20 Feb 02:56
8196dec

Choose a tag to compare

Pre-release
feat: added Symfony Kernel and migrated Controllers to Constructor In…

4.0-nightly-2026-02-20

20 Feb 03:02
8196dec

Choose a tag to compare

Pre-release
feat: added Symfony Kernel and migrated Controllers to Constructor In…

development-nightly-2026-02-20

20 Feb 03:05
8196dec

Choose a tag to compare

Pre-release
feat: added Symfony Kernel and migrated Controllers to Constructor In…

4.1-nightly-2026-02-19

19 Feb 02:58

Choose a tag to compare

Pre-release
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

19 Feb 03:04

Choose a tag to compare

Pre-release
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

19 Feb 03:07

Choose a tag to compare

Pre-release
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

18 Feb 02:59

Choose a tag to compare

Pre-release
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

18 Feb 03:05

Choose a tag to compare

Pre-release
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

18 Feb 03:08

Choose a tag to compare

Pre-release
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

17 Feb 02:57

Choose a tag to compare

Pre-release
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.