From 67ed9ddaea3d53f4054abe96508655e9deb2d323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Debrauwer?= Date: Thu, 26 Sep 2024 13:33:30 +0200 Subject: [PATCH] Document v3 upgrade steps --- UPGRADING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index d592a85..64fa16c 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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.