Skip to content

Commit

Permalink
Prepare release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Apr 14, 2011
1 parent 80e27b3 commit 7bb2e0a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<h1>jCarousel</h1>
<h2>Riding carousels with jQuery</h2>
<h3>Changelog</h3>
<h4>Version 0.2.8 - 2011-04-14</h4>
<ul>
<li>Fixed selecting only direct childs of the current list (<a href="http://github.com/jsor/jcarousel/issues/issue/61">#61</a>).</li>
<li>Added static method to set windowLoaded to true manually (<a href="http://github.com/jsor/jcarousel/issues/issue/60">#60</a>).</li>
<li>Added setupCallback.</li>
<li>Optimized resize callback.</li>
<li>Added animationStepCallback option (Thanks <a href="https://github.com/scy">scy</a>).</li>
<li>Wider support of border-radius, and support of :focus in addition to :hover (Thanks <a href="https://github.com/lespacedunmatin">lespacedunmatin</a>).</li>
</ul>
<h4>Version 0.2.7 - 2010-10-06</h4>
<ul>
<li>Fixed bug with autoscrolling introduced while fixing <a href="http://github.com/jsor/jcarousel/issues/issue/49">#49</a>.</li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1>jCarousel</h1>
<h2>Riding carousels with jQuery</h2>
<p><strong>Author:</strong> <a href="http://sorgalla.com">Jan Sorgalla</a><br />
<strong>Version:</strong> 0.2.7 (<a href="changelog.html">Changelog</a>)<br />
<strong>Version:</strong> 0.2.8 (<a href="changelog.html">Changelog</a>)<br />
<strong>Download:</strong> <a href="http://sorgalla.com/projects/download.php?jcarousel">jcarousel.tar.gz</a> or <a href="http://sorgalla.com/projects/download-zip.php?jcarousel">jcarousel.zip</a><br />
<strong>Source Code:</strong> <a href="http://github.com/jsor/jcarousel">http://github.com/jsor/jcarousel</a><br/>
<strong>Bugtracker:</strong> <a href="http://github.com/jsor/jcarousel/issues">http://github.com/jsor/jcarousel/issues</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery.jcarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
var $jc = $.jcarousel;

$jc.fn = $jc.prototype = {
jcarousel: '0.2.7'
jcarousel: '0.2.8'
};

$jc.fn.extend = $jc.extend = $.extend;
Expand Down
2 changes: 1 addition & 1 deletion lib/jquery.jcarousel.min.js

Large diffs are not rendered by default.

0 comments on commit 7bb2e0a

Please sign in to comment.