From e3a0928693eaaca5ab894eb9090646bce18cf95c Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:11:16 -0300 Subject: [PATCH 1/4] docs(changelog): prepare 1.0.2 release notes Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29bb67..c2b9d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## 1.0.2 - 2026-04-13 + +💝 **SUPPORT PROFILE FIELDS** — If this project helps your team, please support ongoing maintenance via GitHub Sponsors: https://github.com/sponsors/LibreSign + +⭐ **STAR THE REPOSITORY** — Stars help the project gain visibility and justify continued investment: https://github.com/LibreCodeCoop/profile_fields + +🏢 **ENTERPRISE SUPPORT** — Need custom development, support, or sponsored features? Contact us: contact@librecode.coop + +### Fixed +- Fixed migration compatibility for `profile_fields_definitions.active` and ensured upgrade safety for existing installs [#73](https://github.com/LibreCodeCoop/profile_fields/pull/73) +- Fixed migration failure on strict database identifier limits by shortening an index name [#74](https://github.com/LibreCodeCoop/profile_fields/pull/74) + +### Changed +- Updated project dependencies and CI tooling via Dependabot updates [#64](https://github.com/LibreCodeCoop/profile_fields/pull/64) [#66](https://github.com/LibreCodeCoop/profile_fields/pull/66) [#69](https://github.com/LibreCodeCoop/profile_fields/pull/69) [#70](https://github.com/LibreCodeCoop/profile_fields/pull/70) [#71](https://github.com/LibreCodeCoop/profile_fields/pull/71) [#72](https://github.com/LibreCodeCoop/profile_fields/pull/72) + ## 1.0.1 - 2026-04-03 💝 **SUPPORT PROFILE FIELDS** — If this project helps your team, please support ongoing maintenance via GitHub Sponsors: https://github.com/sponsors/LibreSign @@ -40,5 +55,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - `occ` commands for data export, import, clear, and developer reset [#5](https://github.com/LibreCodeCoop/profile_fields/pull/5) - Transifex integration for community translations [#34](https://github.com/LibreCodeCoop/profile_fields/pull/34) -[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.0...v1.0.1 From 7dd5f762e7affa8071743b5e89237cff86bb16ec Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:11:16 -0300 Subject: [PATCH 2/4] chore(appinfo): bump version to 1.0.2 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index b400769..2721f09 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Ongoing maintenanc * [Sponsor LibreSign on GitHub (monthly recurring support is especially welcome): ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/LibreSign) ]]> - 1.0.1 + 1.0.2 agpl LibreCode ProfileFields From be5676a81c82ac894e2e16d697f9b7885abecd07 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:11:16 -0300 Subject: [PATCH 3/4] chore(package): bump version to 1.0.2 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1278e18..3b7411c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "profile_fields", - "version": "1.0.1", + "version": "1.0.2", "description": "Profile fields", "license": "AGPL-3.0-or-later", "private": true, From cf95eedc9e0013fa40a139adcbcab476f9750b3b Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:11:16 -0300 Subject: [PATCH 4/4] chore(lockfile): bump version to 1.0.2 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6257ec..ffb2f01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "profile_fields", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "profile_fields", - "version": "1.0.1", + "version": "1.0.2", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47",