Skip to content

Releases: foodcoops/foodsoft

v4.9

10 Jul 19:18
Compare
Choose a tag to compare

Foodsoft 4.9

(2024-07-10)

Bug Fixes

Features

  • adapt financial transaction type for online payment provider (#1008 , PR #1031) (113a14d)
  • add accounting buttons in order management views (usability enhancement) (#1061) (d6a92bf)
  • add online payment provider mollie plugin (#1008 , PR #1031) (0b7898d)
  • move document data from document plugin to active storage (#1050) (f8b92eb)
    ⚠️ Please make sure you have a valid storage configuration / docker volume setup, as documents will no longer persists in the database, but the filesystem. (See the introduction of Active Storage in 4.8)

v4.8.1

15 Feb 21:55
Compare
Choose a tag to compare

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

v4.8.0

09 Sep 10:28
Compare
Choose a tag to compare

I'm happy to announce the release of the foodsoft v4.8.0.
See Changelog.md and the Release Notes for further details.

What's Changed

Read more