Skip to main content

Cirx08

Added#

Changes#

  • Removed the password inputs from the user edit popup and moved to it's own popup to allow for better seperation of permissions and so that a new password does not need to be set if changing the email etc.

Fixed#

  • Fixed a bug in the password reset that was preventing changes from taking effect.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.6.5...1.6.6

Cirx08

Added#

  • Added the GALLERY_QR_CODE_INCLUDE_CULTURE environment variable to allow users to include/exclude the culture settings in the QR code.
  • Added the sponsors badge to give the people that help fund this project some credit.

Changed#

  • Updated to a new logo that is not owned by a third party.

Removed#

  • Removed the footer attribution for Freepik - Flaticon as the logo is no longer used.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.6.4...1.6.5

Cirx08

Breaking Changes#

There has been major rework to settings and environment variables in this release. Please review the docs and update environment variables where required to ensure compatibility as some legacy keys have been deprecated.

Added#

  • Added settings tab to the admin panel to manage config from within the site itself.
  • Added the DATABASE_SYNC_FROM_CONFIG environment variable to re-sync the settings with the environment variables.
  • Added the MAX_GALLERY_COUNT environment variable to limit how many galleries users can create.
  • Added the DEMO_MODE environment variable to display messaging on a demo site for users to test.

Updated#

  • Moved settings keys from strings to constant variables to better manage them reduce the risk of typos.
  • Added no-cache to some views to increase security and prevent stale views being displayed.
  • Updated the gallery to auto refresh on add or removal of items.

Removed#

  • Removed support for legacy pre-v1.5.0 environment variables which were previously handled by a migrator helper. These will no longer be supported going forwards as they haven't been included in the docs for some time now.

Bug Fixes#

  • Fixed an issue whereby guest gallery creation was failing or creating with the wrong secret key.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.5.11.4...1.6.0

Cirx08

Added#

  • Added the Logos, Banners and Custom Resources directories into the admin export.
  • Added the option to do partial exports by deselecting options on the export popup.
  • Added the GALLERY_SELECTOR_DROPDOWN environment variable to allow users to display a gallery name dropdown on the homepage instead of the user manually inputting a gallery name.

Changed#

  • Changed the date ordering to use the file created timestamp instead of uploaded datetime.#
  • Removed the word "Copyright" from the footer to prevent a cluttered display issue on smaller screens.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.5.9...1.5.10