This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-mvc 2.6.1
weierophinney
released this
16 Feb 20:08
·
651 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
-
#69 largely reverts #30, having the component utilize the
HydratorPluginManager
from zend-stdlib 2.7.5. This was done to provide backwards compatibility; while zend-stdlib Hydrator types can be used in place of zend-hydrator types, the reverse is not true.You can make your code forwards-compatible with version 3, where the
HydratorPluginManager
will be pulled from zend-hydrator, by updating your typehints to use the zend-hydrator classes instead of those from zend-stdlib; the instances returned from the zend-stdlibHydratorPluginManager
, because they extend those from zend-hydrator, remain compatible.