Skip to content

Latest commit

 

History

History
94 lines (72 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

94 lines (72 loc) · 3.44 KB

CHANGELOG

This changelog references the relevant changes done in this project.

This project adheres to Semantic Versioning and to the CHANGELOG recommendations.

[Unreleased]

[0.2.0] - 2016-04-08

Added

  • Add DoctrineMigrationBundle

Changed

  • Change version of sonata-project/doctrine-orm-admin-bundle to dev-master instead 2.3 to resolve AuditBlockService
  • Change version of sonata-project/admin-bundle to 2.4@dev instead 2.3 to resolve AuditBlockService
  • Change version of "knplabs/doctrine-behaviors" from dev-master to ^1.3 release
  • Change version of "hwi/oauth-bundle" from "0.4.*@dev" to "^0.4"
  • Update "egeloen/ckeditor-bundle" from "~3.0" to "^4.0"
  • Update "helios-ag/fm-elfinder-bundle" from "~5.0" to "^6.0"
  • Update "fzaninotto/faker" from "1.5.*@dev" to "^1.5"
  • Update "jms/di-extra-bundle" from "1.4.*@dev" to "^1.7"
  • Update "willdurand/geocoder-bundle" from "3.1.*@dev" to "^4.1"
  • Change CocoricoGeoBundle to be compatible with "willdurand/geocoder-bundle" 4.1
  • Change credit link
  • Change doc index.rst
  • Change listing_search_min_result value from 5 to 1
  • Change page fixture description

Deprecated

See https://gist.github.com/mickaelandrieu/5211d0047e7a6fbff925 and https://github.com/symfony/symfony/blob/2.8/UPGRADE-3.0.md

  • Renamed AbstractType::setDefaultOptions to AbstractType::configureOptions
  • Renamed AbstractType::getName to AbstractType::getBlockPrefix
  • Renamed @translator service to @translator.default
  • Replace @request service call by Request object injection in the action method
  • Replace form.csrf_provider service call by security.csrf.token_manager service call
  • Replace intention option by csrf_token_id option in security.yml
  • Replace intention form option resolver by csrf_token_id in forms
  • Replace Twig initRuntime method by adding needs_environment = true in filters arg functions
  • Replace setNormalizers by setNormalizer
  • Change setAllowedValues to modify one option at a time
  • Add choices_as_values => true to the ChoiceType and flip keys and values of choices option
  • Split security.context service into security.authorization_checker and security.token_storage
  • Rename precision option to scale
  • Remove scope from service definitions
  • Replace sameas by same as in Twig templates
  • Replace form tag by twig form_start function
  • ...

Fixed

  • Add __toString to Contact entity
  • Fix admin datagrid filter status for BookingPayinRefund
  • Gmap Markers autoescape html
  • Add custom DoctrineCurrencyAdapter to fix Lexik currency bundle convert sql request
  • Listing discount editions error displaying
  • Change listing category parent label in admin
  • Add required attributes to page admin form fields
  • Fix links translations in error pages
  • Fix find bookings payed by asker when MangoPayBundle is not enabled

[0.1.1] - 2016-04-04

Added

  • Add currency on booking amount error message
  • Add fees help in sonata admin for bank wire
  • Add default currency on admin BankWire "Debited funds" field

Fixed

  • Fix duplicate error message on new booking
  • Fix bookings refusing while booking acceptation
  • Fix currency format on all bills
  • Fix admin currency vertical align on price fields
  • Fix admin listing "rules" field requirement

Changed

  • Update documentation
  • Change min listing price parameter to 1 (default currency)
  • Change composer.json support section

[0.1.0] - 2016-03-23

Added

  • First commit