28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
|
<h2>jQuery {{version}} Released</h2>
|
||
|
|
||
|
<p>This is a preview release of jQuery. We're releasing it so that everyone can start testing the code in their applications, making sure that there are no major problems.</p>
|
||
|
|
||
|
<p>You can get the code from the jQuery CDN:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="http://code.jquery.com/jquery-{{short_version}}.js">http://code.jquery.com/jquery-{{short_version}}.js</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<p>You can help us by dropping that code into your existing application and letting us know that if anything no longer works. Please <a href="http://bugs.jquery.com/">file a bug</a> and be sure to mention that you're testing against jQuery {{version}}.</p>
|
||
|
|
||
|
<p>We want to encourage everyone from the community to try and <a href="http://docs.jquery.com/Getting_Involved">get involved</a> in contributing back to jQuery core. We've set up a <a href="http://docs.jquery.com/Getting_Involved">full page</a> of information dedicated towards becoming more involved with the team. The team is here and ready to help you help us!</p>
|
||
|
|
||
|
<h2>jQuery {{version}} Change Log</h2>
|
||
|
|
||
|
<p>The current change log of the {{version}} release.</p>
|
||
|
|
||
|
{{#categories}}
|
||
|
<h3>{{niceName}}</h3>
|
||
|
|
||
|
<ul>
|
||
|
{{#bugs}}
|
||
|
<li><a href="http://bugs.jquery.com/ticket/{{ticket}}">#{{ticket}}</a>: {{title}}</li>
|
||
|
{{/bugs}}
|
||
|
</ul>
|
||
|
{{/categories}}
|