You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, trying to validate an ISBN with an unknown range will throw an IsbnParsingException instead of a cryptic PHP Notice about array offsets. Thanks to @StefanGlaesser for pointing that out.
Isbn::convertToIsbnA("9782207258040"); // throws "Cannot find any ISBN range matching prefix 978-630"
This discussion was created from the release 2.5.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This update adds support for the ISBN-A/DOI format. You can thank @rlueder for that!
It introduces a new method to do so:
Also, trying to validate an ISBN with an unknown range will throw an
IsbnParsingException
instead of a cryptic PHP Notice about array offsets. Thanks to @StefanGlaesser for pointing that out.This discussion was created from the release 2.5.0.
Beta Was this translation helpful? Give feedback.
All reactions