All Versions
20
Latest Version
Avg Release Cycle
91 days
Latest Release
916 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.