From 8e664db6e495a2722e2f1049c9dc62940291235b Mon Sep 17 00:00:00 2001 From: CastagnaIT Date: Sun, 24 Aug 2025 09:35:57 +0200 Subject: [PATCH] Version bump (1.23.5) --- addon.xml | 9 ++++----- changelog.txt | 4 ++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/addon.xml b/addon.xml index 8289e2b8a..0b6b39d58 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -86,10 +86,9 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix - v1.23.4 (2025-05-15) -- Fix authUrl not valid error -- Better InputStream Adaptive support on Kodi 22 -- Other minor fixes + v1.23.5 (2025-08-24) +- Fix esn error on login due to website changes +- Fix Nonetype error on startup due to website changes diff --git a/changelog.txt b/changelog.txt index 6b9725ace..9aad190ce 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.23.5 (2025-08-24) +- Fix esn error on login due to website changes +- Fix Nonetype error on startup due to website changes + v1.23.4 (2025-05-15) - Fix authUrl not valid error - Better InputStream Adaptive support on Kodi 22