Skip to content

Commit 9cc9417

Browse files
committed
[fj-doc-playground-quarkus] added venus version 8.8.3 and 8.8.4 to doc project init
1 parent 3d39785 commit 9cc9417

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

12-
[fj-doc-mod-openrtf-ext] handling doc-title, doc-subject, doc-author, doc-language, doc-creator #196
13-
[fj-doc-mod-openpdf-ext] handling doc-title, doc-subject, doc-author, doc-language, doc-creator #196
14-
[fj-doc-mod-openpdf-ext] default creator set to 'OpenPDF over Fugerit Venus DOC' #196
15-
[fj-doc-mod-fop] default creator set to 'Apache FOP over Fugerit Venus DOC'
12+
- [fj-doc-mod-openrtf-ext] handling doc-title, doc-subject, doc-author, doc-language, doc-creator #196
13+
- [fj-doc-mod-openpdf-ext] handling doc-title, doc-subject, doc-author, doc-language, doc-creator #196
14+
- [fj-doc-mod-openpdf-ext] default creator set to 'OpenPDF over Fugerit Venus DOC' #196
15+
- [fj-doc-mod-fop] default creator set to 'Apache FOP over Fugerit Venus DOC'
16+
- [fj-doc-playground-quarkus] added venus version 8.8.3 and 8.8.4 to doc project init
1617

1718
## [8.8.3] - 2024-09-11
1819

fj-doc-playground-quarkus/src/main/react/src/playground/DocProjectInit.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ const DocProjectInit = () => {
191191
onChange={handleVenusVersionChange}
192192
>
193193
{/* Allowed values for venusVersion */}
194+
<MenuItem value={'8.8.2'}>8.8.4</MenuItem>
195+
<MenuItem value={'8.8.3'}>8.8.3</MenuItem>
194196
<MenuItem value={'8.8.2'}>8.8.2</MenuItem>
195197
<MenuItem value={'8.8.1'}>8.8.1</MenuItem>
196198
<MenuItem value={'8.8.0'}>8.8.0</MenuItem>

0 commit comments

Comments
 (0)