Skip to content

Releases: InvoiceShelf/InvoiceShelf

v1.2.2

04 May 13:30
1e530e0
Compare
Choose a tag to compare

What's Changed

This is another HotFix release to v1.2.0 reported by community.

  • Fixes languages not working in PDFs/Reports.

1.2.1

04 May 11:49
Compare
Choose a tag to compare

What's Changed

This is a HotFix release for issue #64 (props @swiffer)

  • Included release migration

1.2.0

04 May 10:15
ecb0297
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

v1.1.0

11 Feb 20:59
Compare
Choose a tag to compare

What's new:

Also props to @nielsdrost7, @rihards-simanovics and the others involved for helping here and there.

To migrate from Crater, refer to the Migration Guide.

v1.0.0

05 Feb 01:58
Compare
Choose a tag to compare

What's new:

  • Upgraded to latest Laravel 10
  • Upgraded to latest PHPUnit 10 / Pest 2
  • Upgraded to latest Vue 3.4
  • Upgraded to latest Vue-router, Vue-flatpickr and other JS libraries
  • Upgraded to latest Vite 5.0
  • Upgraded all PHP packages for PHP 8.2/8.3 compatibility
  • Moved docker image in separate repository InvoiceShelf/docker
  • In-app updates will now pull from invoiceshelf.com
  • Dropped unnecessary JS libraries and cleaned up JS code
  • Dropped (git-ignored) the public/build directory. App builds can be downloaded from the website or GitHub releases page.
  • Dropped Uffizzi (we can't support it right now)
  • Improvements to the French translation (crater-invoice/crater@PR-1224)
  • Added support for Turkmen manat currency (crater-invoice/crater@PR-1133)
  • Added support for Bosnia and Herzegovina Convertible Mark currency (crater-invoice/crater@PR-1212)
  • Fixed hardcoded "?" in nginx rewrite rule (crater-invoice/crater@PR-819)
  • Fixed payment note Amount field display (crater-invoice/crater@PR-1151)
  • Fixed duplicate character in generated hashes affecting PDFs (crater-invoice/crater@ISSUE-1150)
  • Fixed active menu item border not highlighted properly
  • Fixed migrations rollback
  • Changed PHP namespace from \Crater to \InvoiceShelf

To migrate from Crater, refer to the Migration Guide.