v1.10.1 build updates

- Fixed API issues
- Updated release notes and readme files
- Updated dummy database files
- dumped composer to with --no-dev to ignore dev dependency

- ignored tests directory and phpunit.xml while downloading compressed archives of the repo
This commit is contained in:
Manish Verma
2018-09-19 14:07:25 +05:30
committed by Manish Verma
parent 97e45c8a9f
commit 00a7111421
6 changed files with 14 additions and 7 deletions

View File

@@ -34,6 +34,12 @@ As we mentioned in last release that the application is now compatible with PHP7
- Integrated slack channel for travis build notifications
- Updated Bugsnag API key
Error Reporting
--------------------------
Faveo uses [Bugsnag](https://www.bugsnag.com/) to monitor application stability in production enviroment. It helps us to provide bug fixes and feature updates after analyzing the logs and crash reports for the application. **If you are customizing the application under development environment, we request you to disable this error reporting.** It will allow us to ignore the errors occurred during your development cycle and we can focus more on the exceptions/bugs occuring in live system of other users of Faveo community. It can be easily disabled from "Error logs and debugging" option in admin panel or by updating your app environment to development in `.env`.
You can still report the issues on our [Github Issue page](https://github.com/ladybirdweb/faveo-helpdesk/issues) by providing proper information about the changes you are trying to implement. We assure you that Faveo community will help you and your customization can be a part of Faveo application if it follows our contributing guidelines.
|=====================================================
| v1.10 Laravel Framework update
|=====================================================