Skip to content
Open
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
16 changes: 8 additions & 8 deletions static/editors/oxygen/latest.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
</div>
<div>
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
<div>
<h3>v4.1.2</h3>
<ul>
<li>Official release of v4.1. For features, see v4.1.1 listing below.</li>
<li>Support for testing XProc with MorganaXProc-IIIee is tested with v1.8.17.</li>
</ul>
</div>
<div>
<h3>v4.1.1</h3>
<ul>
Expand All @@ -26,7 +33,7 @@
XML Calabash 3 (since v4.0). Both processors support executing your test suite
from XProc, Ant, or a shell/batch script.</li>
<li>The XSLT code coverage feature has minor changes to make it compatible with
Saxon 13.0 as well as Saxon 12.7-12.10.</li>
Saxon 13.0 as well as Saxon 12.7 through 12.10.</li>
<li>SchXslt2 1.11.2 replaces 1.11.1, for testing Schematron schemas having an XSLT-based queryBinding.</li>
<li>Tested with Saxon 12.10 and 13.0. XSpec no longer supports Saxon 11.</li>
<li>Support for testing XProc is tested with MorganaXProc-IIIee 1.8.16 and XML Calabash 3.0.54.</li>
Expand Down Expand Up @@ -108,13 +115,6 @@
<li>Tested with Saxon 12.9 and 11.7. XSpec no longer supports Saxon 10.</li>
</ul>
</div>
<div>
<h3>v3.3.2</h3>
<ul>
<li>Official release of v3.3. For features, see v3.3.1 listing below.</li>
<li>Tested with Saxon 12.9, 11.7, and 10.9.</li>
</ul>
</div>
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions static/editors/oxygen/oxygen-addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
* Update the changelog in xt:description
-->
<xt:location
href="https://github.com/xspec/xspec/archive/refs/tags/v4.1.1.zip" />
href="https://github.com/xspec/xspec/archive/refs/tags/v4.1.2.zip" />

<xt:version>4.1.1</xt:version>
<xt:version>4.1.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