Skip to content

Commit f80b3f3

Browse files
committed
5.8.0
1 parent 6c218cf commit f80b3f3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ All you need to provide is your database -- PostgreSQL, Microsoft SQL Server or
1212

1313
## Latest Release
1414

15-
[Community edition: v5.7.0](https://github.com/documize/community/releases)
15+
[Community edition: v5.8.0](https://github.com/documize/community/releases)
1616

17-
[Community+ edition: v5.7.0](https://www.documize.com/community/get-started)
17+
[Community+ edition: v5.8.0](https://www.documize.com/community/get-started)
1818

1919
The Community+ edition is the "enterprise" offering with advanced capabilities and customer support:
2020

@@ -56,14 +56,14 @@ For all database types, Full-Text Search support (FTS) is mandatory.
5656
- Firefox
5757
- Chrome
5858
- Safari
59-
- Microsoft Edge (v42+)
59+
- Microsoft Edge
6060
- Brave
6161
- Vivaldi
6262
- Opera
6363

6464
## Technology Stack
6565

66-
- Go (v1.20.0)
66+
- Go (v1.20.6)
6767
- Ember JS (v3.12.0)
6868

6969
## Authentication Options
@@ -102,6 +102,6 @@ We aim to respond within two working days.
102102

103103
<https://www.documize.com>
104104

105-
This software (Documize Community Edition) is licensed under GNU AGPL v3 <http://www.gnu.org/licenses/agpl-3.0.en.html>.
105+
This software (Documize Community edition) is licensed under GNU AGPL v3 <http://www.gnu.org/licenses/agpl-3.0.en.html>.
106106

107-
Documize uses other open source components and we acknowledge them in [NOTICES](NOTICES.md)
107+
Documize Community uses other open source components and we acknowledge them in [NOTICES](NOTICES.md)

edition/community.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ func main() {
4040
// Specify the product edition.
4141
rt.Product = domain.Product{}
4242
rt.Product.Major = "5"
43-
rt.Product.Minor = "7"
43+
rt.Product.Minor = "8"
4444
rt.Product.Patch = "0"
45-
rt.Product.Revision = "230515133157"
45+
rt.Product.Revision = "230724105728"
4646
rt.Product.Version = fmt.Sprintf("%s.%s.%s", rt.Product.Major, rt.Product.Minor, rt.Product.Patch)
4747
rt.Product.Edition = domain.CommunityEdition
4848
rt.Product.Title = "Community"

gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documize",
3-
"version": "5.7.0",
3+
"version": "5.8.0",
44
"private": true,
55
"description": "Documize Community",
66
"repository": "",

0 commit comments

Comments
 (0)