Construct v1.15.0 Release Notes

Release Date: 2017-07-17 // almost 7 years ago
    • Added
      • Generate initial AppVeyor configuration for CLI projects. Done by @raphaelstolt. See #196.
    • 🛠 Fixed
      • The Xdebug extension disabling has been removed from the Travis CI configuration as Composer takes care of this since 1.3. Done by @raphaelstolt. See #194.
      • Utilise PHPUnit's forward compatibility layer for PHPUnit 6. Done by @raphaelstolt. See #179.
      • The email notification for successful Travis CI builds has been disabled. Done by @raphaelstolt. See #198.
      • The generated change log has been aligned with the Keep a Changelog format. Done by @raphaelstolt. See #202.
      • The CLI binary has been moved to bin to achieve PDS compliance. Done by @raphaelstolt.