Skip to content

Commit 348c3b6

Browse files
committed
[chore] update changelog
1 parent 62a7e72 commit 348c3b6

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

CHANGELOG.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,31 @@
33
This project follows [Semantic Versioning](CONTRIBUTING.md).
44

55
---
6+
### v5.0.0 - 03/03/2019
7+
- Add Laravel 5.8 Support
8+
- Update Change Log
9+
10+
### v4.0.3 - 01/24/2019
11+
- Fix constant definition typo in service provider
12+
13+
### v4.0.2 - 12/20/2018
14+
- Add support for configurable DB connection
15+
- Cache table prefix to avoid multiple and frequent DB queries
16+
17+
### v4.0.1 - 11/08/2018
18+
- Fix table prefix issue that surfaced with Laravel 5.7.12
19+
- Fix foreign key database migrations
20+
621
### v4.0.0 - 09/05/2018
7-
Release for Laravel 5.7
22+
- Add Laravel 5.7 compatiblity
23+
- Use null coalescing operator in blade file instead of or operator
24+
- Update changelog and readme
825

926
### v3.0.0 - 02/27/2018
10-
Release for Laravel 5.6
27+
- Add support for Laravel 5.6
1128

1229
### v2.0.0 - 09/03/2017
13-
Release for Laravel 5.5
30+
- Add support for Laravel 5.5
1431

1532
### v1.0.0 - 09/03/2017
16-
Initial stable release for Laravel 5.4
33+
- Initial stable release for Laravel 5.4

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page contains guidelines for contributing to the Code Studio packages. Plea
44

55
## Which Branch?
66

7-
**ALL** bug fixes should be made to the branch which they belong. Bug fixes should never be sent to the `master` branch unless they fix features that exist only in the upcoming release.
7+
**ALL** bug fixes should be made to the branch which they belong.
88

99
## Pull Requests
1010

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Manage your `Laravel Schedule` from a pretty dashboard. Schedule your `Laravel C
1919

2020
|<span align="left">Laravel</span> |<span align="left">Totem</span>|
2121
|:-------|----------:|
22+
|5.8 | 5.x |
2223
|5.7 | 4.x |
2324
|5.6 | 3.x |
2425
|5.5 | 2.x |

0 commit comments

Comments
 (0)