Skip to content

Commit d2e72d2

Browse files
authored
Merge pull request #24 from circuscode/develop
Bugfix URL Overflow (Version 0.7.1)
2 parents 54f89ea + 32ac069 commit d2e72d2

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

readme.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ This repository follows the git-flow workflow to a large extent.
171171
* feature branches contain dedicated features in development
172172
* bugfix branches contain dedicated bugfixes in development
173173

174-
Hotfix and release branches will not be applied.
174+
Hotfix and release branches will not be applied in most cases.
175175

176176
## Unterstanding the Deployment
177177

@@ -188,9 +188,15 @@ This project is licensed under the GPL3 License.
188188

189189
## Changelog
190190

191+
### 0.7.1
192+
193+
Released: 27.03.2023
194+
195+
* Fixed: URL Breakout (Tweets)
196+
191197
### 0.7
192198

193-
Released: 22.08.2023
199+
Released: 22.03.2023
194200

195201
* Added: TootPress Support (Styles & Template)
196202
* Added: Gutenberg Rendering Correction WordPress 5.7
@@ -273,4 +279,4 @@ Released: 20.01.2018
273279

274280
Released: 14.09.2017
275281

276-
* Initial Theme Release
282+
* Initial Theme Release

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== huhu ===
22

33
Contributors: unmus
4-
Stable tag: 0.7
4+
Stable tag: 0.7.1
55
Requires at least: 4.9
66
Tested up to: 6.1
77
Requires PHP: 7.0
@@ -16,4 +16,4 @@ https://github.com/circuscode/huhu
1616

1717
== Credits ==
1818

19-
* Based on Suidobashi by Elmastudio https://www.elmastudio.de/wordpress-themes/suidobashi/
19+
* Based on Suidobashi by Elmastudio https://www.elmastudio.de/wordpress-themes/suidobashi/

style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://www.unmus.de/wp-content/themes/huhu
44
Description: huhu is based on Suidobashi by Elmastudio
55
Author: Marco Hitschler
66
Author URI: http://www.unmus.de/
7-
Version: 0.7
7+
Version: 0.7.1
88
License: GNU General Public License v3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Tags: simple, minimal, responsive, white
@@ -1863,7 +1863,7 @@ form label[for=subscribe_reloaded_email] {
18631863
{padding-left:50px;max-width:100%;}
18641864

18651865
.mathilda-tweet-video-link
1866-
{position:relative;top:7px;padding-left:50px;}
1866+
{position:relative;top:7px;padding-left:50px;overflow:hidden; word-break: break-all;}
18671867

18681868
.entry-content .mathilda-url-follows
18691869
{margin-bottom:2px;}
@@ -1900,7 +1900,7 @@ padding-left: 0 !important;}
19001900
{overflow:hidden; }
19011901

19021902
a.mathilda-tweet-url-link
1903-
{border-bottom-color:darkred !important;overflow:hidden; }
1903+
{border-bottom-color:darkred !important;overflow:hidden; word-break: break-all;}
19041904

19051905
a.mathilda-hashtag, a.mathilda-mention
19061906
{border-bottom-width:0;}
@@ -3309,4 +3309,4 @@ XX. Media Queries
33093309
@media screen and (min-width: 2400px) {
33103310

33113311

3312-
}
3312+
}

0 commit comments

Comments
 (0)