1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/CHANGELOG.md
Sebastian Klaus 235acb05a4 Fixed Request being statically called
Signed-off-by: Sebastian Klaus <sebastian@klaus.com.au>
2016-07-14 23:22:11 +08:00

734 B

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

Added

  • Added 'Buy Now' buttons

Fixed

  • Setting default tax rate breaks invoice creation #974

[2.6] - 2016-07-12

Added

  • Configuration for first day of the week #950
  • StyleCI configuration #929
  • Added expense category

Changed

  • Removed invoiceninja.komodoproject from Git #932
  • APP_CIPHER changed from rinjdael-128 to AES-256-CBC #898
  • Improved options when exporting data

Fixed

  • "Manual entry" untranslatable #562
  • Using a database table prefix breaks the dashboard #203
  • Request statically called in StartupCheck.php #977