Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

5.1.1 #78

Merged
merged 5 commits into from
Jun 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This repository is a big shift for ChangeWindows from the previous 4 major versi
## Using
To run ChangeWindows, you'll need the following:

* PHP 7.1.3 or higher, including extensions required by Laravel 5.7
* PHP 7.2.0 or higher, including extensions required by Laravel 6.x
* MySQL
* Composer
* NPM
Expand Down
4 changes: 2 additions & 2 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
<div class="col-12 text-right">
<span class="m-0">
<a href="https://patreon.com/changewindows"><i class="fab fa-fw fa-patreon"></i></a>
<a href="https://github.com/changewindows"><i class="fab fa-fw fa-twitter"></i></a>
<a href="https://github.com/changewindows"><i class="fab fa-fw fa-github"></i></a>
<a href="https://medium.com/changewindows"><i class="fab fa-fw fa-medium"></i></a>
<a href="https://twitter.com/changewindows"><i class="fab fa-fw fa-github"></i></a>
<a href="https://twitter.com/changewindows"><i class="fab fa-fw fa-twitter"></i></a>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/timeline.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</div>
@endif
</div>
{{ $releases->links() }}
{{ $releases->withQueryString()->links() }}
</div>
<div class="d-none d-lg-block col-lg-5">
<div class="row row-gutter">
Expand Down