From 8976bf817b05f7f6c32759d873be4a717cb2014b Mon Sep 17 00:00:00 2001 From: HarveyKandola Date: Wed, 10 Nov 2021 19:31:03 -0500 Subject: [PATCH] Update README --- README.md | 22 +++++++++++++++++----- gui/package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4a148a64..c4ad2616 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,23 @@ All you need to provide is PostgreSQL, Microsoft SQL Server or any MySQL variant ## Latest Release -[Community edition: v4.0.0](https://github.com/documize/community/releases) +[Community edition: v4.1.0](https://github.com/documize/community/releases) -[Community+ edition: v4.0.0](https://www.documize.com/community/downloads) +[Community+ edition: v4.1.0](https://www.documize.com/community/downloads) -The Community+ edition is our enterprise-ready offering with customer support and advanced capabilities. +The Community+ edition is the enterprise-ready offering with advanced capabilities and customer support: + +- content approval workflows +- content organization by label, space and category +- content version management +- content lifecycle management +- content feedback capture +- content PDF export +- analytics and reporting +- activity streams +- audit logs +- actions assignments +- product support ## OS Support @@ -47,7 +59,7 @@ For all database types, Full-Text Search support (FTS) is mandatory. ## Technology Stack -- Go (v1.17.2) +- Go (v1.17.3) - Ember JS (v3.12.0) ## Authentication Options @@ -63,7 +75,7 @@ When using LDAP/Active Directory, you can enable dual-authentication with email/ ## Product/Technical Support -For both Community and Enterprise editions, please contact our help desk for product help, suggestions and other enquiries. +For both Community and Community+ editions, please contact our help desk for product help, suggestions and other enquiries. diff --git a/gui/package.json b/gui/package.json index d01174f3..c94e1c90 100644 --- a/gui/package.json +++ b/gui/package.json @@ -1,6 +1,6 @@ { "name": "documize", - "version": "4.0.0", + "version": "4.1.0", "private": true, "description": "Documize", "repository": "",