From b84f48d86be2e60063b976a65418a43720644a22 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 10 Nov 2025 09:53:43 +0000 Subject: [PATCH 1/7] Remove the old default expiry date information --- source/ruby.html.md.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ruby.html.md.erb b/source/ruby.html.md.erb index 2a8ac8a..8ef8f68 100644 --- a/source/ruby.html.md.erb +++ b/source/ruby.html.md.erb @@ -456,8 +456,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh If you do not choose a value, the file will be available for the default period of 26 weeks (6 months). -Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months). - ```ruby File.open("file.pdf", "rb") do |f| ... From f425e084b6514c01b6efd4d531b6fbed63148ef8 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 10 Nov 2025 09:54:11 +0000 Subject: [PATCH 2/7] Remove the old default expiry date information --- source/rest-api.html.md.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/rest-api.html.md.erb b/source/rest-api.html.md.erb index 3b0d205..95b36cf 100644 --- a/source/rest-api.html.md.erb +++ b/source/rest-api.html.md.erb @@ -501,8 +501,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh If you do not choose a value, the file will be available for the default period of 26 weeks (6 months). -Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months). - ```javascript "personalisation":{ "first_name": "Amala", From 163691d7521d1b6ea768a45af1ad9e06de5a78ae Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 10 Nov 2025 09:54:41 +0000 Subject: [PATCH 3/7] Remove the old default expiry date information --- source/python.html.md.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/python.html.md.erb b/source/python.html.md.erb index 4a8f637..fc6e4a1 100644 --- a/source/python.html.md.erb +++ b/source/python.html.md.erb @@ -469,8 +469,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh If you do not choose a value, the file will be available for the default period of 26 weeks (6 months). -Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months). - ```python from notifications_python_client import prepare_upload From 71217045046402cc7d563e0ac3b33077f74f13d4 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 10 Nov 2025 09:55:22 +0000 Subject: [PATCH 4/7] Remove the old default expiry date information --- source/php.html.md.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/php.html.md.erb b/source/php.html.md.erb index 0f76862..cee0c48 100644 --- a/source/php.html.md.erb +++ b/source/php.html.md.erb @@ -482,8 +482,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh If you do not choose a value, the file will be available for the default period of 26 weeks (6 months). -Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months). - ```php try { $file_data = file_get_contents('/path/to/my/file.pdf'); From 5c7cfa49464bdb86ee46bb8cd42e0cb85204b690 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 10 Nov 2025 09:55:59 +0000 Subject: [PATCH 5/7] Remove the old default expiry date information --- source/node.html.md.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/node.html.md.erb b/source/node.html.md.erb index 2f9147f..ecc8d5d 100644 --- a/source/node.html.md.erb +++ b/source/node.html.md.erb @@ -531,8 +531,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh If you do not choose a value, the file will be available for the default period of 26 weeks (6 months). -Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months). - ```javascript let fs = require("fs") From b754f94ddd0e8063bf5035d03f229911f44f0838 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 10 Nov 2025 09:56:28 +0000 Subject: [PATCH 6/7] Remove the old default expiry date information --- source/net.html.md.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/net.html.md.erb b/source/net.html.md.erb index 745cfde..81e3566 100644 --- a/source/net.html.md.erb +++ b/source/net.html.md.erb @@ -523,8 +523,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh If you do not choose a value, the file will be available for the default period of 26 weeks (6 months). -Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months). - ```csharp byte[] documentContents = File.ReadAllBytes(""); From 7f18c52906dfcc2a40ba9a4a27594756b8223436 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Mon, 10 Nov 2025 09:56:58 +0000 Subject: [PATCH 7/7] Remove the old default expiry date information --- source/java.html.md.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/java.html.md.erb b/source/java.html.md.erb index cb84d5c..4ee58c9 100644 --- a/source/java.html.md.erb +++ b/source/java.html.md.erb @@ -464,8 +464,6 @@ You can choose any value between 1 week and 78 weeks. When deciding this, you sh If you do not choose a value, the file will be available for the default period of 26 weeks (6 months). -Files sent before 12 April 2023 had a longer default period of 78 weeks (18 months). - ```java ClassLoader classLoader = getClass().getClassLoader(); File file = new File(classLoader.getResource("document_to_upload.pdf").getFile());