Skip to content

Releases: thorsten/phpMyFAQ

4.1-nightly-2025-12-30

30 Dec 02:37

Choose a tag to compare

Pre-release
Merge branch '4.1' into 'main'

4.0-nightly-2025-12-30

30 Dec 02:42

Choose a tag to compare

Pre-release
Merge branch '4.1' into 'main'

development-nightly-2025-12-30

30 Dec 02:44

Choose a tag to compare

Pre-release
Merge branch '4.1' into 'main'

4.1-nightly-2025-12-29

29 Dec 02:43

Choose a tag to compare

Pre-release
feat(plugins): add support for JavaScript in plugins

4.0-nightly-2025-12-29

29 Dec 02:48

Choose a tag to compare

Pre-release
feat(plugins): add support for JavaScript in plugins

development-nightly-2025-12-29

29 Dec 02:51

Choose a tag to compare

Pre-release
feat(plugins): add support for JavaScript in plugins

4.1-nightly-2025-12-28

28 Dec 02:45

Choose a tag to compare

Pre-release
fix: corrected TypeScript error

4.0-nightly-2025-12-28

28 Dec 02:49

Choose a tag to compare

Pre-release
fix: corrected TypeScript error

development-nightly-2025-12-28

28 Dec 02:51

Choose a tag to compare

Pre-release
fix: corrected TypeScript error

4.1-nightly-2025-12-27

27 Dec 02:33

Choose a tag to compare

Pre-release
feat(update): enhance backup filename security with random hash

- Add 8-char hex hash to backup filenames for unpredictability
- Implement caching of generated filename in Update class
- Update tests to validate new filename format with regex

BREAKING CHANGE: Backup filename format changed from
phpmyfaq-config-backup.YYYY-MM-DD.zip to
phpmyfaq-config-backup.YYYY-MM-DD.XXXXXXXX.zip