Skip to content

2.10.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@boesing boesing released this 24 Oct 18:53
· 25 commits to 2.10.x since this release
c9b825d

Added

  • #21 Adds new PluginAwareInterface and PluginCapableInterface to provide better typehinting against plugin capable storage adapters
  • #40 Adds installation instructions to documentation.

Changed

Deprecated

  • #21 In case the StorageFactory has to create a custom StorageAdapterInterface implementation which does not extend the AbstractAdapter, the factory will trigger a deprecation message due to the missing PluginAwareInterface implementation when a plugins configuration was provided.

Removed

  • #45 Removed abstract test classes as they're moved to an own package.

Fixed

  • Nothing.