mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Prep release
This commit is contained in:
parent
44b1f263cd
commit
2dae03332b
5 changed files with 17391 additions and 12324 deletions
|
@ -12,9 +12,9 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or
|
|||
|
||||
## 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:
|
||||
|
||||
|
@ -64,7 +64,7 @@ For all database types, Full-Text Search (FTS) support is mandatory.
|
|||
|
||||
## Technology Stack
|
||||
|
||||
- Go (v1.21.5)
|
||||
- Go (v1.22.4)
|
||||
- Ember JS (v3.12.0)
|
||||
|
||||
## Authentication Options
|
||||
|
|
|
@ -40,9 +40,9 @@ func main() {
|
|||
// Specify the product edition.
|
||||
rt.Product = domain.Product{}
|
||||
rt.Product.Major = "5"
|
||||
rt.Product.Minor = "11"
|
||||
rt.Product.Patch = "3"
|
||||
rt.Product.Revision = "1708361302"
|
||||
rt.Product.Minor = "12"
|
||||
rt.Product.Patch = "0"
|
||||
rt.Product.Revision = "240618111522"
|
||||
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"
|
||||
|
|
5266
gui/package-lock.json
generated
5266
gui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "5.11.3",
|
||||
"version": "5.12.0",
|
||||
"private": true,
|
||||
"description": "Documize Community",
|
||||
"repository": "",
|
||||
|
|
24435
gui/yarn.lock
24435
gui/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue