|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/bastien70/dbsaver/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bastien70/dbsaver/compare/1.1.0...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Allow to manually remove a backup [\#32](https://github.com/bastien70/dbsaver/issues/32) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Cleanup vendors [\#38](https://github.com/bastien70/dbsaver/pull/38) ([jmsche](https://github.com/jmsche)) |
| 14 | +- Add docs about updating the application [\#37](https://github.com/bastien70/dbsaver/pull/37) ([jmsche](https://github.com/jmsche)) |
| 15 | +- Added reset password support [\#36](https://github.com/bastien70/dbsaver/pull/36) ([bastien70](https://github.com/bastien70)) |
| 16 | +- Allow to manually remove a backup [\#35](https://github.com/bastien70/dbsaver/pull/35) ([jmsche](https://github.com/jmsche)) |
| 17 | +- Send email in user's locale [\#34](https://github.com/bastien70/dbsaver/pull/34) ([jmsche](https://github.com/jmsche)) |
| 18 | +- PostInstall command: add an option to only ask for missing params [\#33](https://github.com/bastien70/dbsaver/pull/33) ([jmsche](https://github.com/jmsche)) |
| 19 | +- Docs refactor [\#31](https://github.com/bastien70/dbsaver/pull/31) ([jmsche](https://github.com/jmsche)) |
| 20 | +- User: add locale & allow them to control their settings [\#30](https://github.com/bastien70/dbsaver/pull/30) ([jmsche](https://github.com/jmsche)) |
| 21 | +- Remove unused constant [\#29](https://github.com/bastien70/dbsaver/pull/29) ([jmsche](https://github.com/jmsche)) |
| 22 | +- Notification email: customize title & footer, use Mailer [\#28](https://github.com/bastien70/dbsaver/pull/28) ([jmsche](https://github.com/jmsche)) |
| 23 | +- Post install command: offer existing values when running command again [\#27](https://github.com/bastien70/dbsaver/pull/27) ([jmsche](https://github.com/jmsche)) |
| 24 | +- Add tests for DatabaseValidator & don't apply it if database name is … [\#26](https://github.com/bastien70/dbsaver/pull/26) ([jmsche](https://github.com/jmsche)) |
| 25 | +- Send notification emails after backups [\#25](https://github.com/bastien70/dbsaver/pull/25) ([jmsche](https://github.com/jmsche)) |
| 26 | +- Improvement of the CRUD Database index [\#24](https://github.com/bastien70/dbsaver/pull/24) ([bastien70](https://github.com/bastien70)) |
| 27 | +- Use Docker for local tests [\#23](https://github.com/bastien70/dbsaver/pull/23) ([jmsche](https://github.com/jmsche)) |
| 28 | +- Change main path from "/dbsaver" to "/" [\#22](https://github.com/bastien70/dbsaver/pull/22) ([jmsche](https://github.com/jmsche)) |
| 29 | +- Database connection status [\#21](https://github.com/bastien70/dbsaver/pull/21) ([jmsche](https://github.com/jmsche)) |
| 30 | +- Test entities & improve Backup controller tests [\#20](https://github.com/bastien70/dbsaver/pull/20) ([jmsche](https://github.com/jmsche)) |
| 31 | +- Fix license in composer.json [\#19](https://github.com/bastien70/dbsaver/pull/19) ([jmsche](https://github.com/jmsche)) |
| 32 | +- Improve forms [\#18](https://github.com/bastien70/dbsaver/pull/18) ([jmsche](https://github.com/jmsche)) |
| 33 | +- Allow to test database connection [\#17](https://github.com/bastien70/dbsaver/pull/17) ([jmsche](https://github.com/jmsche)) |
| 34 | +- Make tests use .env.test.local instead of .env.local [\#16](https://github.com/bastien70/dbsaver/pull/16) ([jmsche](https://github.com/jmsche)) |
| 35 | + |
3 | 36 | ## [1.1.0](https://github.com/bastien70/dbsaver/tree/1.1.0) (2021-08-24) |
4 | 37 |
|
5 | 38 | [Full Changelog](https://github.com/bastien70/dbsaver/compare/1.0.0...1.1.0) |
|
0 commit comments