Skip to content

Releases: dptole/laravel-survey

1.76.0

16 Feb 13:29

Choose a tag to compare

  • Unit & Feature tests.
  • StyleCI PHP code.
  • 100% code coverage.

1.75.0

10 Feb 16:49
efd42d5

Choose a tag to compare

  • Test App\Helper
  • Test user registration.
  • Fix grotesque authentication error.

1.74.0

09 Feb 07:15
7d296f1

Choose a tag to compare

  • 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

04 Feb 09:10
55582af

Choose a tag to compare

  • 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

03 Feb 00:41
b298001

Choose a tag to compare

  • General fixes (layout / redirects / references) & clean ups.
  • Aviod CSRF verification at /api/save_answer and /api/*/session_id

1.69.0

01 Feb 06:27
bd461c5

Choose a tag to compare

  • Upgrade from Laravel 5.4 to 6
  • Fix QuestionsTable.prototype.generateSessionId
  • Bump required PHP version

1.68.0

31 Jan 09:59
638c84a

Choose a tag to compare

  • Allow for production build on docker.
  • Speed up composer with hirak/prestissimo
  • General fixes.

1.54.0

26 Jan 03:28
5851116

Choose a tag to compare

  • 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+)