Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions static/editors/oxygen/latest.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
</div>
<div>
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
<div>
<h3>v3.2.2</h3>
<ul>
<li>Official release of v3.2</li>
</ul>
</div>
<div>
<h3>v3.2.1</h3>
<ul>
Expand Down Expand Up @@ -79,18 +85,6 @@
<li>Tested with Oxygen 26.1</li>
</ul>
</div>
<div>
<h3>v3.0.1</h3>
<ul>
<li>feat(schematron): SchXslt 1.9.5 replaces skeleton implementation</li>
<li>feat(schematron): verification of messages (<a href="https://github.com/xspec/xspec/pull/1822"
>#1822</a>)</li>
<li>feat: syntax to ignore some or all attributes (<a href="https://github.com/xspec/xspec/pull/1838"
>#1838</a>)</li>
<li>feat: experimental support for XSLT/XQuery/XPath 4.0 (<a href="https://github.com/xspec/xspec/pull/1883"
>#1883</a>)</li>
</ul>
</div>
</div>
</body>
</html>
6 changes: 2 additions & 4 deletions static/editors/oxygen/oxygen-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
To publish a new version,
* Update this @href to a specific archive named after the version, e.g., v1.2.3.zip
* Increment <xt:version>
* Disable the new add-on version in the project options stored in xspec.xpr
(Options - Preferences - Document Type Association)
* Update the changelog in xt:description
-->
<xt:location
href="https://github.com/xspec/xspec/archive/refs/tags/v3.2.1.zip" />
href="https://github.com/xspec/xspec/archive/refs/tags/v3.2.2.zip" />

<xt:version>3.2.1</xt:version>
<xt:version>3.2.2</xt:version>

<!-- Note that supporting multiple oXygen versions may be hard to maintain, because
* oXygen add-on and framework require manual testing.
Expand Down