Attendize

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

OTHER License

Stars
3.9K
Committers
98
Attendize - Bug fixes and improvements.

Published by jeremyquinton almost 6 years ago

Update 21/12/2018: If you are upgrading to 1.1.3 from 1.1.2 you will need to update your configuration file to have the following new date configurations.

DEFAULT_DATEPICKER_SEPERATOR="-"
DEFAULT_DATEPICKER_FORMAT="yyyy-MM-dd HH:mm"

which replaces

DEFAULT_DATE_FORMAT="Y-m-d"
DEFAULT_TIME_FORMAT="H:i"

  1. Fixed #470 issue with password reset that was cause by Laravel upgrade.
  2. Fixed #376. Dont send messages to cancelled attendees.
  3. Fixed #327. php artisan route:list error was giving an error.
  4. Added French translation and Spanish Translation.
  5. Improved Logic in event checkout controller.
  6. Corrected some spelling mistakes.
  7. Fixed #469. New default error page so actual error message is logged correctly.
  8. Fixed #501. Calendar off by 1 error.
  9. Additional improvements.
    Fixed iframe from not loading on event page preview.
    Fixed broken license urls.
  10. Other improvements from @publicarray.
    Increase minimum password length to 8 characters.
    Improved session preferences and defaults.
    Improve private_reference_number Randomness.
    Fix 7.2 support when ordering tickets.
    Dates can now be customised in the config and better date validation.
Attendize - XSS vulnerability fix

Published by jeremyquinton about 6 years ago

  1. This release fixes an XSS vulnerability thanks @publicarray #476 #478. All users of the Attendize 1.1 are encouraged to upgrade.
  2. Fixed bug where upcoming events were 1 month in the future. #414 #450 #434
  3. Fixed #475 where wrong database model was used.
  4. Fixed #448 where tax amount not set after importing users.
  5. Fixed bug where sales volume is not incremented correctly.
  6. Removed leftover code for migs and coinbase as default gateways.
  7. Update docker dev environment. Added SSL support and bumped MySQL version.
  8. Updated links to documentation and copy.
Attendize - Minor bug fixes

Published by jeremyquinton about 6 years ago

  1. Fixed minor bugs with new Laravel 5.6 upgrade. Use send instead of queue when inviting attendees.
  2. Use Pluck instead of Lists on Attendee questions.
  3. Fixed text on installer screen.
  4. Fixed small bug with installation process.
Attendize - Laravel 5.6 release

Published by jeremyquinton about 6 years ago

This release contains the following

  1. Upgraded Attendize to use Laravel 5.6.
  2. Removed Potsky\LaravelLocalizationHelper as its no longer being maintained and doesn’t support Laravel 5.6.
  3. Added missing translations.
  4. Support out the box for Coinbase and Migs has been dropped due to upgrade of Omnipay to v3.
  5. Improvements on error handling when tickets can’t be generated and emails can’t be sent.
  6. Fixed a bug where tickets weren’t available after an event had started.
  7. Updated various composer dependencies so Attendize is using the latest versions.
Attendize - Better Tax Implementation

Published by jeremyquinton about 6 years ago

  1. Added the ability to be able to charge tax/vat for events at the organiser level.
  2. Improved the development environment using Docker.
Attendize - PayPal Support, Custom ticket design, bug fixes

Published by daveearley over 8 years ago

See commit history for full list of changes.

Attendize - Minor improvements and bug fixes

Published by daveearley over 8 years ago

Many minor improvements and bug fixes.

See: https://github.com/Attendize/Attendize/commits/master for list of changes.

Attendize - CLI Installer & Bug Fixes

Published by Attendize over 8 years ago

  • Added the ability to easily install from the command line (php artisan attendize:install)
  • Fixed bug related to choosing the event times
  • Various minor fixes
Attendize - First Release

Published by Attendize over 8 years ago

First release. Install instructions: https://www.attendize.com/documentation.php