Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
php tags fix
  • Loading branch information
Tywed committed May 5, 2024
1 parent cc7382a commit 36dc252
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NewsMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class NewsMenu extends AbstractModule implements ModuleCustomInterface, ModuleMe
public const CUSTOM_MODULE = 'News-Menu';
public const CUSTOM_AUTHOR = 'Tywed';
public const CUSTOM_WEBSITE = 'https://github.com/tywed/' . self::CUSTOM_MODULE . '/';
public const CUSTOM_VERSION = '0.2.2';
public const CUSTOM_VERSION = '0.2.3';
public const CUSTOM_LAST = self::CUSTOM_WEBSITE . 'raw/main/latest-version.txt';
public const CUSTOM_SUPPORT_URL = self::CUSTOM_WEBSITE . 'issues';
public const SCHEMA_VERSION = 1;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
![webtrees major version](https://img.shields.io/badge/webtrees-v2.1.x-green)
![Latest Release](https://img.shields.io/badge/release-v0.2.2-blue)
![Latest Release](https://img.shields.io/badge/release-v0.2.3-blue)



Expand Down
2 changes: 1 addition & 1 deletion latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
1 change: 1 addition & 0 deletions resources/views/show.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ use Fisharebest\Webtrees\Tree;
</div>
<!-- Media -->
<div class="bg-image hover-overlay ripple rounded-0" data-mdb-ripple-color="light">
<!--full tag -->
<?php if (isset($news_media)) {
echo $news_media->displayImage(1000, 667, 'contain', ['class' => 'w-100 me-3']);
}
Expand Down

0 comments on commit 36dc252

Please sign in to comment.