Add CHANGELOG and update info.xml

This commit is contained in:
2026-04-16 21:01:48 +02:00
parent d9198f3080
commit d726b525ed
2 changed files with 23 additions and 2 deletions

21
CHANGELOG.md Normal file
View File

@@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.1.0] - 2025-04-16
### Added
- API endpoint for fetching hidden fields configuration
- Support for OCS API format
- Configurable fields: pronouns, role, headline
### Changed
- Switched from routes.xml to routes.php for Nextcloud 33 compatibility
- Migrated to OCSController for API
### Fixed
- Fixed route registration for Nextcloud 33
## [1.0.x] - Earlier versions
- Initial development versions with localStorage-based configuration

View File

@@ -3,10 +3,10 @@
<id>minimalprofile</id> <id>minimalprofile</id>
<name>Minimal Profile</name> <name>Minimal Profile</name>
<summary>Hides profile fields to create a minimal user profile</summary> <summary>Hides profile fields to create a minimal user profile</summary>
<description>Allows administrators to hide profile fields like pronouns, social links, etc.</description> <description>Allows administrators to hide profile fields like pronouns, role, and headline from user profiles. Configure which fields to hide using: occ config:app:set minimalprofile hidden_fields --value='["pronouns","role"]'</description>
<version>1.1.0</version> <version>1.1.0</version>
<licence>AGPL</licence> <licence>AGPL</licence>
<author>Your Name</author> <author>Taurix IT</author>
<namespace>MinimalProfile</namespace> <namespace>MinimalProfile</namespace>
<categories> <categories>
<category>settings</category> <category>settings</category>