Skip to content

Commit 1c9d431

Browse files
committed
Changes towards v9 /cc #2634
1 parent d7fc4c0 commit 1c9d431

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/releases.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,40 @@ <h1>Releases</h1>
136136

137137

138138

139+
<tr>
140+
<td class="release"><a href="/version/9.0/">9.0</a><br/>2020-07-15</td>
141+
<td>
142+
<span id="v9.0"></span>
143+
<p>
144+
Version 9.0 See <a href="https://github.com/schemaorg/schemaorg/issues/2634">planning pages</a>. This release consists primarily of additions to the <a href="https://pending.schema.org/">Pending</a> section of schema.org,
145+
alongside minimal edits to core terms to integrate the new vocabulary into the larger system.</p>
146+
</td>
147+
<td>
148+
<h2>Vocabulary</h2>
149+
150+
<h3>Changes in Core section:</h3>
151+
<ul>
152+
<li>n/a</li>
153+
</ul>
154+
155+
<h3>Changes in <a href="http://pending.schema.org/">Pending</a> section:</h3>
156+
<ul>
157+
<li><a href="https://github.com/schemaorg/schemaorg/issues/2587">Issue #2587</a>: Add two properties <a href="/size">size</a> and <a href="/pattern">
158+
for type <a href="/Product">Product</a> to support common product variant dimensions.</li>
159+
160+
<li><a href="https://github.com/schemaorg/schemaorg/issues/1797">Issue #1797</a>: Add a <a href="/ProductGroup">ProductGroup</span></a> type to allow modeling of a group of products ("variants") that vary along explicitly defined dimensions. Add properties <a href="/variesBy">variesBy</a> and <a href="/hasVariant">hasVariant</a> for type <a href="/ProductGroup">ProductGroup</a> to explicitly define the variant-identifying properties and the list of variants belonging to the group. Adds existing property <a href="/isVariantOf">isVariantOf</a> to type <a href="/Product">Product</a> to indicate the <a href="/ProductGroup">ProductGroup</a> it is a variant of. Adds property <a href="/productGroupID"><span class="s7">productGroupID</span></a> as explicit identifier for type <a href="/ProductGroup">ProductGroup</a>. Also adds inverse property <a href="/inProductGroupWithID">inProductGroupWithID</a> for type <a href="/Product">Product</a> to identify the product group it is a variant of.</li>
161+
162+
<li><a href="https://github.com/schemaorg/schemaorg/issues/2605">Issue #2605</a>: Add a <a href="/ProductCollection">ProductCollection</a> type to allow modeling of a collection of products that are commonly bundled together. Extend the existing property <a href="/includesObject">includesObject</a> for use with the type <a href="/ProductCollection">ProductCollection</a> to indicate the (type and number of) products that are member of the collection.</li>
163+
</ul>
164+
165+
</td>
166+
</tr>
167+
168+
169+
170+
171+
172+
139173
<tr>
140174
<td class="release"><a href="/version/8.0/">8.0</a><br/>2020-05-01</td>
141175
<td>

0 commit comments

Comments
 (0)