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

Sync'ed versions between EE & CE

Both sit @ 1.76.0
This commit is contained in:
sauls8t 2018-11-13 15:19:05 +00:00
parent 7e959b448c
commit b1865b2318
4 changed files with 688 additions and 688 deletions

View file

@ -2,7 +2,7 @@
>
> Harvey Kandola, CEO & Founder, Documize Inc.
## The mission
## The Mission
To bring software development inspired features to the world of documenting -- refactoring, importing, testing, linting, metrics, PRs, versioning....
@ -56,11 +56,11 @@ Space view.
![Documize](screenshot-2.png "Documize")
## Latest version
## Latest Release
[Community edition: v1.73.1](https://github.com/documize/community/releases)
[Community Edition: v1.76.0](https://github.com/documize/community/releases)
[Enterprise edition: v1.75.1](https://documize.com/downloads)
[Enterprise Edition: v1.76.0](https://documize.com/downloads)
## OS support
@ -72,7 +72,7 @@ Documize can be installed and run on:
Heck, Documize will probably run just fine on a Raspberry Pi 3.
## Database support
## Database Support
Documize supports the following database systems:
@ -83,7 +83,7 @@ Documize supports the following database systems:
Coming soon: Microsoft SQL Server 2017 (Linux/Windows).
## Browser support
## Browser Support
Documize supports the following (evergreen) browsers:
@ -95,14 +95,14 @@ Documize supports the following (evergreen) browsers:
- Opera
- MS Edge (16+)
## Technology stack
## Technology Stack
Documize is built with the following technologies:
- EmberJS (v3.1.2)
- Go (v1.11.2)
## Authentication options
## Authentication Options
Besides email/password login, you can also leverage the following options.
@ -132,7 +132,7 @@ We try to follow sound advice when writing commit messages:
https://chris.beams.io/posts/git-commit/
## The legal bit
## The Legal Bit
<https://documize.com>

View file

@ -40,9 +40,9 @@ func main() {
// product details
rt.Product = domain.Product{}
rt.Product.Major = "1"
rt.Product.Minor = "73"
rt.Product.Patch = "1"
rt.Product.Revision = 181112200338
rt.Product.Minor = "76"
rt.Product.Patch = "0"
rt.Product.Revision = 181113144232
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 = fmt.Sprintf("%s Edition", rt.Product.Edition)

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "1.73.1",
"version": "1.76.0",
"description": "The Document IDE",
"private": true,
"repository": "",