Skip to content

v0.2.5 - Documentation and PHP 8.2

Choose a tag to compare

@Rikdekker Rikdekker released this 27 Jan 06:02
· 131 commits to main since this release

What's Changed

Added

  • Comprehensive documentation structure in docs/ folder
    • User guides (creating forms, question types, advanced features, sharing, results, exporting)
    • Admin guides (installation, configuration, security)
    • Architecture docs (overview, file format, API reference, comparison with Nextcloud Forms)
  • Pre-commit hook to prevent accidental commit of private keys
  • Security: Added *.key and *.pem to .gitignore

Changed

  • Updated PHP requirement to 8.2 (preparing for Nextcloud 33)
  • Updated README with correct build commands and documentation links
  • Updated authors in README (Sam Ditmeijer & Rik Dekker)

Removed

  • Deprecated monolithic docs/user-guide.md (replaced by structured docs)
  • Deprecated docs/comparison-with-nextcloud-forms.md (moved to docs/architecture/)

Full Changelog: v0.2.4...v0.2.5