v0.25.28
bigcapitalhq/bigcapitalv0.25.28Aug 12, 2026by abouolia
AI Summary
This release enhances security by enforcing permission guards on financial reports and fixes a bug where feature activation for branches and warehouses was not reflected in the web application. It also adds automated tests for these features.
Key Highlights
- Enforced permission guards on financial report controllers for improved security.
- Fixed a bug where feature activation settings for branches and warehouses were not visible.
- Added end-to-end (E2E) tests for branches and warehouses.
New Features
- E2E tests for branches and warehouses
Full Release Notes
## What's Changed * fix(server): enforce permission guards on financial report controllers by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1216 * fix(webapp): feature activation not reflected for branches and warehouses by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1217 * feat(e2e): add branches and warehouses activation and CRUD tests by @abouolia in https://github.com/bigcapitalhq/bigcapital/pull/1218 **Full Changelog**: https://github.com/bigcapitalhq/bigcapital/compare/v0.25.27...v0.25.28