Passbolt v2.0.0-rc2 Release Notes

Release Date: 2018-02-20 // about 6 years ago
  • โž• Added

    • ๐Ÿ”ง PASSBOLT-2638: Added command to test email configuration and SMTP communication
    • PASSBOLT-2608: Implement Sidebar v2 in the Appjs
    • PASSBOLT-2660: Add codacy badge
    • PASSBOLT-1741: Add more GPG healthchecks
    • PASSBOLT-1741: Add PHP extension checks to the healthcheck
    • โฌ†๏ธ PASSBOLT-2597: Add check before upgrade to ensure passbolt is already in latest 1.x
    • 0๏ธโƒฃ PASSBOLT-2631: Add an env var to control which email transport to use and defaults to Smtp
    • PASSBOLT-2601: Add Travis v2: phpunit, coverage, phpcs

    ๐Ÿ›  Fixed

    • ๐Ÿ›  PASSBOLT-2618: Fixes for PHP 7.2 compatibility
    • ๐Ÿ›  PASSBOLT-2624: PR#219 Fixed use CONFIG instead of "ROOT . DS . 'config'"
    • ๐Ÿ”ง PASSBOLT-2631: Fixed default class for EmailTransport to Smtp in configuration
    • ๐Ÿ›  PASSBOLT-2640: Fixed incomplete urls in email templates
    • ๐Ÿ›  PASSBOLT-2640: Fixed escaping of non safe characters in emails
    • ๐Ÿ›  PASSBOLT-2667: Fixed regression: create a user that has been deleted previously returns an error
    • ๐Ÿ›  PASSBOLT-2673: Fixed regression: as AD I cannot create a group with the name of previously deleted group
    • ๐Ÿ›  PASSBOLT-2545: Fixed regression: As AD deleting a group I should be notified that all members of the group gonna lose access to the passwords shared with the group
    • ๐Ÿ›  PASSBOLT-2139: Fixed check sessions calls are logged as error
    • ๐Ÿ›  PASSBOLT-2139: Fixed not found image on password workspace
    • ๐Ÿ›  PASSBOLT-1741: Fixed set license to AGPL-3.0-or-later for composer compatibility
    • ๐Ÿ›  PASSBOLT-2589: Fixed App-js should check request response code from the http response header and not from the body header
    • ๐Ÿ›  PASSBOLT-2533: Fixed resource name, username, uri, description min length should be 1 char not 3
    • ๐Ÿšš PASSBOLT-2660: Fixed remove flash message from login layout