File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
11
uses : actions/checkout@v2
12
12
13
13
- name : Fix style
14
- uses : docker://oskarstark/php-cs-fixer-ga
14
+ uses : docker://oskarstark/php-cs-fixer-ga:2.18.6
15
15
with :
16
16
args : --config=.php_cs --allow-risky=yes
17
17
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-prerender ` will be documented in this file.
4
4
5
- ## Not released
5
+ ## 3.1.1 - 2021-05-21
6
+
7
+ - Fix bug causing the middleware to never work https://github.com/codebar-ag/laravel-prerender/pull/25
6
8
7
9
## 3.1.0 - 2021-04-28
8
10
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ http://localhost:3000/render?url=https://domain.test
342
342
curl -A Googlebot https://domain.test
343
343
```
344
344
345
- 6 . 🎉 You made it. You should see your prerendered html!
345
+ 6 . 🎉 That's it — you should see the prerendered html!
346
346
347
347
## 📝 Changelog
348
348
Original file line number Diff line number Diff line change 34
34
"symfony/psr-http-message-bridge" : " ^1.3|^2.0"
35
35
},
36
36
"require-dev" : {
37
- "friendsofphp/php-cs-fixer" : " ^2.16 " ,
37
+ "friendsofphp/php-cs-fixer" : " 2.18.6 " ,
38
38
"orchestra/testbench" : " ^4.0|^5.0|^6.0" ,
39
39
"phpunit/phpunit" : " ^8.4|^9.0"
40
40
},
You can’t perform that action at this time.
0 commit comments