Skip to content

v4.8.1

Latest
Compare
Choose a tag to compare
@yksflip yksflip released this 15 Feb 21:55
· 6 commits to master since this release

Notable Changes

  • The feedback form (9c81aa3) has been removed as it has been often mistaken for foodcoop specific support things. Please consider sending us feedback via the foodsoft-forum.
  • invoice attachments have been migrated to active storage (0ff74e8). This hopefully improves the performance issues in #1037.

    ⚠️ Please make sure you have a valid storage configuration / docker volume setup, as attachments will no longer persists in the database, but the filesystem. (See the introduction of Active Storage in 4.8)

  • There's now a known Issue with unicode characters in messages on database with a charset not supporting unicode. Make sure your databse charset/coalation is set to utf8mb4, see #1047

What's Changed

New Contributors

Full Changelog: v4.8.0...v4.8.1-rc2