1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 06:09:42 +02:00

Prep release

This commit is contained in:
Harvey Kandola 2024-06-18 11:53:23 -04:00
parent 44b1f263cd
commit 2dae03332b
5 changed files with 17391 additions and 12324 deletions

View file

@ -12,9 +12,9 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or
## Latest Release ## Latest Release
[Community edition: v5.11.2](https://github.com/documize/community/releases) [Community edition: v5.12.0](https://github.com/documize/community/releases)
[Community+ edition: v5.11.2](https://www.documize.com/community/get-started) [Community+ edition: v5.12.0](https://www.documize.com/community/get-started)
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:
@ -64,7 +64,7 @@ For all database types, Full-Text Search (FTS) support is mandatory.
## Technology Stack ## Technology Stack
- Go (v1.21.5) - Go (v1.22.4)
- Ember JS (v3.12.0) - Ember JS (v3.12.0)
## Authentication Options ## Authentication Options

View file

@ -40,9 +40,9 @@ func main() {
// Specify the product edition. // Specify the product edition.
rt.Product = domain.Product{} rt.Product = domain.Product{}
rt.Product.Major = "5" rt.Product.Major = "5"
rt.Product.Minor = "11" rt.Product.Minor = "12"
rt.Product.Patch = "3" rt.Product.Patch = "0"
rt.Product.Revision = "1708361302" rt.Product.Revision = "240618111522"
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"

5260
gui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

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

File diff suppressed because it is too large Load diff