Releases: HiEventsDev/Hi.Events
Releases · HiEventsDev/Hi.Events
v1.2.0-beta.1
✨ Features
- Add event email template support — [#748]
- Support multiple Stripe platforms — [#750]
- Add support for 2D barcode scanners in check-in app (HID-Keyboard) — [#751]
- Add ticket designer and ability to add a logo to tickets — [#797]
- Add Turkish translations — [#679] (@Ardakilic)
- Add Hungarian translations — [#854] (@daveearley)
- Improve Docker image tagging — [#825]
- 
- Add order-level questions and answers to Attendee Export — [#719](@sundeepnarang)
 
🐛 Bug Fixes
- Adjust event stats after order cancellation — [#729]
- Fix logout redirect timing (wait for API call) — [#718]
- Fix custom branding logos — [#745]
- Fix height of collapsed products on event page — [#756]
- Fix attendee name validation — [#755]
- Ignore taxes and fees for free orders — [#754]
- Various bug fixes and improvements — [#806], [#807], [#808], [#826]
Full Changelog: v1.1.0-beta.2 → v1.2.0-beta.1
v1.1.0-beta.2
What's Changed
- Fix: Attendee ticket email syntax by @daveearley in #737
Full Changelog: v1.1.0-beta.1...v1.1.0-beta.2
v1.1.0-beta.1
v1.1.0-beta
✨ Features
- Public organizer pages & dashboard (#615)
- Affiliate tracking and management (#640)
- Onboarding flow improvements (#643)
- Improved description editor usability (sticky toolbar, markdown support) (#601)
- Brand customization improvements (thanks @creativeindustriesgroup) (#629)
🐛 Fixes
- Corrected question order on checkout page (#645)
- Fixed product category description not displaying (#646)
- Improved error handling for unsupported image uploads and clarified image size requirements (#590)
- Product descriptions now display on the front end (#578)
- Fixed supervisord in AIO Docker setup (#655, #656)
🔗 Full Changelog
[v1.0.0-beta.6...v1.1.0-beta](v1.0.0-beta.6...v1.1.0-beta)
🙌 Contributors
Thanks to everyone who contributed to this release:
v1.1.0-alpha.2
What's Changed
- Fixes supervisord in AIO Docker setup (#655) by @daveearley in #656
Full Changelog: v1.1.0-alpha.1...v1.1.0-alpha.2
v1.1.0-alpha.1
✨ Features
- #615 Add public organizer pages and dashboard
- #640 Affiliate tracking and management
- #643 Onboarding flow improvements
- #601 Improve description editor usability (sticky toolbar, markdown support)
- #629 Brand customization improvements (thanks @creativeindustriesgroup)
🐛 Fixes
- #645 Fix incorrect question order on checkout page
- #646 Fix product category description not displaying
- #590 Improve error handling for unsupported image uploads and clarify image size requirements
- #578 Show product descriptions on the front end
Full changelog: v1.0.0-beta.6...v1.1.0-alpha.1
v1.0.0-beta.6
What's Changed
- Use Laravel Filesystem URL Generator for Images by @creativeindustriesgroup in #621
- Add Laravel queue worker to startup by @creativeindustriesgroup in #613
- Update Italian translations by @albanobattistella in #566
- Update German translations by @niwla23 in #625
- Fix: Allow empty strings for event settings maps_url by @carlosalaniz in #623
- Bump brick/money from 0.8.1 to 0.10.1 in /backend by @dependabot in #567
- Bump @tiptap/pm from 2.11.5 to 2.12.0 in /frontend by @dependabot in #570
- Bump @tiptap/extension-text-style from 2.11.7 to 2.12.0 in /frontend by @dependabot in #571
- Bump laravel/framework from 12.14.1 to 12.16.0 in /backend by @dependabot in #592
- Bump @remix-run/node from 2.15.3 to 2.16.8 in /frontend by @dependabot in #596
- Bump typescript from 5.7.3 to 5.8.3 in /frontend by @dependabot in #583
New Contributors
- @creativeindustriesgroup made their first contribution in #621
- @carlosalaniz made their first contribution in #623
- @niwla23 made their first contribution in in #625
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6
v1.0.0-beta.5
What's Changed
- Dashboard UI updates by @daveearley in #545
- Feature: Adds test for login, logout, forgot-password and reset-password by @jakob-info in #544
- Style: Make ticket QR code larger by @daveearley in #546
- Remove per second email throttling by @daveearley in #548
- Fix application fee amount handling by @athlonUA in #536
- Fix: Include attendees from offline payment order in exports by @daveearley in #550
- Bump stripe/stripe-php from 17.1.1 to 17.2.0 in /backend by @dependabot in #557
- Bump sass from 1.84.0 to 1.89.0 in /frontend by @dependabot in #561
- Bump @tanstack/react-query from 5.52.2 to 5.76.1 in /frontend by @dependabot in #562
- Bump spatie/icalendar-generator from 2.9.2 to 3.0.0 in /backend by @dependabot in #555
- Bump laravel/sail from 1.41.0 to 1.43.0 in /backend by @dependabot in #556
- Bump laravel/sanctum from 4.0.8 to 4.1.1 in /backend by @dependabot in #553
- Update backend dependencies by @daveearley in #552
- Bump @swc/core from 1.3.105 to 1.11.24 in /frontend by @dependabot in #558
- Update widget modal style by @daveearley in #563
- Update Mantine UI from 7 -> 8 by @daveearley in #564
- Fix invited user registration form styles by @daveearley in #565
New Contributors
Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5
v1.0.0-beta.4
What's Changed
- Organizers unable to message attendees awaiting payment by @daveearley in #520
- Add Laravel cache directory by @daveearley in #532
- Fix unnecessarily downloading all languages by @jakob-info in #528
- Fix/SASS deprecation warnings by @jakob-info in #523
- Feature: Italian language by @loviuz and @albanobattistella #533
- Add yarn install step to development Docker file by @daveearley in #535
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
v1.0.0-beta.3
What's Changed
- Fix event cover upload by @daveearley in #517
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
What's Changed
- Fix fee calculations for free tickets by @daveearley in #500
- Fix some attendees not being found when using QR checkin by @daveearley in #507
- Fix missing env variables in server.js by @jakob-info in #487
- Allow uploading images to event descriptions by @daveearley in #512
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2