All Versions
20
Latest Version
Avg Release Cycle
91 days
Latest Release
1277 days ago

Changelog History
Page 1

  • v2.1.2 Changes

    December 02, 2020

    โž• Additions

    None

    ๐Ÿ›  Fixes

    • #854 Unable to add user

    Changelog

    • #854 Unable to add user
  • v2.1.1 Changes

    November 30, 2020

    โž• 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 Changes

    July 01, 2020

    โž• 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 Changes

    June 02, 2020

    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 Changes

    April 07, 2020

    Summary

    โšก๏ธ Small dependency update

    ๐Ÿ”„ Changes

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

    April 07, 2020

    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 Changes

    June 07, 2019
    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)
    2. #588 - Added more translatable strings.
    3. #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.
    4. #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.
    5. #640 - Added the GTM container. ๐ŸŒ 15. #642 - Fix French translation. ๐Ÿšš 16. #646 - Removed terms and conditions route as its not used
  • v1.2.0 Changes

    February 18, 2019

    ๐Ÿ‘€ 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.

    1. 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.
  • v1.1.3 Changes

    December 01, 2018

    โšก๏ธ 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.

    1. Improved Logic in event checkout controller.
    2. Corrected some spelling mistakes. 0๏ธโƒฃ 7. Fixed #469. New default error page so actual error message is logged correctly. ๐Ÿ›  8. Fixed #501. Calendar off by 1 error.
    3. Additional improvements.
      ๐Ÿ›  Fixed iframe from not loading on event page preview.
      ๐Ÿ›  Fixed broken license urls.
    4. 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.
  • v1.1.2 Changes

    October 02, 2018

    ๐Ÿš€ 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.