Releases: dptole/laravel-survey
Releases · dptole/laravel-survey
1.76.0
- Unit & Feature tests.
- StyleCI PHP code.
- 100% code coverage.
1.75.0
- Test App\Helper
- Test user registration.
- Fix grotesque authentication error.
1.74.0
- If Pusher (Websocket) is not available fallback to SSE (Server-Sent Events).
- Implement SSE via Symfony's StreamedResponse class.
- Turn off output buffering for PHP.
- Low max input time from 60 to 5 seconds for PHP.
- Create sses table.
1.73.0
- Fix README.md
- Download Nginx 1.16.1 and compile its source code.
- Compile Nginx with Google/Brotli.
- Compile Nginx with Maxmind/GeoIP2.
1.70.0
- General fixes (layout / redirects / references) & clean ups.
- Aviod CSRF verification at /api/save_answer and /api/*/session_id
1.69.0
- Upgrade from Laravel 5.4 to 6
- Fix QuestionsTable.prototype.generateSessionId
- Bump required PHP version
1.68.0
- Allow for production build on docker.
- Speed up composer with hirak/prestissimo
- General fixes.
1.54.0
- Remove requirement for DB-IP API key
- Remove home technologies listing
- Fix infinite redirect when requesting /
- Bump axios from 0.15.3 to 0.19.0
- Fix npm production bug (UglifyJs doesn't support ECMAScript2015+)