Skip to content

Releases: AOEpeople/meals

v2.3.1

29 Nov 10:14
75c2bbf
Compare
Choose a tag to compare

Version v2.3.1 (2022-11-29)

Ops and CI/CD

  • semanticore: add semanticore (8204050)

Other

  • [255413] disable autoselection when slot already is choosen (b3e352a)
  • [255367] first offered meal should be taken (bb7d463)
  • Bump geekyeggo/delete-artifact from 1 to 2 (e8e168a)

What's Changed

  • update frontend packages by @hacksch in #268
  • add guest flag in autocomplete list by @hacksch in #267
  • ci(semanticore): add semanticore by @bastianccm in #196
  • Bump geekyeggo/delete-artifact from 1 to 2 by @dependabot in #260
  • [255367] first offered meal should be taken by @hacksch in #270
  • [255413] disable autoselection when slot already is choosen by @hacksch in #271
  • Release v2.3.1 by @github-actions in #269

New Contributors

  • @bastianccm made their first contribution in #196
  • @github-actions made their first contribution in #269

Full Changelog: v2.3.0...v2.3.1

Release 2.3.0

26 Oct 13:05
abc6acf
Compare
Choose a tag to compare
  • change behavior of one-size meal and combined meals
  • Bugfix: change menu

Security Release

13 Oct 07:30
2236e5d
Compare
Choose a tag to compare
  • Update php packages

Bugfix Release

25 Aug 06:51
000e419
Compare
Choose a tag to compare
  • Limits can be set again
  • Prevent error on doubleclick by bookings
  • Prevent error by rendering participation list on disabled week

Repositories as service

18 Jul 14:41
e759598
Compare
Choose a tag to compare

Update:

  • #250001 Make repositories injectable via DI (repositories as service)
  • Update ddev config (version upgrade + minor updates)

Bugfixes:

  • #253868 Error deleting all meals of a day in weekly menu
  • #253791 Silent booking failure on session expire

Fixed portion dishes, Notifications to different slack/mattermost channels & Nginx + PHP-FPM

23 Jun 20:48
Compare
Choose a tag to compare

Features:
#252906 Allow a dish to have only one serving size

Bugfixes:
#253038 Downloading finance pdf with no data throws exception
#253118 User provider does not support user sub-class, e.g. doctrine proxy user instance
#253283 Dish in booked meal can be changed
#253425 Combined dish with variants offers only the last dish variant for selection
#253632 Error log on success

Updates:
#252904 Allow meals notifications to be sent to different slack/mattermost channels
#252885 Replace apache + mod_php with nginx and php-fpm

Mercure Integration

18 May 13:46
Compare
Choose a tag to compare
  • Integrate Mercure Hub to send meal updates as push notifications.
  • Allow admin and kitchen-staff users to edit combined meal participation.
  • Improve error logging. Send error logs to email, as well as a slack/mattermost channel.

Bugfix Release

03 May 06:17
Compare
Choose a tag to compare
  • Fix multi-lined titles of meals after booking

Bugfix Release

31 Mar 06:00
Compare
Choose a tag to compare
  • remove "NEW" flag by combined meals
  • adjust styling by long titles
  • extend test data

Combined Meals

30 Mar 12:58
Compare
Choose a tag to compare

Create a combined meal automatically by save a week and calculate each with a factor of 0.5 against a normal meal

Several bugfixes and layout adjustments