diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f5bac30..91be60a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,7 @@ +Severa-ID: 2129 +Severa-kuvaus: +Task: https://hiondigital.atlassian.net/browse/TMS- + ## Description diff --git a/CHANGELOG.MD b/CHANGELOG.MD index e576b5e..bbe29e0 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,9 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -- TMS-1054: Remove hero overlay-toggle from single page editor +- TMS-1067: Show price-info for event in listing if it's free + +## [1.15.0] - 2024-08-21 + - TMS-1058: Remove text-decoration & decrease font-size for single-post h1-heading +## [1.14.0] - 2024-06-17 + +- TMS-1054: Remove hero overlay-toggle from single page editor + ## [1.13.0] - 2024-06-17 - TMS-1045: Style changes: diff --git a/lib/ACF/AlterPageSettingsFields.php b/lib/ACF/AlterPageSettingsFields.php index 95cd9b6..7a4c503 100644 --- a/lib/ACF/AlterPageSettingsFields.php +++ b/lib/ACF/AlterPageSettingsFields.php @@ -21,7 +21,7 @@ public function __construct() { /** * Remove overlay TrueFalse-field from page settings * - * @param Field\Group[] $fields Array of settings. + * @param Field\Group $group Group-object of settings. * * @return array */ diff --git a/partials/ui/event-highlight.dust b/partials/ui/event-highlight.dust index 809bbeb..62c527e 100644 --- a/partials/ui/event-highlight.dust +++ b/partials/ui/event-highlight.dust @@ -1,9 +1,9 @@
{short_description|s}
+{short_description|kses}
{/short_description} {?primary_keyword} - {primary_keyword|s} + {primary_keyword|html} {/primary_keyword} -