Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.
/ docs Public archive

Commit e724734

Browse files
committed
Release 2.14.0
1 parent 2da5efd commit e724734

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

docs/admin/upgrade.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ Upgrade process
4343

4444
Usually, nothing special is required for upgrade. Internal structure changes are migrated automatically using DB migrations and Metamodel migrations *(since 1.8.0)*. See below the changes that needs to be done by you *(since 1.10.0)*:
4545

46+
2.13.X to 2.14.X
47+
----------------
48+
49+
*(nothing)*
50+
4651
2.12.X to 2.13.X
4752
----------------
4853

@@ -164,6 +169,8 @@ The DS Wizard is compatible with all recent versions of web browsers Chrome, Ope
164169
+------------------+--------------+--------------------+-----------+
165170
| DS Wizard | KM Metamodel | Template Metamodel | Registry |
166171
+==================+==============+====================+===========+
172+
| 2.14.0 | 6 | 3 | 2.14.0 |
173+
+------------------+--------------+--------------------+-----------+
167174
| 2.13.0 | 6 | 3 | 2.13.0 |
168175
+------------------+--------------+--------------------+-----------+
169176
| 2.12.0 | 5 | 3 | 2.12.0 |

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'DSW Team'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.13.0'
25+
release = '2.14.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

docs/dev/roadmap.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,28 @@ Planned
1212
3.0.0
1313
-----
1414

15-
- Release (expected): 4 May 2021
15+
- Release (expected): 1 June 2021
1616
- `Jira issues 3.0.0 <https://ds-wizard.atlassian.net/browse/DSW-1054?jql=project%20%3D%20DSW%20AND%20fixVersion%20%3D%203.0.0%20ORDER%20BY%20priority%20DESC>`_
1717
- Key changes:
1818

19-
- Migration from MongoDB to PostgreSQL and S3
19+
- Migration from MongoDB and RabbitMQ to PostgreSQL and S3
20+
- Deep links feature
2021

2122

2223
Released
2324
========
2425

26+
2.14.0
27+
------
28+
29+
- Release: 4 May 2021
30+
- `Jira issues 2.14.0 <https://ds-wizard.atlassian.net/browse/DSW-1027?jql=project%20%3D%20DSW%20AND%20fixVersion%20%3D%202.14.0%20ORDER%20BY%20priority%20DESC>`_
31+
- Key changes:
32+
33+
- Submitting forms using Enter key
34+
- Shortcuts for KM Editor and Forking KM
35+
- Clarified public link for project in UI
36+
2537
2.13.0
2638
------
2739

0 commit comments

Comments
 (0)