| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FOSSBilling.zip | 2025-09-07 | 29.1 MB | |
| 0.7.2 source code.tar.gz | 2025-09-06 | 10.5 MB | |
| 0.7.2 source code.zip | 2025-09-06 | 11.0 MB | |
| README.md | 2025-09-06 | 1.2 kB | |
| Totals: 4 Items | 50.7 MB | 2 | |
0.7.2 (9-07-2025)
đ Bug Fixes
- Fix an issue with invoice authentication which was causing problems with the cronjob tasks, renewals, and payments using certain payment gateways like PayPal.
- Credit and a thank you to @ktaog6 on GitHub for identifying the problem and providing a pull request!
- Fixed an oversight which could cause the
account_get_listAPI endpoint in the hosting service module to return data for a different service. - In the huraga theme, people can no longer hit the checkout button before being logged in.
- We've fixed around a dozen mistakes in exception logging.
- Fixed the "service" breadcrumb in the huraga theme.
- Fixed an error that would appear when trying to generate an API key from your admin panel profile.
- Fixed an error that would be seen if trying to update a client profile without providing a birthdate.
â New Features
- The about page now includes info on installed modules.
- The
Server_Clientclass now has methods to get the client's first and last name.
đ Changes
- Internally, file and path handling has been refactored to utilize Symfony's components.