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

[Validator] Added IBAN format for Vatican City State #29531

Merged
merged 1 commit into from Dec 9, 2018

Conversation

raulfraile
Copy link
Contributor

IBAN for Vatican City State was added to IBAN registry recently. This PR adds support for this new format in the Iban validator.

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
License MIT

@ostrolucky
Copy link
Contributor

I think patches like these are treated as bugfixes, so should be targetting 3.4

@@ -5,6 +5,7 @@ CHANGELOG
-----

* added options `iban` and `ibanPropertyPath` to Bic constraint
* added support for Vatican City State IBAN format
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be removed when rebased on 3.4 (as this should indeed be considered as a bug fix).

@raulfraile raulfraile changed the base branch from master to 3.4 December 9, 2018 09:02
@raulfraile raulfraile changed the base branch from 3.4 to master December 9, 2018 09:02
@raulfraile raulfraile changed the base branch from master to 3.4 December 9, 2018 09:56
@raulfraile
Copy link
Contributor Author

@fabpot thanks for the comments! It's now rebased and targetting 3.4

@fabpot
Copy link
Member

fabpot commented Dec 9, 2018

Thank you @raulfraile.

@fabpot fabpot merged commit 5f02614 into symfony:3.4 Dec 9, 2018
fabpot added a commit that referenced this pull request Dec 9, 2018
…fraile)

This PR was squashed before being merged into the 3.4 branch (closes #29531).

Discussion
----------

[Validator] Added IBAN format for Vatican City State

IBAN for Vatican City State was added to [IBAN registry](https://www.swift.com/sites/default/files/resources/iban_registry.pdf) recently. This PR adds support for this new format in the `Iban` validator.

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Commits
-------

5f02614 [Validator] Added IBAN format for Vatican City State
This was referenced Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants