Skip to content

Commit abe2ed0

Browse files
EXM-47486: Update the readme and add the what's new list
1 parent ae6afe5 commit abe2ed0

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ The following options can be set for DITA topics or maps (or both):
2222
- **Author**: Specifies the name of the author. By default, it is the system user name.
2323
- **Date format**: Specifies the format for the date added in the *created date* or *revised date* elements. If the specified format is invalid, *yyyy/MM/dd* is used as a fallback.
2424
- **Limit the number of revised dates to**: Specifies the number of revisions that will be kept. Anytime a *revised* element is added in the prolog section and the specified limit has been reached, the oldest *revised* element is deleted.
25+
- **Custom type attribute value for the original author**: Specifies a custom value for the *type* attribute of the *author* element that is inserted to specify the primary or original author of the content. When is not set, the *creator* value is used.
26+
- **Custom type attribute value for an additional author**: Specifies a custom value for the *type* attribute of the *author* element that is inserted to specify an additional author who is not the primary/original author. When is not set, the *contributor* value is used.
2527
- **Enable automatic prolog update on save**: When this option is selected, the prolog is updated anytime the document is saved.
2628
- **Set creator name**: When this option is selected, the author is set as the document's *creator* in the prolog when the document is saved. This option is only applicable for new documents.
2729
- **Set created date**: When this option is selected, a *created date* is added to the prolog when the document is saved. This option is only applicable for new documents.

addon.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,19 @@ https://www.oxygenxml.com/doc/versions/18.1/ug-editor/topics/packing-and-deployi
1818
<title>Oxygen Dita Prolog Updater</title>
1919
</head>
2020
<body>
21-
<div>
22-
<p>This add-on contributes a preferences page that includes various options for updating the "prolog" section of a DITA topic/map.</p>
23-
<p>For more details, see: <a href="https://github.com/oxygenxml/oxygen-dita-prolog-updater">https://github.com/oxygenxml/oxygen-dita-prolog-updater</a></p>
21+
<div>
22+
<p>This add-on contributes a preferences page that includes various options for updating the "prolog" section of a DITA topic/map.</p>
23+
<p>For more details, see: <a href="https://github.com/oxygenxml/oxygen-dita-prolog-updater">https://github.com/oxygenxml/oxygen-dita-prolog-updater</a></p>
24+
</div>
25+
<hr/>
26+
<div>
27+
<h3>What's new in version 1.1.0</h3>
28+
<ol>
29+
<li>Added a new option to customize the value of the <i>type</i> attribute for the <i>author</i> element that is inserted to allow you to specify the primary (<i>creator</i>) author. <a href="https://github.com/oxygenxml/oxygen-dita-prolog-updater/issues/20">#20</a></li>
30+
<li>Added a new option to customize the value of the <i>type</i> attribute for the <i>author</i> element that is inserted to allow you to specify an additional author (<i>contributor</i>). <a href="https://github.com/oxygenxml/oxygen-dita-prolog-updater/issues/20">#20</a></li>
31+
<li>Improved the process so that an additional author (<i>contributor</i>) cannot be added if they are already specified as the primary (<i>creator</i>) author. <a href="https://github.com/oxygenxml/oxygen-dita-prolog-updater/issues/21">#21</a></li>
32+
<li>Fixed an issue where a warning message was reported even though prolog updating was disabled. <a href="https://github.com/oxygenxml/oxygen-dita-prolog-updater/issues/15">#15</a></li>
33+
</ol>
2434
</div>
2535
</body>
2636
</html>

0 commit comments

Comments
 (0)