release-notes.txt 1.3 KB

12345678910111213141516171819202122232425262728
  1. <h2>jQuery {{version}} Released</h2>
  2. <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>
  3. <p>You can get the code from the jQuery CDN:</p>
  4. <ul>
  5. <li><a href="http://code.jquery.com/jquery-{{short_version}}.js">http://code.jquery.com/jquery-{{short_version}}.js</a></li>
  6. </ul>
  7. <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>
  8. <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>
  9. <h2>jQuery {{version}} Change Log</h2>
  10. <p>The current change log of the {{version}} release.</p>
  11. {{#categories}}
  12. <h3>{{niceName}}</h3>
  13. <ul>
  14. {{#bugs}}
  15. <li><a href="http://bugs.jquery.com/ticket/{{ticket}}">#{{ticket}}</a>: {{title}}</li>
  16. {{/bugs}}
  17. </ul>
  18. {{/categories}}