Attendize v1.1.3 Release Notes

Release Date: 2018-12-01 // over 5 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.

    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.