Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent header/footer ad widget containers from going beyond the viewport #1673

Merged
merged 1 commit into from
Apr 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This release contains bug fixes for Largo 0.6.

### Fixes

- Defines a new image size `96x96` for use on avatars and small square listing images. This is a bug fix; Largo has referred to such an image size for a long time but never made sure that such images existed. Sites worried about this may want to regenerate thumbnail images. [Pull request #1672](https:/INN/largo/issues/1672) for [issue #1619](https:/INN/largo/issues/1619).
- Defines a new image size `96x96` for use on avatars and small square listing images. This is a bug fix; Largo has referred to such an image size for a long time but never made sure that such images existed. Sites worried about this may want to regenerate thumbnail images. [Pull request #1672](https:/INN/largo/pull/1672) for [issue #1619](https:/INN/largo/issues/1619).
- Increases contrast of the floating social button icons against the background, to improve accessibility. [Pull request #1635](https:/INN/largo/pull/1635/).
- Fixes issue where floating social buttons were not clickable, because of z-index ordering. [Pull request #1635](https:/INN/largo/pull/1635/) for [issue #1576](https:/INN/largo/issues/1576).
- Fixes links in social media buttons not respecting the blog's character set. [Pull request #1635](https:/INN/largo/pull/1635/) for [issue #1283](https:/INN/largo/issues/1283).
Expand All @@ -38,6 +38,7 @@ This release contains bug fixes for Largo 0.6.
- If Co-Authors Plus is active, and if a post has an `author` term, but the term has no corresponding `guest-author` post, when running `largo_byline()`, the byline will now contain an HTML comment informing why the byline is empty. If the `WP_DEBUG` or `LARGO_DEBUG` constants are true, Largo will add a message to the server's error log of the form "post 123 should have at least one co-author, but has none!" [Pull request #1607](https:/INN/largo/pull/1607) for [Automattic/Co-Authors-Plus#637](https:/Automattic/Co-Authors-Plus/issues/637) and as part of the general cleanup ticket [#1492](https:/INN/largo/issues/1492).
- Fix for posts with "Featured in category" selected not displaying on category RSS feeds. [Pull request #1668](https:/INN/largo/pull/1668) for [issue #1598](https:/INN/largo/issues/1598).
- Fixes issue where prominence terms were not saving with the Block Editor, because the "Post Prominence" metabox was output twice. [Pull request #1655](https:/INN/largo/pull/1655) for [issue #1654](https:/INN/largo/issues/1654).
- Fixes issue where the header ad widget area and before-footer widget area could extend beyond hte viewport, causing horizontal scrolling on narrower screens. [Pull request #1673](https:/INN/largo/pull/1673) for [issue #1670](https:/INN/largo/issues/1670).
- Uses `validate_file()` when using `require_once`. [Pull request #1589](https:/INN/largo/pull/1589) for [issue #1494](https:/INN/largo/issues/1494).
- Further cleans up undefined variables.

Expand Down
Loading