Skip to content

Commit 0d3a01a

Browse files
authored
Merge pull request #62 from LibreCodeCoop/fix/issue-58-active-bool-notnull
release: prepare 1.0.1
2 parents cb43f1d + fdc2d53 commit 0d3a01a

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

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

15+
## 1.0.1 - 2026-04-03
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 installation and reinstallation failures caused by the `profile_fields_definitions.active` boolean column being created as `NOT NULL`, and added an upgrade migration for existing instances [#61](https://github.com/LibreCodeCoop/profile_fields/pull/61)
25+
1526
## 1.0.0 - 2026-03-30
1627

1728
💝 **SUPPORT PROFILE FIELDS** — Built from scratch and released for free. If it saves your team time, please consider sponsoring: https://github.com/sponsors/LibreSign
@@ -29,4 +40,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2940
- `occ` commands for data export, import, clear, and developer reset [#5](https://github.com/LibreCodeCoop/profile_fields/pull/5)
3041
- Transifex integration for community translations [#34](https://github.com/LibreCodeCoop/profile_fields/pull/34)
3142

32-
[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.0...HEAD
43+
[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.1...HEAD
44+
[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.0</version>
26+
<version>1.0.1</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.0",
3+
"version": "1.0.1",
44
"description": "Profile fields",
55
"license": "AGPL-3.0-or-later",
66
"private": true,

0 commit comments

Comments
 (0)