From 686cd19d08d9c6ed85ccb930495d24e87e9fd0e0 Mon Sep 17 00:00:00 2001 From: Kiza Online Date: Thu, 26 Mar 2026 15:58:00 +1100 Subject: [PATCH 1/2] AP-7777 # Docs to include optionally importing `Public Sans` font --- CHANGELOG.md | 4 ++++ README.md | 35 +++++++++++++++++++++++++++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7c623e..1da11fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### Changed +- Docs to include optionally importing `Public Sans` font + +### Changed + - `OneBlink US` deployments to be conditional based on github variable ### Fixed diff --git a/README.md b/README.md index e43b21a1..c69e8b3d 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ The script to include comes in a few different ways to allow you to choose the u | `selector` | `string` | Yes | The selector to find a HTML Element to render the OneBlink Form inside. | | `formId` | `number` | Yes | The identifier of the OneBlink Form to render. | | `formsAppId` | `number` | No | The identifier of the OneBlink Forms App to submit the form to. | -| `submissionRedirectUrl` | `string` | No | The URL to redirect the user to after a successful submission. Will have `submissionId` added to query string before redirecting. | -| `cancelRedirectUrl` | `string` | No | The URL to redirect the user to if they cancel the form. | +| `submissionRedirectUrl` | `string` | No | The URL to redirect the user to after a successful submission. Will have `submissionId` added to query string before redirecting. | +| `cancelRedirectUrl` | `string` | No | The URL to redirect the user to if they cancel the form. | | `paymentReceiptUrl` | `string` | Conditional | The URL to redirect the user to for displaying a payment receipt. Required if the form requires a payment. | | `paymentFormUrl` | `string` | Conditional | The URL to redirect the user to for displaying a payment form. Required if the form requires a payment using a custom form e.g. Westpac QuickStream. | | `calendarBookingFormUrl` | `string` | Conditional | The URL to redirect the user to for displaying a calendar booking form. Only required if the form requires a calendar booking. | @@ -121,6 +121,14 @@ The script to include comes in a few different ways to allow you to choose the u href="https://fonts.googleapis.com/icon?family=Material+Icons" /> + + + @@ -160,6 +168,14 @@ The script to include comes in a few different ways to allow you to choose the u href="https://fonts.googleapis.com/icon?family=Material+Icons" /> + + + @@ -200,6 +216,14 @@ The script to include comes in a few different ways to allow you to choose the u href="https://fonts.googleapis.com/icon?family=Material+Icons" /> + + + @@ -237,6 +261,13 @@ The script to include comes in a few different ways to allow you to choose the u rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" /> + + From ba0a6bac8f1b652499c2eed39409b54ab1370881 Mon Sep 17 00:00:00 2001 From: Kiza Online Date: Tue, 31 Mar 2026 11:47:33 +1100 Subject: [PATCH 2/2] AP-7777 # Merge changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a698a1ca..e77010fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ ## [Unreleased] -## [1.14.4] - 2026-03-31 - ### Changed - Docs to include optionally importing `Public Sans` font +## [1.14.4] - 2026-03-31 + ### Changed - `OneBlink US` deployments to be conditional based on github variable