Skip to content

Latest commit

 

History

History
351 lines (233 loc) · 14.1 KB

File metadata and controls

351 lines (233 loc) · 14.1 KB

Release Notes

v1.0.7 - 2026-04-26

v1.0.6 was not published but only created locally

Full list of changes

  • Update php + js dependencies

After pulling the latest codebase please run composer install --no-dev 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.

Full Changelog: https://github.com/xam-ps/LASO/compare/v1.0.5...v1.0.7

v1.0.5 - 2026-03-31

Full list of changes

  • Update php + js dependencies

After pulling the latest codebase please run composer install --no-dev 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.

Full Changelog: https://github.com/xam-ps/LASO/compare/v1.0.4...v1.0.5

v1.0.4 - 2026-03-07

Full list of changes

  • Update php + js dependencies

After pulling the latest codebase please run composer install --no-dev 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.

Full Changelog: https://github.com/xam-ps/LASO/compare/v1.0.3...v1.0.4

v1.0.3 - 2026-02-04

Full list of changes

  • Update php + js dependencies

After pulling the latest codebase please run composer install --no-dev 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.

Full Changelog: https://github.com/xam-ps/LASO/compare/v1.0.2...v1.0.3

v1.0.2 - 2025-11-28

Full list of changes

  • Update php + js dependencies

After pulling the latest codebase please run composer install --no-dev 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.

Full Changelog: https://github.com/xam-ps/LASO/compare/v1.0.1...v1.0.2

v1.0.1 - 2025-10-27

Full list of changes

  • Upgrade to Laravel 12

After pulling the latest codebase please run composer install --no-dev php artisan cache:clear php artisan config:clear php artisan view:clear

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

Full Changelog: https://github.com/xam-ps/LASO/compare/v1.0.0...v1.0.1

v1.0.0 - 2025-10-04

Finally decided to release version 1.0.0

I'm using LASO now for more than two years - so far without any problems. Also the VAT-Notice module worked without problems so far (at the moment only with hard coded 19% VAT tough).

Full list of changes

  • Update php + js dependencies
  • Add tests (testcoverage is now at 76.2%)
  • Fix a smaller UI bug (not showing an error message when same invoice number is being used)
  • Adjust UI for VAT-Notice to make it more obvious, which values are needed for ELSTER

After pulling the latest codebase please run composer install --no-dev 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.

Full Changelog: https://github.com/xam-ps/LASO/compare/v0.6.4...v1.0.0

v0.6.4 - 2025-07-31

Full list of changes

  • Update php + js dependencies

After pulling the latest codebase please run composer install --no-dev 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.

Full Changelog: https://github.com/xam-ps/LASO/compare/v0.6.3...v0.6.4

v0.6.3 - 2025-04-12

Full list of changes

  • Update php + js dependencies
  • Add remaining net revenue to vat notice as this needs to be reported via elster after all

After pulling the latest codebase please run composer install --no-dev 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.2 - 2025-02-15

Full list of changes

  • Update laravel dependencies

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

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

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.