Skip to content

v1.1.0

Compare
Choose a tag to compare
@mfg92 mfg92 released this 12 Feb 22:56
· 24 commits to master since this release
f75b7dd

Three improvements have found their way into this release:

  1. Make jQuery loading more robust (#66, @mfg92)
    • Previously, loading another instance of jQuery after the initialization of hugo-shortcode-gallery would break the gallery. This could happen, for example, with some themes that included jQuery at the end of the HTML.
  2. Configure hugo-shortcode-gallery as a hugo module (#64, #67, @mfg92)
    • This project is now configured as a hugo module, which simplifies installation and updates. The previous method of installing it should still work as before.
  3. Improve formatting of EXIF information (@mfg92)
    • Previously, the display of EXIF information was broken for images with incomplete or missing data. This issue has now been resolved.

Full Changelog: v1.0.0...v1.1.0