From 1f155ab8c03d9e7b2a22a7c12634d06708465424 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Fri, 15 Mar 2019 16:47:52 -0400 Subject: [PATCH] Update changelog for https://github.com/INN/largo/pull/1645 --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index ee6c26873..b88c6b98f 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,7 @@ This release contains bug fixes for Largo 0.6. ### Fixes - Increases contrast of the floating social button icons against the background, to improve accessibility. [Pull request #1635](https://github.com/INN/largo/pull/1635/). +- Fixes issue where `[module]content[/module]` was not rendering `content` in the output of the `largo_module_shortcode()` function. [Pull request #1645](https://github.com/INN/largo/pull/1645) for [issue #1639](https://github.com/INN/largo/issues/1639). - Fixes issue where floating social buttons were not clickable, because of z-index ordering. [Pull request #1635](https://github.com/INN/largo/pull/1635/) for [issue #1576](https://github.com/INN/largo/issues/1576). - Fixes links in social media buttons not respecting the blog's character set. [Pull request #1635](https://github.com/INN/largo/pull/1635/) for [issue #1283](https://github.com/INN/largo/issues/1283). - Function `largo_post_social_links` now respects the blog character set option. [Pull request #1635](https://github.com/INN/largo/pull/1635/) for [issue #1283](https://github.com/INN/largo/issues/1283).