nelmio / NelmioCorsBundle

Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application
https://symfony.com/bundles/NelmioCorsBundle/
MIT License
1.89k stars 108 forks source link

Add symfony 3.0 support #53

Closed vincent-chapron closed 8 years ago

gnugat commented 8 years ago

:+1:

luispabon commented 8 years ago

This works for me :+1:

Seldaek commented 8 years ago

I did a quick fix in https://github.com/nelmio/NelmioCorsBundle/commit/de48ff53f478fdfca308307a5cf25ea56928e7a7 to allow sf3, but the rest of this PR IMO needs to be revised. I'd be happy to get the travis changes in!

vincent-chapron commented 8 years ago

Thank you for taking time for this small PR :+1:

gnugat commented 8 years ago

@Seldaek: is there any plan to tag a new release?

drewclauson commented 8 years ago

I second that, any plans to tag a new release?

gnugat commented 8 years ago

@Seldaek: in the meantime I'll just rely on ^1.4@dev :) thanks for the quick fix

Seldaek commented 8 years ago

Sorry I missed the fact that the PR was updated, I was kinda waiting on that, 1.4.1 is out now.

gnugat commented 8 years ago

Awesome, you rock @Seldaek ! Thanks