diff --git a/readme.md b/readme.md index 5641310..856240f 100644 --- a/readme.md +++ b/readme.md @@ -171,7 +171,7 @@ This repository follows the git-flow workflow to a large extent. * feature branches contain dedicated features in development * bugfix branches contain dedicated bugfixes in development -Hotfix and release branches will not be applied. +Hotfix and release branches will not be applied in most cases. ## Unterstanding the Deployment @@ -188,9 +188,15 @@ This project is licensed under the GPL3 License. ## Changelog +### 0.7.1 + +Released: 27.03.2023 + +* Fixed: URL Breakout (Tweets) + ### 0.7 -Released: 22.08.2023 +Released: 22.03.2023 * Added: TootPress Support (Styles & Template) * Added: Gutenberg Rendering Correction WordPress 5.7 @@ -273,4 +279,4 @@ Released: 20.01.2018 Released: 14.09.2017 -* Initial Theme Release \ No newline at end of file +* Initial Theme Release diff --git a/readme.txt b/readme.txt index 6388f0e..9d075a3 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === huhu === Contributors: unmus -Stable tag: 0.7 +Stable tag: 0.7.1 Requires at least: 4.9 Tested up to: 6.1 Requires PHP: 7.0 @@ -16,4 +16,4 @@ https://github.com/circuscode/huhu == Credits == -* Based on Suidobashi by Elmastudio https://www.elmastudio.de/wordpress-themes/suidobashi/ \ No newline at end of file +* Based on Suidobashi by Elmastudio https://www.elmastudio.de/wordpress-themes/suidobashi/ diff --git a/style.css b/style.css index 3a6bf25..03ca110 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://www.unmus.de/wp-content/themes/huhu Description: huhu is based on Suidobashi by Elmastudio Author: Marco Hitschler Author URI: http://www.unmus.de/ -Version: 0.7 +Version: 0.7.1 License: GNU General Public License v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: simple, minimal, responsive, white @@ -1863,7 +1863,7 @@ form label[for=subscribe_reloaded_email] { {padding-left:50px;max-width:100%;} .mathilda-tweet-video-link -{position:relative;top:7px;padding-left:50px;} +{position:relative;top:7px;padding-left:50px;overflow:hidden; word-break: break-all;} .entry-content .mathilda-url-follows {margin-bottom:2px;} @@ -1900,7 +1900,7 @@ padding-left: 0 !important;} {overflow:hidden; } a.mathilda-tweet-url-link -{border-bottom-color:darkred !important;overflow:hidden; } +{border-bottom-color:darkred !important;overflow:hidden; word-break: break-all;} a.mathilda-hashtag, a.mathilda-mention {border-bottom-width:0;} @@ -3309,4 +3309,4 @@ XX. Media Queries @media screen and (min-width: 2400px) { -} \ No newline at end of file +}