This repository was archived by the owner on Mar 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v2
1212
1313 - name : Fix style
14- uses : docker://oskarstark/php-cs-fixer-ga
14+ uses : docker://oskarstark/php-cs-fixer-ga:2.18.6
1515 with :
1616 args : --config=.php_cs --allow-risky=yes
1717
Original file line number Diff line number Diff line change 22
33All notable changes to ` laravel-prerender ` will be documented in this file.
44
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
68
79## 3.1.0 - 2021-04-28
810
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ http://localhost:3000/render?url=https://domain.test
342342curl -A Googlebot https://domain.test
343343```
344344
345- 6 . 🎉 You made it. You should see your prerendered html!
345+ 6 . 🎉 That's it — you should see the prerendered html!
346346
347347## 📝 Changelog
348348
Original file line number Diff line number Diff line change 3434 "symfony/psr-http-message-bridge" : " ^1.3|^2.0"
3535 },
3636 "require-dev" : {
37- "friendsofphp/php-cs-fixer" : " ^2.16 " ,
37+ "friendsofphp/php-cs-fixer" : " 2.18.6 " ,
3838 "orchestra/testbench" : " ^4.0|^5.0|^6.0" ,
3939 "phpunit/phpunit" : " ^8.4|^9.0"
4040 },
You can’t perform that action at this time.
0 commit comments