Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit f8cda41

Browse files
author
Daniel San
committed
Update changelog and library verion
Also fixed a small problem with the English translation. Signed-off-by: Daniel San <danielsan@ilhasoft.com.br>
1 parent d278ff5 commit f8cda41

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# IlhaSoft Support Validation CHANGELOG
22

3+
## Version 0.5.0 (2016-10-14)
4+
5+
* Implemented password validation
6+
* Created ES and EN translation
7+
* Updated build tools and support libraries
8+
9+
## Version 0.4.5 (2016-10-14)
10+
11+
* Fix error messages on **TextInputLayout**
12+
## Version 0.4.4 (2016-10-14)
13+
14+
* Updated DateRule to don't use apache validator library
15+
* Removed the dependency of the entire Apache validator library
16+
* Fixed implementation of `disableErrorOnChanged` method
17+
318
## Version 0.4.3 (2016-10-14)
419

520
* Fixed problem with CPF validation

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdkVersion 15
1616
targetSdkVersion 25
1717
versionCode 1
18-
versionName "0.1.0"
18+
versionName "0.5.0"
1919
consumerProguardFiles 'proguard-rules.pro'
2020
}
2121
}

library/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<string name="error_message_cpf_validation">Invalid CPF format</string>
99
<string name="error_message_url_validation">Invalid url format</string>
1010
<string name="error_message_credit_card_validation">Invalid credit card format</string>
11-
<string name="error_message_empty_validation">This field can't be empty</string>
11+
<string name="error_message_empty_validation">This field can\'t be empty</string>
1212
<string name="error_message_not_equal_password">Passwords are not the same</string>
1313
</resources>

0 commit comments

Comments
 (0)