forked from mettle/sendportal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mettle#53 from mettle/feature/changelog
Add changelog
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Sendportal | ||
|
||
## 2.0.1 - ??? | ||
- Add form for allowing users to update their password ([#118](https://github.com/mettle/sendportal/pull/118)) | ||
- Use bootstrap for pagination ([#117](https://github.com/mettle/sendportal/pull/117)) | ||
- Add changelog.md ([#53](https://github.com/mettle/sendportal/pull/53)) | ||
|
||
## 2.0.0 - 2021-02-08 | ||
|
||
- Allow Core to be installed as a package in an existing project ([#88](https://github.com/mettle/sendportal/pull/88)) | ||
- Upgrade Package Support To Laravel 8 ([#108](https://github.com/mettle/sendportal/pull/108)) | ||
- Fix middleware redirect ([#71](https://github.com/mettle/sendportal/pull/71)) | ||
|
||
## 1.0.3 - 2020-07-21 | ||
- remove laracatch dependancy ([#57](https://github.com/mettle/sendportal/pull/57)) | ||
|
||
## 1.0.2 - 2020-06-22 | ||
|
||
- updated `.gitkeep` to include the `database/migrations` directory ([#42](https://github.com/mettle/sendportal/pull/42)) | ||
- update `.gitignore` to include the `storage/laracatch` directory ([#20](https://github.com/mettle/sendportal/pull/20)) | ||
- removed useless frontend assets and dependencies ([#22](https://github.com/mettle/sendportal/pull/22)) | ||
- removed redundant configuration file ([#19](https://github.com/mettle/sendportal/pull/19)) | ||
|
||
## 1.0.1 - 2020-06-11 | ||
|
||
- fixed double verification email ([#10](https://github.com/mettle/sendportal/pull/10)) | ||
|
||
## 1.0.0 - 2020-06-09 | ||
|
||
- initial release |