2.1.2.78 June 14, 2022
  • Fixed viewing of photos, after selecting a tag written in non-Latin letters, in the app’s backend.
  • Added support for WebP images.
  • Minor user interface improvement.
2.1.1.73 April 19, 2022
  • Improved PHP 8 support.
  • In the 2.0 interface mode:
    • fixed the online map with the coordinates from the photo EXIF data,
    • access setting made more reliable on the photo-viewing page,
    • fixed several minor defects.
2.1.1.68 April 19, 2022
2.1.0.61 September 15, 2021
  • User interface mode 2.0: numerous visual improvements on single photo viewing and photos listing pages.
  • Bug fixes.
2.0.0.59 June 28, 2021
  • Completely re-designed user interface based on the Webasyst 2 design system. To view the app’s new style, select the 2.0 design mode via the switch in the bottom-right corner.
    • Refreshed all interface elements such as colors, icons, and fonts, including updated system sections “Design” and “Pages”.
    • Dark mode.
1.2.12.55 February 11, 2021
  • Fixed links to published albums with various setup configurations.
  • Eliminated indexing of invalid links, which used to be detected by search engines on single photo viewing pages.
1.2.11.53 December 24, 2020
  • Eliminated infinite redirecting in a browser when an authorized website visitor signs out of their account on a Photos app-powered page.
1.2.10.47 April 23, 2019
  • Fixed use of system maps setting available in Settings app.
1.2.9.45 April 15, 2019
  • Removed duplicate photo URLs from Sitemap file. Photos’ main URLs marked as canonical.
  • Use of current backend URL in the values of “HTML” and “Image URL” fields of “Link / Embed” dialog.
  • Fixed visual highlighting of “Rated” menu item in backend.
  • Fixed typo in photos.album.add API method.
1.2.8.34 July 24, 2018
  • Field size for storing pages’ HTML code in the database changed from TEXT to MEDIUMTEXT to support pages with more text.
1.2.7.26 March 31, 2017
Fixed bug with incorrect saving of photo tags.
1.2.7.25 March 31, 2017
1.2.6.24 March 30, 2017
— On single photo viewing page in frontend added pre-loading of other photos in the list.
— Data of photos being pre-loaded are available to JavaScript code of design themes and plugins.
1.2.5.23 March 28, 2017
Minor tweaks and bug fixes.
1.2.4.21 March 22, 2017
  1. OpenGraph meta tags for social media added to single photo page in frontend.
  2. Improved user interface.
  3. Fixed error in “Link / Embed” dialog.
  4. Fixed photo URL generation error in Photostream in frontend.

For developers

  1. Added new PHP hooks for plugins:
    • album_delete
    • album_save
    • backend_photos_toolbar
    • backend_album_settings
    • prepare_photo_frontend
    • photo_rotate
  2. Added JavaScript hook photos_list_chunk_render, which can be used in preparing a photo list portion.
  3. Available array of current album data on single photo page in frontend extended by elements count and frontend_link.
  4. Current photo data array in frontend extended with element prev_photo_url similar to next_photo_url.
  5. Added method photosAlbumCountModel::extendAlbums() for adding custom data to an album array; e.g., in frontend.
  6. Added method photosCollection::addJoin() for adding custom photo collection creation conditions by means of plugins.
  7. Fixed use of prepare_photos_frontend hook in frontend.