From 6595b48c4fa14cdd6dda4c41093db7dcb8f00982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Mon, 24 Jun 2024 11:27:43 +0300 Subject: [PATCH 1/3] TMS-1054: Param comment fix --- lib/ACF/AlterPageSettingsFields.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ From 1ea93487017b49afb79619d3f5314417729fb938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Tue, 25 Jun 2024 20:15:23 +0300 Subject: [PATCH 2/3] 1.3.0 --- CHANGELOG.MD | 2 ++ style.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 68b9043..2d95f59 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.3.0] - 2024-06-26 + - TMS-1054: Remove hero overlay-toggle from single page editor ## [1.2.6] - 2024-06-04 diff --git a/style.css b/style.css index 561ce86..99f5179 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ /* * Theme Name: TMS Theme Milavida * Description: Tampere Multisite Milavida Theme - * Version: 1.2.6 + * Version: 1.3.0 * Author: Geniem * Author URI: https://geniem.fi * Template: tms-theme-base From 6cd85285c83c8332b355a82b7ea1ebd04046907f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20V=C3=A4nttinen?= Date: Wed, 26 Jun 2024 00:06:03 +0300 Subject: [PATCH 3/3] TMS-1057: Increase articles lead-text font-size --- CHANGELOG.MD | 2 ++ partials/single-blog-article.dust | 6 +++--- partials/single.dust | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 2d95f59..db7d450 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- TMS-1057: Increase articles lead-text font-size + ## [1.3.0] - 2024-06-26 - TMS-1054: Remove hero overlay-toggle from single page editor diff --git a/partials/single-blog-article.dust b/partials/single-blog-article.dust index 6711de2..dec6444 100644 --- a/partials/single-blog-article.dust +++ b/partials/single-blog-article.dust @@ -32,8 +32,8 @@ {/content.image} {?content.post_excerpt} -

- {content.post_excerpt|s} +

+ {content.post_excerpt|html}

{/content.post_excerpt} @@ -42,7 +42,7 @@ {?share_links}