Skip to content

2.4.0

Compare
Choose a tag to compare
@clemlatz clemlatz released this 27 Sep 19:03
· 35 commits to main since this release
319408b

The 2.4.0 update introduces a new method:

Isbn::isParsable ( string $value ) : boolean

This method returns true if the $value string can be parsed (and thus, converted into a valid ISBN-10, ISBN-13, EAN-13 or GTIN-14) and false if it cannot be.

Learn more