diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 32f9ed0..a6ba9b7 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,15 @@ Changelog ========= +11.1 - (2019-03-25) +--------------------- +* Bug fix: fixed jquery.galleryview behavior when more than 1 gallery is added + and javascript is loaded on the bottom + [ichim-david refs #104101] +* Change: modified jquery.galleryview to add gallery-panel instead of panel class + thus avoiding clash with other javascripts that are using panel logic + [ichim-david refs #104101] + 11.0 - (2019-01-28) --------------------- * Jenkins: Add sonarqube step diff --git a/eea/jquery/plugins/galleryview/CHANGELOG.txt b/eea/jquery/plugins/galleryview/CHANGELOG.txt index 74752c7..fb91b6d 100644 --- a/eea/jquery/plugins/galleryview/CHANGELOG.txt +++ b/eea/jquery/plugins/galleryview/CHANGELOG.txt @@ -2,6 +2,12 @@ GalleryView - jQuery Content Gallery Plugin Author: Jack Anderson Documentation: http://www.spaceforaname.com/galleryview/ +Version 2.0.2 - 2019-03-22 +-------------------------- +- removed onLoad buildGallery as moving the js to the bottom can + end up calling the buildGallery more than once +- renamed panel to gallery-panel as panel can interfere with other + javascript Version 2.0.1 - 2013-05-28 -------------------------- diff --git a/eea/jquery/plugins/galleryview/galleryview.css b/eea/jquery/plugins/galleryview/galleryview.css index 5265675..82742fd 100644 --- a/eea/jquery/plugins/galleryview/galleryview.css +++ b/eea/jquery/plugins/galleryview/galleryview.css @@ -7,7 +7,7 @@ To create additional rules, use the markup below as a guide to GalleryView's architecture.