Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with symfony3 #1

Closed
kazenojiyu opened this issue Jun 1, 2016 · 1 comment
Closed

Not compatible with symfony3 #1

kazenojiyu opened this issue Jun 1, 2016 · 1 comment

Comments

@kazenojiyu
Copy link
Contributor

Hello,

I've seen that this bundle is not compatible with symfony3.
I have these warnings :

  • Accessing type "form" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\FormType" instead.
  • Vihuvac\Bundle\RecaptchaBundle\Form\Type\RecaptchaType: The FormTypeInterface::getName() method is deprecated since version 2.8 and will be removed in 3.0. Remove it from your classes. Use getBlockPrefix() if you want to customize the template block prefix. This method will be added to the FormTypeInterface with Symfony 3.0.
  • Vihuvac\Bundle\RecaptchaBundle\Form\Type\RecaptchaType: The FormTypeInterface::setDefaultOptions() method is deprecated since version 2.7 and will be removed in 3.0. Use configureOptions() instead. This method will be added to the FormTypeInterface with Symfony 3.0.

It's possible to fix these warnings ?

@vihuvac vihuvac closed this as completed Jun 4, 2016
@vihuvac
Copy link
Owner

vihuvac commented Jun 4, 2016

Issue fixed with the new release v2.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants