Releases: HiEventsDev/Hi.Events
Releases · HiEventsDev/Hi.Events
v1.0.0-alpha.1
Hi.Events v1.0.0-alpha.1 – Pre-release 🚀
What's Changed
⭐ New Features
- Sell products alongside tickets (merchandise, donations, etc.) – [#239](#239)
- Event reports (Daily Sales, Product, Promo Code) – [#285](#285)
- Redesigned settings page – [#289](#289)
- Checkout flow UI improvements – [#293](#293)
- Dashboard UI updates & Social Share Modal – [#304](#304)
- Ability to add notes to attendees & refactored attendee modal – [#320](#320)
- Offline payment support – [#341](#341)
- Invoicing support – [#341](#341)
- Make Stripe Connect account type configurable – [#359](#359)
- Public Organizer API endpoints – [#362](#362)
- Webhook support – [#366](#366)
- Duplicate products with one click – [#374](#374)
- Homepage Designer preview updates – [#375](#375)
- Redesigned Login & Register pages – [#378](#378)
- Fathom Analytics tracking support – [commit](b9ccedf)
- Include ‘Promo Code’ in order exports
🐛 Bug Fixes
- Fix missing environment variables – [#369](#369)
- Fix DE translation errors – [#354](#354)
- Remove 100 order limit from Order Exports – [commit](844fa93)
🧹 Improvements & Cleanups
- Rearranged backend directories – [#296](#296)
- Improve Stripe event handling – [#358](#358)
- Improve application fee handling – [#373](#373)
- Upgrade React Router to v7 – [commit](8a7837a)
New Contributors 🎉
Full Changelog
📜 [Compare v0.8.0-beta.9...v1.0.0-alpha.1](v0.8.0-beta.9...v1.0.0-alpha.1)
Upgrade Guide 🔧
🚧 This is an alpha release and not yet recommended for production. We welcome testers!
If you're not calling the API directly:
- Pull the branch.
- Run migrations.
- You're good to go!
If you're using the API:
- There are breaking changes, primarily the renaming of
tickettoproduct. - A detailed guide for these changes will be provided upon full release.
v0.8.0-beta.9
What's Changed
- 🐛 Fixes incorrect attendee check-in status display by @daveearley in #331
Full Changelog: v0.8.0-beta.8...v0.8.0-beta.9
v0.8.0-beta.8
What's Changed
- 🐛 Fix: Capacity Assignment bugs related to creating and editing attendees by @daveearley in #327
Full Changelog: v0.8.0-beta.7...v0.8.0-beta.8
v0.8.0-beta.7
What's Changed
- 🧹 Adds key prop to React component by @Iinguistics in #314
- 🐛 Cancelling an order is not updating capacity assignment's quantity by @daveearley in #325
New Contributors
- @Iinguistics made their first contribution in #314
Full Changelog: v0.8.0-beta.6...v0.8.0-beta.7
v0.8.0-beta.6
What's Changed
- Fix: Add
APP_FRONTEND_URLto AIO Docker compose file by @daveearley in #310 - Fix: Duplicate per-order questions when tickets aren't being duplicated by @grablair in #309
Full Changelog: v0.8.0-beta.5...v0.8.0-beta.6
v0.8.0-beta.5
What's Changed
- 🐛 Add missing isActionAuthorized call to getOrderAction by @daveearley in #306
Full Changelog: v0.8.0-beta.4...v0.8.0-beta.5
v0.8.0-beta.4
What's Changed
- Fix promo codes crashing event page with hidden tickets by @daveearley in #298
Full Changelog: v0.8.0-beta.3...v0.8.0-beta.4
v0.8.0-beta.3
What's Changed
- Handle deprecated timezones by @daveearley in #273
- QR scanning audible feedback by @grablair in #275
- Prevent arrow conversion to emoji; fix alignment of ticket elements by @grablair in #277
Full Changelog: v0.8.0-beta.2...v0.8.0-beta.3
v0.8.0-beta.2
What's Changed
- Allow the header of emails to link to a webpage other than the app URL by @grablair in #263
- Various semantic changes in email text, footer, and event page by @grablair in #262
- Graphical QR Code Scan Response Improvements by @grablair in #269
- Fix all-in-one Docker setup by @daveearley in #271
Full Changelog: v0.8.0-beta.1...v0.8.0-beta.2
v0.8.0-beta.1
What's Changed
- feat: Add image extension to rich text editor by @belyas in #252
- feat: Add ability to collapse tickets, and add a setting to auto-collapse a given ticket upon page load by @grablair in #254
- fix: Payment page showing incorrect message while loading by @daveearley in #258
- fix: PHP Opcache setting in "all-in-one" image. @daveearley in #259
- fix: Build error in BE image by @daveearley in #259
New Contributors
Full Changelog: v0.7.0-beta.6...v0.8.0-beta.1