Skip to content

Commit

Permalink
Merge pull request #24 from circuscode/develop
Browse files Browse the repository at this point in the history
Bugfix URL Overflow (Version 0.7.1)
  • Loading branch information
circuscode authored Mar 27, 2023
2 parents 54f89ea + 32ac069 commit d2e72d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -273,4 +279,4 @@ Released: 20.01.2018

Released: 14.09.2017

* Initial Theme Release
* Initial Theme Release
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -16,4 +16,4 @@ https://github.com/circuscode/huhu

== Credits ==

* Based on Suidobashi by Elmastudio https://www.elmastudio.de/wordpress-themes/suidobashi/
* Based on Suidobashi by Elmastudio https://www.elmastudio.de/wordpress-themes/suidobashi/
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;}
Expand Down Expand Up @@ -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;}
Expand Down Expand Up @@ -3309,4 +3309,4 @@ XX. Media Queries
@media screen and (min-width: 2400px) {


}
}

0 comments on commit d2e72d2

Please sign in to comment.