-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🎨 Reformat * 🔧 Removed coverage to Codecov * 🔧 Try laravel 8 prefer lowest * 🔧 No coverage with phpunit * Revert "🔧 Try laravel 8 prefer lowest" This reverts commit 85d51a6 * ♻️ Refactored * Fix styling * ♻️ Refactored * 🔧 Added additional user agents * 📝 Added more information to the readme * 📝 Added local testing * Updated social preview image * 📝 Added published config file * 📝 Added more information * ♻️ Refactored to use helper functions * 📝 3.1.0 release notes added * Correct homepage Co-authored-by: SuddenlyRust <[email protected]>
- Loading branch information
1 parent
1ffb739
commit e07bb3b
Showing
11 changed files
with
423 additions
and
171 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Security Policy | ||
|
||
If you discover any security related issues, please email hi@codebar.ch instead of using the issue tracker. | ||
If you discover any security related issues, please email info@codebar.ch instead of using the issue tracker. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Check & fix styling | ||
|
||
on: [ push ] | ||
on: [push] | ||
|
||
jobs: | ||
style: | ||
|
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
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,27 @@ | ||
# Changelog | ||
|
||
All notable changes to `laravel-prerender` will be documented in this file. | ||
|
||
## Not released | ||
|
||
## 3.1.0 - 2021-04-28 | ||
|
||
- Added additional [user agents](https://github.com/codebar-ag/laravel-prerender/commit/a8706a678b2f990cd1f108866c7d2b10f4b4e658) | ||
- Refactored | ||
- Moved the default branch to `main` | ||
|
||
## 3.0.3 - 2021-02-09 | ||
|
||
- Support for PHP 8.0 added. | ||
|
||
## 3.0.2 - 2020-09-18 | ||
|
||
- Updated README.md | ||
|
||
## 3.0.1 - 2020-09-14 | ||
|
||
- Updated README.md | ||
|
||
## 3.0.0 - 2020-09-14 | ||
|
||
- Support for Laravel 8 added. |
Oops, something went wrong.