Skip to content

Commit 83e8501

Browse files
authored
Merge pull request #76 from LibreCodeCoop/release/v1.0.2
chore(release): prepare v1.0.2
2 parents d3731f8 + cf95eed commit 83e8501

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
<!-- changelog-linker -->
1313
## [Unreleased]
1414

15+
## 1.0.2 - 2026-04-13
16+
17+
💝 **SUPPORT PROFILE FIELDS** — If this project helps your team, please support ongoing maintenance via GitHub Sponsors: https://github.com/sponsors/LibreSign
18+
19+
**STAR THE REPOSITORY** — Stars help the project gain visibility and justify continued investment: https://github.com/LibreCodeCoop/profile_fields
20+
21+
🏢 **ENTERPRISE SUPPORT** — Need custom development, support, or sponsored features? Contact us: contact@librecode.coop
22+
23+
### Fixed
24+
- Fixed migration compatibility for `profile_fields_definitions.active` and ensured upgrade safety for existing installs [#73](https://github.com/LibreCodeCoop/profile_fields/pull/73)
25+
- Fixed migration failure on strict database identifier limits by shortening an index name [#74](https://github.com/LibreCodeCoop/profile_fields/pull/74)
26+
27+
### Changed
28+
- 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)
29+
1530
## 1.0.1 - 2026-04-03
1631

1732
💝 **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/),
4055
- `occ` commands for data export, import, clear, and developer reset [#5](https://github.com/LibreCodeCoop/profile_fields/pull/5)
4156
- Transifex integration for community translations [#34](https://github.com/LibreCodeCoop/profile_fields/pull/34)
4257

43-
[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.1...HEAD
58+
[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.2...HEAD
59+
[1.0.2]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.1...v1.0.2
4460
[1.0.1]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.0...v1.0.1

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Ongoing maintenanc
2323
2424
* [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)
2525
]]></description>
26-
<version>1.0.1</version>
26+
<version>1.0.2</version>
2727
<licence>agpl</licence>
2828
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
2929
<namespace>ProfileFields</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "profile_fields",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Profile fields",
55
"license": "AGPL-3.0-or-later",
66
"private": true,

0 commit comments

Comments
 (0)