Skip to content

Commit

Permalink
Bump version to 2.4.0 & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz committed Sep 27, 2021
1 parent 0f65798 commit 319408b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

biblys/isbn can be used to:

- validate a string against the ISBN-10, ISBN-13 and EAN-13 formats
- convert an ISBN to ISBN-10, ISBN-13, EAN-13 and GTIN-14 formats
- [validate](#validate) a string against the ISBN-10, ISBN-13 and EAN-13 formats
- [convert](#convert) an ISBN to ISBN-10, ISBN-13, EAN-13 and GTIN-14 formats
- parse an ISBN and extract registration agency, publisher code, publication code, checksum, etc.

[CHANGELOG](https://github.com/biblys/isbn/releases)
Expand All @@ -24,7 +24,7 @@ composer require biblys/isbn:^2.4.0

## Usage

### Formatting
### Convert

Use case: converting an EAN (9782843449499) to an ISBN-13 (978-2-84344-949-9).

Expand All @@ -49,7 +49,7 @@ All formatting methods:
- `Isbn::convertToEan13`
- `Isbn::convertToGtin14`

### Validating
### Validate

Use case: validating an incorrectly formed ISBN-13 (978-2-843-44949-9, should
be 978-2-84344-949-9).
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "biblys/isbn",
"description": "A PHP library to convert and validate ISBNs & EANs",
"time": "2021-02-28",
"description": "A PHP library to convert and validate ISBNs",
"time": "2021-03-05",
"keywords": [
"ISBN",
"EAN",
Expand Down

0 comments on commit 319408b

Please sign in to comment.