From 80732ccaf766f16e4c2225b83aa2545bb2c91ac3 Mon Sep 17 00:00:00 2001 From: Barbara Bothe Date: Wed, 2 Nov 2022 12:28:14 +0100 Subject: [PATCH] =?UTF-8?q?News:=20Bild-Gr=C3=B6=C3=9Fe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/News/News.php | 2 +- package.json | 2 +- rrze-elements.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/News/News.php b/includes/News/News.php index 0cb37067..22630f58 100644 --- a/includes/News/News.php +++ b/includes/News/News.php @@ -70,7 +70,7 @@ public function shortcodeCustomNews($atts) { $columns = absint($sc_atts['columns']); $type = esc_attr($sc_atts['type']); $mode = array_map('trim', explode(",", $type)); - $thumbnailSize = 'post-thumbnail'; + $thumbnailSize = 'large'; $hideDuplicates = ($sc_atts['hideduplicates'] == 'true' || $sc_atts['hide_duplicates'] == 'true') ? true : false; $forceLandscape = ($sc_atts['forcelandscape'] == 'true' || $sc_atts['force_landscape'] == 'true') ? true : false; $stickyOnly = ($sc_atts['sticky_only'] == 'true' || $sc_atts['sticky_only'] == 'true') ? true : false; diff --git a/package.json b/package.json index 7d5301d4..50b4f0c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrze-elements", - "version": "1.24.5", + "version": "1.24.6", "description": "RRZE Elements: Gestalterische Erweiterungen für Webauftritte.", "main": "rrze-elements.php", "textdomain": "rrze-elements", diff --git a/rrze-elements.php b/rrze-elements.php index 0f634c24..f81bacea 100644 --- a/rrze-elements.php +++ b/rrze-elements.php @@ -4,7 +4,7 @@ Plugin Name: RRZE Elements Plugin URI: https://github.com/RRZE-Webteam/rrze-elements Description: Advanced design elements for WordPress websites. -Version: 1.24.5 +Version: 1.24.6 Author: RRZE Webteam Author URI: https://blogs.fau.de/webworking/ License: GNU General Public License v2 @@ -23,7 +23,7 @@ const RRZE_PHP_VERSION = '7.4'; const RRZE_WP_VERSION = '5.9'; -const RRZE_ELEMENTS_VERSION = '1.24.5'; +const RRZE_ELEMENTS_VERSION = '1.24.6'; spl_autoload_register(function ($class) { $prefix = __NAMESPACE__;