Attendize Versions Save

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

v2.2.1

3 years ago

Additions

None

Fixes

  • #895 [BUG] Email copy to Organizer send to the email address of the person who trigger the order

v2.2.0

3 years ago

Additions

None

Fixes

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

#Changelog

v2.1.2

3 years ago

Additions

None

Fixes

  • #854 Unable to add user

#Changelog

  • #854 Unable to add user

v2.1.1

3 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

v2.1.0

3 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

v2.0.2

3 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

v2.0.1

4 years ago

Summary

Small dependency update

Changes

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

v2.0.0

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)

v1.3.0

4 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

v1.2.0

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.