Skip to content

Commit 684d958

Browse files
committed
Release 1.9.0-3
1 parent f3f216d commit 684d958

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

categories.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@
3434
<desc><![CDATA[<p>The Deferred object, introduced in jQuery 1.5, is a chainable utility object created by calling the <a href="/jQuery.Deferred/"><code>jQuery.Deferred()</code></a> method. It can register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.</p>
3535
<p>The Deferred object is chainable, similar to the way a jQuery object is chainable, but it has its own methods. After creating a Deferred object, you can use any of the methods below by either chaining directly from the object creation or saving the object in a variable and invoking one or more methods on that variable.</p>]]></desc>
3636
</category>
37+
<category name="Deprecated" slug="deprecated">
38+
<desc/>
39+
<category name="Deprecated 1.7" slug="deprecated-1.7">
40+
<desc><![CDATA[All the aspects of the API that were deprecated in the corresponding version of jQuery.
41+
<p>For more information, see the Release Notes/Changelog at <a href="http://blog.jquery.com/2011/11/03/jquery-1-7-released/">http://blog.jquery.com/2011/11/03/jquery-1-7-released/</a></p>
42+
]]></desc>
43+
</category>
44+
<category name="Deprecated 1.8" slug="deprecated-1.8">
45+
<desc><![CDATA[All the aspects of the API that were deprecated in the corresponding version of jQuery.
46+
<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>
47+
]]></desc>
48+
</category>
49+
</category>
3750
<category name="Dimensions" slug="dimensions">
3851
<desc><![CDATA[These methods are used to get and set the CSS dimensions for the various properties.]]></desc>
3952
</category>

entries/toggle-event.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@
8585
</example>
8686
<category slug="events/mouse-events"/>
8787
<category slug="version/1.0"/>
88+
<category slug="deprecated/deprecated-1.8"/>
8889
</entry>

0 commit comments

Comments
 (0)