Skip to content

Commit 2294f1d

Browse files
committed
Update categories.xml to include jQuery version 1.9
1 parent a7f305f commit 2294f1d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

categories.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,15 @@
371371
<desc><![CDATA[
372372
<p>Aspects of the API that were changed in the corresponding version of jQuery. API changes in jQuery 1.8.0 dealt primarily with animations and the removal of some methods such as <code>deferred.isResolved()</code>, <code>deferred.isRejected()</code>, <code>$.curCSS()</code>, <code>$.attrFn()</code>, and <code>$(element).closest(Array)</code> returning Array.
373373
</p>
374-
<p>For more information, see the Release Notes/Changelog at <a href="http://blog.jquery.com/2012/08/09/jquery-1-8-released/">http://blog.jquery.com/2012/08/09/jquery-1-8-released//</a></p>
374+
<p>For more information, see the Release Notes/Changelog at <a href="http://blog.jquery.com/2012/08/09/jquery-1-8-released/">http://blog.jquery.com/2012/08/09/jquery-1-8-released/</a></p>
375+
<hr/>
376+
]]></desc>
377+
</category>
378+
<category name="Version 1.9" slug="1.9">
379+
<desc><![CDATA[
380+
<p>Aspects of the API that were changed in the corresponding version of jQuery. Changes in jQuery 1.9 dealt primarily removal or modification of several APIs that behaved inconsistently or inefficiently in the past. A <a href="https://github.com/jquery/jquery-migrate">jQuery Migrate Plugin</a> was offered to help developers with a transitional upgrade path.
381+
</p>
382+
<p>For more information, see the <a href="http://jquery.com/upgrade-guide/1.9/#jquery-core-1-9-upgrade-guide">jQuery Core 1.9 Upgrade guide</a> and the <a href="http://blog.jquery.com/">Release Notes/Changelog</a></p>
375383
<hr/>
376384
]]></desc>
377385
</category>

0 commit comments

Comments
 (0)