Skip to content

Commit 28fea83

Browse files
authored
Oxygen add-on for XSpec v3.2.2 (#21)
1 parent 678fa13 commit 28fea83

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

static/editors/oxygen/latest.xhtml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
</div>
1616
<div>
1717
<h2 style="margin-top: 8mm">Changelog (not inclusive)</h2>
18+
<div>
19+
<h3>v3.2.2</h3>
20+
<ul>
21+
<li>Official release of v3.2</li>
22+
</ul>
23+
</div>
1824
<div>
1925
<h3>v3.2.1</h3>
2026
<ul>
@@ -79,18 +85,6 @@
7985
<li>Tested with Oxygen 26.1</li>
8086
</ul>
8187
</div>
82-
<div>
83-
<h3>v3.0.1</h3>
84-
<ul>
85-
<li>feat(schematron): SchXslt 1.9.5 replaces skeleton implementation</li>
86-
<li>feat(schematron): verification of messages (<a href="https://github.com/xspec/xspec/pull/1822"
87-
>#1822</a>)</li>
88-
<li>feat: syntax to ignore some or all attributes (<a href="https://github.com/xspec/xspec/pull/1838"
89-
>#1838</a>)</li>
90-
<li>feat: experimental support for XSLT/XQuery/XPath 4.0 (<a href="https://github.com/xspec/xspec/pull/1883"
91-
>#1883</a>)</li>
92-
</ul>
93-
</div>
9488
</div>
9589
</body>
9690
</html>

static/editors/oxygen/oxygen-addon.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
To publish a new version,
1212
* Update this @href to a specific archive named after the version, e.g., v1.2.3.zip
1313
* Increment <xt:version>
14-
* Disable the new add-on version in the project options stored in xspec.xpr
15-
(Options - Preferences - Document Type Association)
1614
* Update the changelog in xt:description
1715
-->
1816
<xt:location
19-
href="https://github.com/xspec/xspec/archive/refs/tags/v3.2.1.zip" />
17+
href="https://github.com/xspec/xspec/archive/refs/tags/v3.2.2.zip" />
2018

21-
<xt:version>3.2.1</xt:version>
19+
<xt:version>3.2.2</xt:version>
2220

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

0 commit comments

Comments
 (0)