diff --git a/README.md b/README.md index f5202313..a841b020 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Documize Community is an open source modern, lightweight alternative to Confluence and other similar solutions. +Documize Community is an open source, self-hosted, modern, lightweight alternative to Confluence and other similar solutions. - Built for technical and non-technical users - 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 ## Latest Release -[Community edition: v5.2.1](https://github.com/documize/community/releases) +[Community edition: v5.2.2](https://github.com/documize/community/releases) -[Community+ edition: v5.2.1](https://www.documize.com/community) +[Community+ edition: v5.2.2](https://www.documize.com/community) -The Community+ edition is the "Enterprise" offering with advanced capabilities and customer support: +The Community+ edition is the "enterprise" offering with advanced capabilities and customer support: - content approval workflows - content organization by label, space and category @@ -30,7 +30,7 @@ The Community+ edition is the "Enterprise" offering with advanced capabilities a - actions assignments - product support -The Community+ edition is now [totally free](https://www.documize.com/community) for unlimited users. +The Community+ edition is [free](https://www.documize.com/community) for unlimited users -- you just pay for product support once a year. ## OS Support @@ -63,7 +63,7 @@ For all database types, Full-Text Search support (FTS) is mandatory. ## Technology Stack -- Go (v1.18.3) +- Go (v1.19.1) - Ember JS (v3.12.0) ## Authentication Options diff --git a/edition/community.go b/edition/community.go index 0fc0d5b4..3dc6f111 100644 --- a/edition/community.go +++ b/edition/community.go @@ -41,8 +41,8 @@ func main() { rt.Product = domain.Product{} rt.Product.Major = "5" rt.Product.Minor = "2" - rt.Product.Patch = "1" - rt.Product.Revision = "220801100940" + rt.Product.Patch = "2" + rt.Product.Revision = "220912123425" rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch) rt.Product.Edition = domain.CommunityEdition rt.Product.Title = "Community" diff --git a/gui/package.json b/gui/package.json index 1a525dd9..5a22a53f 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "documize", - "version": "5.2.1", + "version": "5.2.2", "private": true, "description": "Documize Community", "repository": "",