Skip to content

Release v2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 17:01
v2.5.0

Added

  • Possibility to obtain/assign badges based on events (question has been answered, user is logged in...) (#161)
  • Possibility to schedule question publication. (#152)
  • Presenter to Question model. Removes several partial views.

Changed

  • View on question edit form to make it simpler.
  • Use SocialProviders/okta from packagist instead of GitHub.
  • Upgrade requirements to PHP 7.4.
  • Add docker-php-extension-installer to install PHP extensions in docker.
  • Dependencies has been updated.

Fixed

  • Badge images were not working on 'local' storage. (#162)
  • Choices were not shown on validation errors. Dynamic Form fields is using repeatable-fields.

Deprecated

  • QuestionChoice's correct model attribute. Use isCorrect() and scope correct() to get the same functionality than before.

Removed

  • QuestionChoice's correct field has been removed from the model. This field was not used in favor of score field. The removal is backward compatible and you can still use correct attribute, that it's deprecated.

Review CHANGELOG to see changes.