InvoiceShelf logo

InvoiceShelf

Open source invoicing solution for individuals and businesses

Alternative to: freshbooks, invoice ninja, zoho invoice


About Versions (20)

2.1.0-RC1

2025-01-13

What’s Changed

How to upgrade

Docker Setups

  1. In your docker compose set up, change the version tag to invoiceshelf/invoiceshelf:2.1.0-RC1
  2. Run the following to re-create the containers
    docker-compose pull
    docker-compose up --force-recreate --build -d
    docker image prune -f

Manual setups

For manual installations, please ensure you are running PHP 8.2 or 8.3.

To upgrade using the one-click upgrade, go to Settings > Update App, check “Insider consent” and proceed.

To manually upgrade the app, download it from the official website or this direct link.

Note: Backup your .env file and storage directory and restore back after extracting InvoiceShelf.zip.

New Contributors

Full Changelog: https://github.com/InvoiceShelf/InvoiceShelf/compare/2.0.0…2.1.0-RC1