Skip to content

Commit 43792af

Browse files
committed
Release v1.4.0
1 parent 64d4bad commit 43792af

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ All notable changes to `cybercog/laravel-paket` will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.4.0]
8+
79
### Added
810

911
- ([#39]) Add jobs deletion
1012
- ([#47]) Add job status badge in top menu
11-
12-
### Fixed
13-
1413
- ([#42]) Lock installer when Job in progress
1514
- ([#47]) Unlock installer when Job in progress
1615

@@ -48,7 +47,8 @@ All notable changes to `cybercog/laravel-paket` will be documented in this file.
4847

4948
- Initial release
5049

51-
[Unreleased]: https://github.com/cybercog/laravel-paket/compare/1.3.0...master
50+
[Unreleased]: https://github.com/cybercog/laravel-paket/compare/1.4.0...master
51+
[1.4.0]: https://github.com/cybercog/laravel-paket/compare/1.3.0...1.4.0
5252
[1.3.0]: https://github.com/cybercog/laravel-paket/compare/1.2.0...1.3.0
5353
[1.2.0]: https://github.com/cybercog/laravel-paket/compare/1.1.0...1.2.0
5454
[1.1.0]: https://github.com/cybercog/laravel-paket/compare/1.0.0...1.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ You will only be able to access this dashboard when `APP_ENV=local` is set in `.
6666

6767
### Terminal Jobs
6868

69-
![Laravel Paket Jobs](https://user-images.githubusercontent.com/1849174/64429896-b4abce00-d0bf-11e9-8c8b-4dff92740146.png)
69+
![Laravel Paket Jobs](https://user-images.githubusercontent.com/1849174/64499584-4c790a00-d2c2-11e9-902d-cfed49be1d98.png)
7070

7171
### Terminal Job Details
7272

73-
![Laravel Paket Job](https://user-images.githubusercontent.com/1849174/64429914-bc6b7280-d0bf-11e9-95be-8de111295838.png)
73+
![Laravel Paket Job](https://user-images.githubusercontent.com/1849174/64499560-38cda380-d2c2-11e9-9ea9-11491865ec6f.png)
7474

7575
## License
7676

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"/app.js": "/app.js?id=97f94e2dfb815ca2dba3",
2+
"/app.js": "/app.js?id=46fb67c4a37e2812247e",
33
"/app.css": "/app.css?id=0363aa441deba08d8863"
44
}

0 commit comments

Comments
 (0)