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

Replaced routing deprecated arguments #136

Merged
merged 1 commit into from
May 21, 2015

Conversation

phansys
Copy link
Contributor

@phansys phansys commented May 21, 2015

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

Replaced arguments that are deprecated from Symfony 2.2.

Before:

bazinga_jstranslation_js:
    pattern:  /translations/{domain}.{_format}

After:

bazinga_jstranslation_js:
    path:  /translations/{domain}.{_format}

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Replaces arguments that are deprecated from Symfony 2.2:

Before:
```yaml
bazinga_jstranslation_js:
    pattern:  /translations/{domain}.{_format}
```

After:
```yaml
bazinga_jstranslation_js:
    path:  /translations/{domain}.{_format}
```
willdurand added a commit that referenced this pull request May 21, 2015
Replaced routing deprecated arguments
@willdurand willdurand merged commit 2f9ee8b into willdurand:master May 21, 2015
@willdurand
Copy link
Owner

Perfect! Thank you.

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

Successfully merging this pull request may close these issues.

2 participants