Attendize

Attendize is an open-source ticket selling and event management platform built on Laravel.

OTHER License

Stars
3.9K
Committers
98
Attendize - v2.8.0 Latest Release

Published by johannac over 1 year ago

What's Changed

Full Changelog: https://github.com/Attendize/Attendize/compare/v2.7.0...v2.8.0

Attendize - v2.7.0

Published by johannac almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Attendize/Attendize/compare/v2.6.0...v2.7.0

Attendize - v2.6.0

Published by johannac about 2 years ago

v2.6.0

Fixes a major bug with refunding Stripe transactions not processing correctly. Also fixes a UI issue that allowed multiple/duplicate charges to go through due to the payment submit button not being locked correctly. Thank you to @storca for contributing these fixes.

What's Changed

Full Changelog: https://github.com/Attendize/Attendize/compare/v2.5.0...v2.6.0

Attendize - v2.5.0

Published by johannac over 2 years ago

🎉 ! Support for Composer V2 ! 🎉

Finally reached this big milestone in upgrading the legacy code. Big thanks to all who contributed, especially @quentincaffeino and @justynpride for providing code changes and testing feedback.

What's Changed

Full Changelog: https://github.com/Attendize/Attendize/compare/v2.4.0...v2.5.0

Attendize - v2.4.0

Published by johannac about 3 years ago

Fixes

Additions

Deprecations

Attendize - v2.3.1

Published by johannac about 3 years ago

Fixes

Default language switched back to en from es.

Attendize - v2.3.0

Published by johannac about 3 years ago

v2.3.0

Additions

https://github.com/Attendize/Attendize/pull/922 Add RTL (right-to-left) Language support
https://github.com/Attendize/Attendize/pull/937 Add Russian language files and templates

Fixes

https://github.com/Attendize/Attendize/issues/950 Error in language file
https://github.com/Attendize/Attendize/pull/954 Fix RTL styles
https://github.com/Attendize/Attendize/pull/939 Make non-queued emails translatable
https://github.com/Attendize/Attendize/pull/938 Fix untranslated email template

Attendize - v2.2.4

Published by johannac over 3 years ago

Updated version numbers

Attendize - v2.2.3

Published by johannac over 3 years ago

Additions

None

Fixes

  • #871: Undefined variable: organisers
  • #917: make setup to build a Docker Image does not work
  • #918: wrong import name
  • #923: call to undefined function lang() in reservation confirmation view
  • #924: Update OrderConfirmation.blade.php
Attendize - v2.2.2

Published by johannac over 3 years ago

Additions

None

Fixes

  • #901 [BUG] No place to submit payment details
Attendize - v2.2.1

Published by johannac over 3 years ago

Additions

None

Fixes

  • #895 [BUG] Email copy to Organizer send to the email address of the person who trigger the order
Attendize - v2.2.0

Published by johannac over 3 years ago

Additions

None

Fixes

  • #811 [BUG] I found a possible security issue
  • #844 [BUG] Mail not sent with real queue

#Changelog

Attendize - v2.1.2

Published by johannac almost 4 years ago

Additions

None

Fixes

  • #854 Unable to add user

#Changelog

  • #854 Unable to add user
Attendize - v2.1.1

Published by johannac almost 4 years ago

Additions

None

Fixes

  • #822 Fix workflow for database migrations during set up process

Changelog

  • #822 Fix workflow for database migrations during set up process
Attendize - v2.1.0

Published by johannac over 4 years ago

Additions

  • Added captcha option to sign up, log in, and contact form pages
    • Option to use recaptcha or hcaptcha
  • Added new makefile command make autoload to dump and regenerate composer autoload files, for when new classes etc are added
  • Updated README documentation with minimum system requirements
  • Add database migrations to set up script

Fixes

  • Use promises when initializing check in page
  • Fix typo in lang file

Change log

  • Use promises to initialise camera for check-in #712
  • Allow use of both reCaptcha hCaptcha or no capture based on config #808
  • Fix syntax error #810
  • Add reCAPTCHA #585
  • Add hCaptcha #793
Attendize - v2.0.2

Published by johannac over 4 years ago

Summary

  • Updated docker config including apache support
  • Added German and Italian languages to translations
  • Additional translations for existing languages
  • Bug fixes

Changes

  • Do not escape html for post order message #629
  • Fix XSS and 500 error if version check fails #743
  • Fix 500 error in ManageAccountController.php #789
  • Docker improvements for production enviroment #401
  • German translation #491
  • Prevent duplicate queries #534
  • Add Italian localization && Minor translation fixes #757
  • Enhancements to Docker Config #802
Attendize - v2.0.1

Published by etiennemarais over 4 years ago

Summary

Small dependency update

Changes

  • dependabot Bump symfony/http-foundation from 4.4.4 to 4.4.7 (#776)
Attendize - v2.0.0

Published by etiennemarais over 4 years ago

Summary

We are looking to add stability and general improvements to the project. These changes are listed below as we continue to add the contributions from the community, general bug fixes, stability in product flows, test structure and developer experience to more easily allow for better contributions.

Contributions or issues

Please log an issue and label it with v2.0.0.

Notes:

To avoid errors, after checking out this version, the following steps should be performed:

Install new libraries

composer install

Delete old views and cached configurations

php artisan config:clear
php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan optimize:clear
php artisan clear-compiled
composer dump-autoload

Database

The migrations include a fix script that need to retroactively fix orders and it's related data with the current state of the database. This is a mutation of data and is potentially dangerous. That said it was necessary to bring the order and refund flows under control to ensure consistent behavior when completing an order/refund flow.

  1. Make a backup of your current production database.
  2. Run php artisan migrate
  3. Open your laravel logs to see the retrofix output

Changes

  • Calculations fixes (#645)
  • Dashboard details (#697)
  • Patch for Organizer View (#655)
  • Tests setup (#711)
  • Made the test database connection button more visible (#710)
  • Allow checking in with private reference number (#656)
  • Upgrade to Laravel 6.5.1 (#688)
  • Added TrustProxies Middleware for Reverse Proxy Compatability (#713)
  • Fixed payment gateway update migration (#706)
  • Makes it possible to process free payments (#705)
  • Bugfixes in routes, missing event_id (#731)
  • New markdown parser (#770)
  • Event create UI form error handling (#769)
  • Offline Payments Copy Fixes (#774)
  • General regression fixes after laravel 6 upgrade (#775)
Attendize - Added GTM tags for google tracking. Various bug fixes and improvements.

Published by jeremyquinton over 5 years ago

  1. #573 - Unique attendee ID on data export
  2. #575 - Fixed Feedback Url.
  3. #581 - Added Japanese translation.
  4. #586 - Nits (https and fix a dev console warning)
  5. #588 - Added more translatable strings.
  6. #600 - Manage event currency.
  7. #574 - Fixed HTML email template.
  8. #612 - Fixed Data picker which broke in google chrome.
  9. #613 - Added Dutch translation.
  10. #616 - Changed private reference numbers.
  11. #630 - Remove closures on route files.
  12. #632 - Fixed fix(qr-code scanning).
  13. #634 - Fixed the colour picker.
  14. #640 - Added the GTM container.
  15. #642 - Fix French translation.
  16. #646 - Removed terms and conditions route as its not used
Attendize - Access codes for hidden tickets. Bug fixes and various improvements.

Published by jeremyquinton over 5 years ago

  1. Added new feature Access codes. If a ticket is set to hidden an Access Code can be assigned to it. Once a user enters the Access Code they can see and purchase the hidden ticket.
  2. Allow offline payments when no gateway defined.
  3. Fixed #409,#472 - Remove reserved tickets once they have been bought.
  4. Fixed #458,#524 - Fixed Attendize installation errors.
  5. Fixed #538 - Fixed Order exports.
  6. Fixed #556 - Use Date Time configuration from the .env file.
  7. Added #557 - Remove social sharing section when no share provider is enabled.
  8. Added extra French translations.
  9. Fixed url links in translation files.