Skip to content

Release 1.1

Compare
Choose a tag to compare
@AnrDaemon AnrDaemon released this 21 Jun 21:23
· 7 commits to master since this release

Gallery:

  • Use constants to store default property values.
  • Normalize file handling, encapsulate charset conversions inside a class.
  • Use PCRE_UTF8 for regexps.
  • Use getimagesize() to retrieve image metadata.
  • Allow custom mask listing.
  • Allow clearing SendFile support.
  • Allow serving gallery from the root (empty sfPrefix).
  • (Windows) fix failing realpath() once again.
  • Allow setting index template globally.
  • Imagick paths use UTF-8 by default.
  • Caseless extension comparison.
  • Typehint arrays where possible.
  • Force use of UTF-8 for file IO under PHP 7.1.

Index:

  • Use default extensions set for directory listing.
  • Check for images present in gallery, not files on disk.
    Gallery already skips unreadable/unsupported files.