Skip to content

Latest commit

 

History

History
148 lines (93 loc) · 7.91 KB

CHANGELOG.md

File metadata and controls

148 lines (93 loc) · 7.91 KB

Release Notes

v0.6.1 - 2025-01-03

Full list of changes

  • Smaller UI fixes
  • Update version number in composer.json

Upgrade instruction (only when you are upgrading from v0.5.x or older)

⚠️You need to add a DEFAULT_TAX_RATE property to the .env file, e.g. DEFAULT_TAX_RATE=19 for 19%. Have a look at the .env.example file and place the property at the same location if possible.

After pulling the latest codebase please run composer install --no-dev php artisan migrate (for the vat notice a new table is necessary) php artisan cache:clear php artisan config:clear php artisan view:clear and npm install npm run build to build the frontend

For a fresh installation please have a look at the README.

v0.6.0 - 2024-12-28

Full list of changes

  • Add module to track vat payments to/from the financial office during the year
  • Extract tax rate to .env file to make LASO more flexible also for other countries
  • Update Readme

Upgrade instruction

⚠️You need to add a DEFAULT_TAX_RATE property to the .env file, e.g. DEFAULT_TAX_RATE=19 for 19%. Have a look at the .env.example file and place the property at the same location if possible.

After pulling the latest codebase please run composer install --no-dev php artisan migrate (for the vat notice a new table is necessary) php artisan cache:clear php artisan config:clear php artisan view:clear and npm install npm run build to build the frontend

For a fresh installation please have a look at the README.

v10.2.9 - 2023-11-13

v10.2.8 - 2023-11-02

v10.2.7 - 2023-10-31

v10.2.6 - 2023-08-10

v10.2.5 - 2023-06-30

v10.2.4 - 2023-06-07

v10.2.3 - 2023-06-01

v10.2.2 - 2023-05-23

v10.2.1 - 2023-05-12

v10.2.0 - 2023-05-05

v10.1.1 - 2023-04-18

  • Fix laravel/framework constraints for Default Service Providers by @Jubeki in laravel/laravel#6160

v10.0.7 - 2023-04-14

v10.1.0 - 2023-04-15

v10.0.6 - 2023-04-05

v10.0.5 - 2023-03-08

v10.0.4 - 2023-02-27

v10.0.3 - 2023-02-21

v10.0.2 - 2023-02-16

v10.0.1 - 2023-02-15

Laravel 10 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.