File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff 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
274280Released: 14.09.2017
275281
276- * Initial Theme Release
282+ * Initial Theme Release
Original file line number Diff line number Diff line change 11=== huhu ===
22
33Contributors: unmus
4- Stable tag: 0.7
4+ Stable tag: 0.7.1
55Requires at least: 4.9
66Tested up to: 6.1
77Requires 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/
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Theme URI: http://www.unmus.de/wp-content/themes/huhu
44Description: huhu is based on Suidobashi by Elmastudio
55Author: Marco Hitschler
66Author URI: http://www.unmus.de/
7- Version: 0.7
7+ Version: 0.7.1
88License: GNU General Public License v3
99License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010Tags: 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
19021902a .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
19051905a .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+ }
You can’t perform that action at this time.
0 commit comments