diff --git a/addon.xml b/addon.xml index a4a55d6fd..773231fff 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -86,9 +86,10 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix - v1.22.2 (2023-09-20) + v1.22.3 (2023-09-20) - Removed HTTPX module (http2) to fix compatibility with python >= 3.11 - Restored Requests module (details https://github.com/CastagnaIT/plugin.video.netflix/pull/1622) +- Fix cookies errors of 1.22.2 diff --git a/changelog.txt b/changelog.txt index ad8965252..817b81bd8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +v1.22.3 (2023-09-20) +- Removed HTTPX module (http2) to fix compatibility with python >= 3.11 +- Restored Requests module (details https://github.com/CastagnaIT/plugin.video.netflix/pull/1622) +- Fix cookies errors of 1.22.2 + v1.22.2 (2023-09-20) - Removed HTTPX module (http2) to fix compatibility with python >= 3.11 - Restored Requests module (details https://github.com/CastagnaIT/plugin.video.netflix/pull/1622)