Skip to content

Commit f1a01ec

Browse files
committed
Bump version to 5.2.2
1 parent 01e53c3 commit f1a01ec

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Documize Community is an open source modern, lightweight alternative to Confluence and other similar solutions.
1+
Documize Community is an open source, self-hosted, modern, lightweight alternative to Confluence and other similar solutions.
22

33
- Built for technical and non-technical users
44
- Designed to unify both customer-facing and internal documentation
@@ -12,11 +12,11 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or
1212

1313
## Latest Release
1414

15-
[Community edition: v5.2.1](https://github.com/documize/community/releases)
15+
[Community edition: v5.2.2](https://github.com/documize/community/releases)
1616

17-
[Community+ edition: v5.2.1](https://www.documize.com/community)
17+
[Community+ edition: v5.2.2](https://www.documize.com/community)
1818

19-
The Community+ edition is the "Enterprise" offering with advanced capabilities and customer support:
19+
The Community+ edition is the "enterprise" offering with advanced capabilities and customer support:
2020

2121
- content approval workflows
2222
- content organization by label, space and category
@@ -30,7 +30,7 @@ The Community+ edition is the "Enterprise" offering with advanced capabilities a
3030
- actions assignments
3131
- product support
3232

33-
The Community+ edition is now [totally free](https://www.documize.com/community) for unlimited users.
33+
The Community+ edition is [free](https://www.documize.com/community) for unlimited users -- you just pay for product support once a year.
3434

3535
## OS Support
3636

@@ -63,7 +63,7 @@ For all database types, Full-Text Search support (FTS) is mandatory.
6363

6464
## Technology Stack
6565

66-
- Go (v1.18.3)
66+
- Go (v1.19.1)
6767
- Ember JS (v3.12.0)
6868

6969
## Authentication Options

edition/community.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ func main() {
4141
rt.Product = domain.Product{}
4242
rt.Product.Major = "5"
4343
rt.Product.Minor = "2"
44-
rt.Product.Patch = "1"
45-
rt.Product.Revision = "220801100940"
44+
rt.Product.Patch = "2"
45+
rt.Product.Revision = "220912123425"
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = domain.CommunityEdition
4848
rt.Product.Title = "Community"

gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documize",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"private": true,
55
"description": "Documize Community",
66
"repository": "",

0 commit comments

Comments
 (0)