Releases: AOEpeople/meals
Releases · AOEpeople/meals
v3.0.6
Version v3.0.6 (2024-04-15)
Other
- Bump tecnickcom/tcpdf from 6.6.2 to 6.7.4 (26049fd)
- Bump tar from 6.2.0 to 6.2.1 in /src/Resources (ed2d540)
What's Changed
- Bug/#263579 paypal timeout by @MalibusParty in #459
- Bump tar from 6.2.0 to 6.2.1 in /src/Resources by @dependabot in #457
- Bump tecnickcom/tcpdf from 6.6.2 to 6.7.4 by @dependabot in #458
- Release v3.0.6 by @github-actions in #460
Full Changelog: v3.0.5...v3.0.6
v3.0.5
Version v3.0.5 (2024-04-10)
Fixes
- fixed a bug that could show combined-meal in the MenuPaticipationPanel (735b641)
What's Changed
- fixed a bug that could show combined-meal in the MenuPaticipationPanel by @MalibusParty in #455
- Release v3.0.5 by @github-actions in #456
Full Changelog: v3.0.4...v3.0.5
v3.0.4
Version v3.0.4 (2024-04-03)
Chores and tidying
- updated paypal plugin to a newer version and adjusted TransactionPanel to work with the updated packages (fbfc5e3)
What's Changed
- updated paypal plugin to a newer version and adjusted TransactionPane… by @MalibusParty in #453
- Release v3.0.4 by @github-actions in #454
Full Changelog: v3.0.3...v3.0.4
v3.0.3
Version v3.0.3 (2024-03-27)
Fixes
- fixed prettier linting (fcd9430)
- fixed a bug that caused the visible and the logic state of a meal to divert on meals that reached the max participants (2e37911)
- fixed prettier linting (ff9cc0a)
- fixed a bug that prevented meals with offers from being taken in some circumstances (e081285)
- fixed a bug that prevented people from leaving meals that reached their limit (421ad9d)
- fixed prettier linting (6d0ec2c)
- fixed a bug that could trigger a click event, when clicking outside of the cancel button in menu (b2e9ab1)
Other
- Bump express from 4.18.2 to 4.19.2 in /src/Resources (29ff9ed)
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /src/Resources (0873831)
- possible fix for mistyped axios response (9308d5d)
- Bump ip from 2.0.0 to 2.0.1 in /src/Resources (2928ff0)
- added indicator coloring for lockdates that are not the standard locktime in the menu view (5a4238f)
- Bump follow-redirects from 1.15.5 to 1.15.6 in /src/Resources (ff4e182)
- Bump geekyeggo/delete-artifact from 4 to 5 (661e996)
- Bump axios from 0.27.2 to 0.28.0 in /src/Resources (dddece8)
What's Changed
- Bump axios from 0.27.2 to 0.28.0 in /src/Resources by @dependabot in #442
- Bump geekyeggo/delete-artifact from 4 to 5 by @dependabot in #447
- Bump follow-redirects from 1.15.5 to 1.15.6 in /src/Resources by @dependabot in #446
- Bump ip from 2.0.0 to 2.0.1 in /src/Resources by @dependabot in #444
- Bugfix/#263063 meal leaving by @MalibusParty in #449
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /src/Resources by @dependabot in #450
- Bugfix/#263100 cancel click event by @MalibusParty in #451
- Bump express from 4.18.2 to 4.19.2 in /src/Resources by @dependabot in #452
- Release v3.0.3 by @github-actions in #443
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Version v3.0.2 (2024-03-07)
Fixes
- fixed psalm return types (9ed6f4b)
- fixed a bug that cause offer accepted mails to be send to the participant and not the offerer (307466f)
Other
What's Changed
- Relaunch/post process fixes by @MalibusParty in #440
- Bump semver from 7.5.0 to 7.6.0 in /tests/e2e by @dependabot in #436
- Bump actions/setup-go from 4 to 5 by @dependabot in #435
- fixed a bug that cause offer accepted mails to be send to the partici… by @MalibusParty in #441
- Release v3.0.2 by @github-actions in #439
Full Changelog: v3.0.1...v3.0.2
Bugfix: assets version parameter
Merge pull request #438 from AOEpeople/fix/semanticore-main [FIX] Semanticore should listen to main branch
3.0.0 Major Release
- vueJS frontend
- Redesign
- decoupeling frontend from backend
- Backend as REST API
- minimize twig usage
v2.3.14
Version v2.3.14 (2024-02-06)
Other
- Bump actions/cache from 3 to 4 (e39ae58)
- add perist to eventParticipation.day and day.week (ef9ed65)
What's Changed
- add perist to eventParticipation.day and day.week by @hacksch in #418
- Bump actions/cache from 3 to 4 by @dependabot in #413
- Release v2.3.14 by @github-actions in #419
Full Changelog: v2.3.13...v2.3.14
v2.3.13
Version v2.3.13 (2024-01-29)
Fixes
- Fix test (b506683)
Other
- Bump actions/setup-go from 4 to 5 (084bf0d)
- Bump github/codeql-action from 2 to 3 (665a13e)
- Bump actions/upload-artifact from 3 to 4 (3ca135a)
- Bump actions/download-artifact from 3 to 4 (862f1a3)
- Bump geekyeggo/delete-artifact from 2 to 4 (b2eaa3c)
- Bump follow-redirects from 1.15.2 to 1.15.4 in /src/Resources (2300803)
- change price in fixtures (7fd58a3)
- change prices (5d487d4)
What's Changed
- change prices by @hacksch in #411
- Bump follow-redirects from 1.15.2 to 1.15.4 in /src/Resources by @dependabot in #401
- Bump geekyeggo/delete-artifact from 2 to 4 by @dependabot in #398
- Bump actions/download-artifact from 3 to 4 by @dependabot in #393
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #392
- Bump github/codeql-action from 2 to 3 by @dependabot in #390
- Bump actions/setup-go from 4 to 5 by @dependabot in #387
- Release v2.3.13 by @github-actions in #412
Full Changelog: v2.3.12...v2.3.13
v2.3.12
Version v2.3.12 (2023-11-16)
Fixes
- [BUGFIX] combined meal booking (4fb1d6c)
Other
What's Changed
- Load date fixture events by @hacksch in #374
- Bump symfony/twig-bridge from 4.4.49 to 4.4.51 by @dependabot in #373
- [BUGFIX] combined meal booking by @hacksch in #378
- Release v2.3.12 by @github-actions in #375
Full Changelog: v2.3.11...v2.3.12