Skip to content

Tags: padosoft/homestead-custom

Tags

2.5.0

Toggle 2.5.0's commit message
# 2.5.0 - 2021-08-22

### ADD:
- support for PHP8
- Updated dependencies

2.4.2

Toggle 2.4.2's commit message
### CHANGE:

- Updated dependencies
##### string.php:
- added str_contains_array
- now str_contains is provided by Symfony\Polyfill\Php80 but the function
is maintained for backwards compatibility.

##### sanitize.php:
- sanitize_filename now use str_contains_array function

2.4.1

Toggle 2.4.1's commit message
# 2.4.1 - 2020-04-20

## FIX BUG:
### array.php:
- fix array_get() and array_set().

2.3.0

Toggle 2.3.0's commit message
add php 7.3 in travis

2.2.1

Toggle 2.2.1's commit message
updated changelog

2.2.0

Toggle 2.2.0's commit message
Updated with support for Carbon 2

2.1.0

Toggle 2.1.0's commit message
# 2.1.0 - 2018-09-07

### ADD:
##### string:
- firstStringBetween(): Returns the first string there is between the strings from the parameter start and end.

### FIX:
##### helpers:
- format_money(): Fix white space when no simbol passed.

2.0.2

Toggle 2.0.2's commit message
# 2.0.2 - 2018-04-18

### CHANGES:
##### validation:
- small refactor (remove unused code) in getCoutryCodeByVatNumberTest.

2.0.1

Toggle 2.0.1's commit message
# 2.0.1 - 2018-04-18

### ADD:
##### validation:
- getCoutryCodeByVatNumberTest($val, $fallback): Try to extract EU country code in Vat number return $fallback if it fails.

### CHANGES:
##### validation:
- small refactor

2.0.0

Toggle 2.0.0's commit message
# 2.0.0 - 2018-04-18

### BREAKING CHANGES:
##### validation:
- isPiva and IsVatNumber was removed in favour to new functions: isEuVatNumber, isVATRegisteredInVies, isITVat.
- isVATRegisteredInVies() : Validate a European VAT number using the EU commission VIES service to verify if VAT number is authorized to carry out intra-Community operations must use the service.
- isITVat() : Check Italian Vat Number (Partita IVA).
- isEuVatNumber() : Check if a valid EU vat given against specific EU country vat rules (at the moment only for italy) and optionally check the EU VIES service.