1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

Bump version to 5.2.2

This commit is contained in:
Harvey Kandola 2022-09-12 12:35:51 -04:00
parent 01e53c3d27
commit f1a01ec195
3 changed files with 9 additions and 9 deletions

View file

@ -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 - Built for technical and non-technical users
- Designed to unify both customer-facing and internal documentation - 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 ## 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 approval workflows
- content organization by label, space and category - content organization by label, space and category
@ -30,7 +30,7 @@ The Community+ edition is the "Enterprise" offering with advanced capabilities a
- actions assignments - actions assignments
- product support - 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 ## OS Support
@ -63,7 +63,7 @@ For all database types, Full-Text Search support (FTS) is mandatory.
## Technology Stack ## Technology Stack
- Go (v1.18.3) - Go (v1.19.1)
- Ember JS (v3.12.0) - Ember JS (v3.12.0)
## Authentication Options ## Authentication Options

View file

@ -41,8 +41,8 @@ func main() {
rt.Product = domain.Product{} rt.Product = domain.Product{}
rt.Product.Major = "5" rt.Product.Major = "5"
rt.Product.Minor = "2" rt.Product.Minor = "2"
rt.Product.Patch = "1" rt.Product.Patch = "2"
rt.Product.Revision = "220801100940" rt.Product.Revision = "220912123425"
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch) rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
rt.Product.Edition = domain.CommunityEdition rt.Product.Edition = domain.CommunityEdition
rt.Product.Title = "Community" rt.Product.Title = "Community"

View file

@ -1,6 +1,6 @@
{ {
"name": "documize", "name": "documize",
"version": "5.2.1", "version": "5.2.2",
"private": true, "private": true,
"description": "Documize Community", "description": "Documize Community",
"repository": "", "repository": "",