Skip to content

Commit

Permalink
Document v3 upgrade steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer authored Sep 26, 2024
1 parent 3a1ca44 commit 67ed9dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Upgrading

## From v2 to v3

- Install `wotz/unique-codes` instead of `nextapps/unique-codes`
- Replace all occurrences of `NextApps\UniqueCodes` namespace with new `Wotz\UniqueCodes` namespace

## From v1 to v2

- The `setPrime` method has been renamed to `setObfuscatingPrime'`. The number you provide to this method should also be larger than the prime number you provide to the `setMaxPrime` number.
Expand Down

0 comments on commit 67ed9dd

Please sign in to comment.