Closed BWorld closed 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.
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.
Thanks for the update. I was having minimum stability at development instead of stable, problem solved
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.