• v2.0.1 6d59552456

    v2.0.1 Stable

    aheathershaw released this 2017-09-10 07:44:13 +01:00 | 276 commits to main since this release

    Fixed a few minor issues with the breadcrumb on the individual photo gallery page:

    • #28 : The home icon was missing (instead it still had the word "Gallery")
    • #30 : Nested albums didn't show the full path, only the immediate parent
    Downloads
  • v2.0.0 81a0ea28c7

    v2.0.0 Stable

    aheathershaw released this 2017-09-06 20:43:22 +01:00 | 278 commits to main since this release

    Version 2.0.0 is the first open-source release of Blue Twilight, adding a number of new features since the original release I used on my own gallery.

    • Fine-grained security controls
    • Nested albums - an album can now contain other albums as well as photos
    • Google-friendly, dynamic sitemap XML (go to your-gallery.com/sitemap.xml)
    • Cameras used in an album displayed in the admin page for that album
    • Albums can have multiple URLs in the form of "redirects"
    • Upgraded Bootstrap to the new 4.0.0-beta release

    I have a number of improvements planned in the coming weeks and months - check out the roadmap at:

    https://www.andyheathershaw.uk/software/blue-twilight-php-photo-gallery/development-roadmap/

    Downloads
  • v2.0.0-beta.4 34b2ff6ea4

    v2.0.0-beta.4 Pre-Release

    aheathershaw released this 2017-09-06 10:33:22 +01:00 | 282 commits to main since this release

    Improvements to the "clean install" script (#25) following more testing on clean Ubuntu 16.04 and 17.04 systems.

    Downloads
  • v2.0.0-beta.3 0c1ff083f6

    v2.0.0-beta.3 Pre-Release

    aheathershaw released this 2017-09-05 22:27:55 +01:00 | 283 commits to main since this release

    Third beta of Blue Twilight v2.0.0 release.

    Improvements:

    • #24: Google sitemap.xml file is now generated by accessing your-gallery.com/sitemap.xml
    • #25: Composer and related packages can now be installed automagically without needing CLI access
    Downloads
  • v2.0.0-beta.2 d0d96df17d

    v2.0.0-beta.2 Pre-Release

    aheathershaw released this 2017-09-04 21:41:08 +01:00 | 291 commits to main since this release

    Second beta of the 2.0.0 release adding more polish, upgraded Bootstrap to v4.0.0-beta and improved compatibility with Bootstrap v4.

    The following improvements have been added since 2.0.0-beta.1:

    • #12 - Redirects can now be added to an album - allowing additional URLs to be directed to the same album. Helps when moving albums from one parent to another to maintain previous links.
    • #16 - Cameras used in an album are now displayed on a new Cameras tab in the album's admin page

    The following bugs have been squashed:

    • #9 - Bulk actions do not update the selected photos
    • #10 - Title bar in modal pop-ups renders in the wrong order
    • #11 - Changing an album's parent now updates the URL path correctly. The previous URL can be maintained using redirects (#12)
    • #14 - When applying actions in bulk, you are now directed back to the same page you were viewing previously
    • #15 - Thumbnail scroller on the slideshow view now renders correctly
    • #17 - Installation now succeeds correctly on a clean setup
    • #18 - Fixed an issue with applying modifications to a single photo
    • #22 - Correct date format is used on the photo gallery's album cards
    • #23 - Multiple lines in album descriptions are now displayed correctly
    Downloads