zendframework / zend-filter

Filter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Bad method in plugin manager #18

Closed BWorld closed 8 years ago

BWorld commented 8 years ago

After updating to version 2.4.9 the code breaks because in the method validatePlugin() is missing. It seems that validate() must be renamed to validatePlugin() to satisfy the interface.

This is at the develop branch. All unit tests are passing at master branch.

weierophinney commented 8 years ago

The develop branch is tested against the develop branch of zend-servicemanager, which introduced this change. The change is correct. Make sure you're using the develop branch of both projects. On Dec 24, 2015 8:43 AM, "Chris Blokland" notifications@github.com wrote:

After updating to version 249 the code breaks because in the method validatePlugin() is missing It seems that validate() must be renamed to validatePlugin() to satisfy the interface

— Reply to this email directly or view it on GitHub https://github.com/zendframework/zend-filter/issues/18.

weierophinney commented 8 years ago

Just as a follow-up: 2.4.9 is based on the master branch; the develop branch represents the upcoming v3, and is not compatible. Updating to 2.4.9 cannot and will not work with the develop branch.

BWorld commented 8 years ago

Thanks for the update. I was having minimum stability at development instead of stable, problem solved