V0.24.7

bigcapitalhq/bigcapitalV0.24.7Feb 12, 2026by abouolia

AI Summary

Fixes phone number formatting, S3 configuration, and bank rule recognition logic to improve data accuracy and storage handling.

Key Highlights

  • Allowed formatted phone numbers in customer and vendor forms
  • Added missing S3_FORCE_PATH_STYLE environment variable
  • Fixed bank rule re-recognition when edited

Full Release Notes

## What's Changed
* fix(webapp): allow formatted phone numbers in customer and vendor forms by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/941
* fix(server): allow 'payee' field in bank rule conditions validation by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/942
* fix(server): add missing S3_FORCE_PATH_STYLE environment variable by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/943
* fix(server): re-recognize transactions when bank rule is edited by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/944
* fix: paper template scrollable area by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/948
* fix: tax rates API and UI improvements by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/949


**Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.24.6...V0.24.7