Skip to content

Commit

Permalink
Merge pull request #111 from mercadolibre/release/0.9.22
Browse files Browse the repository at this point in the history
Release 0.9.22
  • Loading branch information
mvarani authored Feb 3, 2022
2 parents 1887ff2 + e5ef0e9 commit 265a7c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# v0.9.21
πŸš€ Release 0.9.21 πŸš€
# v0.9.22
πŸš€ Release 0.9.22 πŸš€
- Added new backend flag that allows us to enable/disable Name and ID fields autocompletion.
- Added new tracking data.
- Fixed issue in ID number's mask when typing a Card number, and then typing a different one.
- Fixed issue in card fields to avoid being able to select the next field when current one is invalid.
- Fixed bug when completing cardName field with whitespaces at the end.

# v0.9.19
πŸš€ Release 0.9.19 πŸš€
- Refactor MLCardFormCustomMask to fix issues when getting the value unmasked
Expand Down
2 changes: 1 addition & 1 deletion MLCardForm.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MLCardForm"
s.version = "0.9.21"
s.version = "0.9.22"
s.summary = "MLCardForm for iOS"
s.homepage = "https://www.mercadolibre.com"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 265a7c1

Please sign in to comment.