<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>adgallery Releases Rss Feed</title><link>https://adgallery.codeplex.com/releases</link><description>adgallery Releases Rss Description</description><item><title>Created Release: AD Gallery 1.2.7 (maj 10, 2012)</title><link>http://adgallery.codeplex.com/releases?ReleaseId=87584</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;News&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;Fixed a bug which caused the current thumbnail not to be highlighted&lt;/li&gt;
&lt;li&gt;Added a hook to take complete control over how descriptions are handled, take a look under Documentation for more info&lt;/li&gt;
&lt;li&gt;Added removeAllImages()&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>andersekdahl</author><pubDate>Thu, 10 May 2012 16:43:57 GMT</pubDate><guid isPermaLink="false">Created Release: AD Gallery 1.2.7 (maj 10, 2012) 20120510044357P</guid></item><item><title>Released: AD Gallery 1.2.7 (May 10, 2012)</title><link>http://adgallery.codeplex.com/releases/view/87584</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;News&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Fixed a bug which caused the current thumbnail not to be highlighted &lt;/li&gt;&lt;li&gt;Added a hook to take complete control over how descriptions are handled, take a look under Documentation for more info
&lt;/li&gt;&lt;li&gt;Added removeAllImages()&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 10 May 2012 16:43:57 GMT</pubDate><guid isPermaLink="false">Released: AD Gallery 1.2.7 (May 10, 2012) 20120510044357P</guid></item><item><title>Created Release: AD Gallery 1.2.6 (maj 07, 2012)</title><link>http://adgallery.codeplex.com/releases?ReleaseId=87403</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;News in 1.2.6&lt;/h1&gt;&lt;b&gt;Permalinks&lt;/b&gt;&lt;br /&gt;You can now create permalinks to images by giving the anchor element an id in the ad-thumb-list list. &lt;br /&gt;AD Gallery now updates window.location.hash to the current image. If you wish to turn that off, you can set update_window_hash to false, like this:&lt;br /&gt;var galleries = $(&amp;#39;.ad-gallery&amp;#39;).adGallery({update_window_hash: false});&lt;br /&gt;&lt;i&gt;Important!&lt;/i&gt; Previous releases checked for an image index in window.location.hash after ad-image, and 1.2.6 now expects ad-image-[index or id]. That is, you could previously create a link like this: &amp;lt;a href=&amp;quot;#ad-image3&amp;quot;&amp;gt; to link to the fourth image. This now looks like this: &amp;lt;a href=&amp;quot;#ad-image-3&amp;quot;&amp;gt; or, if you&amp;#39;re using an id: &amp;lt;a href=&amp;quot;#ad-image-myanchorid&amp;quot;&amp;gt;.&lt;br /&gt;Please see the example file which includes an example of how to link to an image, both by index and id.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Dynamically add and remove images&lt;/b&gt;&lt;br /&gt;AD Gallery now lets you add or remove images after the gallery has instantiated. The syntax looks like this:&lt;br /&gt;var galleries = $(&amp;#39;.ad-gallery&amp;#39;).adGallery();&lt;br /&gt;galleries[0].addImage(&amp;quot;images/thumbs/t7.jpg&amp;quot;, &amp;quot;images/7.jpg&amp;quot;);&lt;br /&gt;galleries[0].removeImage(1);&lt;br /&gt;addImage() has four arguments, thumb&lt;i&gt;url, image&lt;/i&gt;url, image&lt;i&gt;id (used for permalinks), title and description. Only thumb&lt;/i&gt;url and image_url are mandatory.&lt;br /&gt;removeImage() takes an image index, so you pass 3 to remove the fourth image.&lt;br /&gt;Please see the example file which both adds and removes images.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>andersekdahl</author><pubDate>Mon, 07 May 2012 15:49:45 GMT</pubDate><guid isPermaLink="false">Created Release: AD Gallery 1.2.6 (maj 07, 2012) 20120507034945P</guid></item><item><title>Released: AD Gallery 1.2.6 (May 07, 2012)</title><link>https://adgallery.codeplex.com/releases/view/87403</link><description>
&lt;div class="wikidoc"&gt;
&lt;h1&gt;News in 1.2.6&lt;/h1&gt;
&lt;b&gt;Permalinks&lt;/b&gt;&lt;br&gt;
You can now create permalinks to images by giving the anchor element an id in the ad-thumb-list list.
&lt;br&gt;
AD Gallery now updates window.location.hash to the current image. If you wish to turn that off, you can set update_window_hash to false, like this:&lt;br&gt;
var galleries = $(&amp;#39;.ad-gallery&amp;#39;).adGallery({update_window_hash: false});&lt;br&gt;
&lt;i&gt;Important!&lt;/i&gt; Previous releases checked for an image index in window.location.hash after ad-image, and 1.2.6 now expects ad-image-[index or id]. That is, you could previously create a link like this: &amp;lt;a href=&amp;quot;#ad-image3&amp;quot;&amp;gt; to link to the
 fourth image. This now looks like this: &amp;lt;a href=&amp;quot;#ad-image-3&amp;quot;&amp;gt; or, if you&amp;#39;re using an id: &amp;lt;a href=&amp;quot;#ad-image-myanchorid&amp;quot;&amp;gt;.&lt;br&gt;
Please see the example file which includes an example of how to link to an image, both by index and id.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Dynamically add and remove images&lt;/b&gt;&lt;br&gt;
AD Gallery now lets you add or remove images after the gallery has instantiated. The syntax looks like this:&lt;br&gt;
var galleries = $(&amp;#39;.ad-gallery&amp;#39;).adGallery();&lt;br&gt;
galleries[0].addImage(&amp;quot;images/thumbs/t7.jpg&amp;quot;, &amp;quot;images/7.jpg&amp;quot;);&lt;br&gt;
galleries[0].removeImage(1);&lt;br&gt;
addImage() has four arguments, thumb&lt;i&gt;url, image&lt;/i&gt;url, image&lt;i&gt;id (used for permalinks), title and description. Only thumb&lt;/i&gt;url and image_url are mandatory.&lt;br&gt;
removeImage() takes an image index, so you pass 3 to remove the fourth image.&lt;br&gt;
Please see the example file which both adds and removes images.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Mon, 07 May 2012 15:49:45 GMT</pubDate><guid isPermaLink="false">Released: AD Gallery 1.2.6 (May 07, 2012) 20120507034945P</guid></item><item><title>Updated Release: AD Gallery 1.2.5 (May 03, 2012)</title><link>https://adgallery.codeplex.com/releases/view/87158</link><description>&lt;div class="wikidoc"&gt;- Included LICENSE.txt in the lib folder&lt;br /&gt;- Fixed an issue in IE where the next and previous buttons weren&amp;#39;t dispayed&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>andersekdahl</author><pubDate>Thu, 03 May 2012 06:03:29 GMT</pubDate><guid isPermaLink="false">Updated Release: AD Gallery 1.2.5 (May 03, 2012) 20120503060329A</guid></item><item><title>Released: AD Gallery 1.2.5 (May 03, 2012)</title><link>https://adgallery.codeplex.com/releases/view/87158</link><description>
&lt;div class="wikidoc"&gt;- Included LICENSE.txt in the lib folder&lt;br&gt;
- Fixed an issue in IE where the next and previous buttons weren&amp;#39;t dispayed&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 03 May 2012 06:03:29 GMT</pubDate><guid isPermaLink="false">Released: AD Gallery 1.2.5 (May 03, 2012) 20120503060329A</guid></item><item><title>Created Release: AD Gallery 1.2.5 (May 03, 2012)</title><link>https://adgallery.codeplex.com/releases?ReleaseId=87158</link><description>&lt;div class="wikidoc"&gt;- Included LICENSE.txt in the lib folder&lt;br /&gt;- Fixed an issue in IE where the next and previous buttons weren&amp;#39;t dispayed&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>andersekdahl</author><pubDate>Thu, 03 May 2012 05:47:29 GMT</pubDate><guid isPermaLink="false">Created Release: AD Gallery 1.2.5 (May 03, 2012) 20120503054729A</guid></item></channel></rss>