Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 732 Bytes

File metadata and controls

19 lines (15 loc) · 732 Bytes

UPGRADE FROM Pre-Release to 1.0

General Changes

  • Renamed the Bundle class
  - Hostnet\Bundle\EntityTrackerBundle\EntityTrackerBundle
  + Hostnet\Bundle\EntityTrackerBundle\HostnetEntityTrackerBundle
  • Renamed the Extension class
  - Hostnet\Bundle\EntityTrackerBundle\DependencyInjection\EntityTrackerExtension
  + Hostnet\Bundle\EntityTrackerBundle\DependencyInjection\HostnetEntityTrackerExtension
  • With the above changes in mind, the configuration option has changed from entity_tracker to hostnet_entity_tracker.

Changes are made to stay in line with the Symfony2 Best Practices for Bundles