From 4b4ff9f7c470c1ab29a2e0e0e3808dc6ed6634c9 Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 31 Jul 2024 18:20:29 +0000 Subject: [PATCH] Made syntax of URI-safe base64 methods compatible with the built in base64_* methods. --- VERSION | 2 +- src/Serialisation/UriBase64.php | 26 ++++++++++++-------------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/VERSION b/VERSION index ee49b8d..315448f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2407.311814 +0.2407.311820 diff --git a/src/Serialisation/UriBase64.php b/src/Serialisation/UriBase64.php index e31d925..8031261 100644 --- a/src/Serialisation/UriBase64.php +++ b/src/Serialisation/UriBase64.php @@ -1,34 +1,32 @@