Skip to content

Commit 45c06f3

Browse files
authored
Merge pull request #236 from RRZE-Webteam/dev
v1.24.6
2 parents f3ad5ce + 80732cc commit 45c06f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

includes/News/News.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function shortcodeCustomNews($atts) {
7070
$columns = absint($sc_atts['columns']);
7171
$type = esc_attr($sc_atts['type']);
7272
$mode = array_map('trim', explode(",", $type));
73-
$thumbnailSize = 'post-thumbnail';
73+
$thumbnailSize = 'large';
7474
$hideDuplicates = ($sc_atts['hideduplicates'] == 'true' || $sc_atts['hide_duplicates'] == 'true') ? true : false;
7575
$forceLandscape = ($sc_atts['forcelandscape'] == 'true' || $sc_atts['force_landscape'] == 'true') ? true : false;
7676
$stickyOnly = ($sc_atts['sticky_only'] == 'true' || $sc_atts['sticky_only'] == 'true') ? true : false;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrze-elements",
3-
"version": "1.24.5",
3+
"version": "1.24.6",
44
"description": "RRZE Elements: Gestalterische Erweiterungen für Webauftritte.",
55
"main": "rrze-elements.php",
66
"textdomain": "rrze-elements",

rrze-elements.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: RRZE Elements
55
Plugin URI: https://github.com/RRZE-Webteam/rrze-elements
66
Description: Advanced design elements for WordPress websites.
7-
Version: 1.24.5
7+
Version: 1.24.6
88
Author: RRZE Webteam
99
Author URI: https://blogs.fau.de/webworking/
1010
License: GNU General Public License v2
@@ -23,7 +23,7 @@
2323

2424
const RRZE_PHP_VERSION = '7.4';
2525
const RRZE_WP_VERSION = '5.9';
26-
const RRZE_ELEMENTS_VERSION = '1.24.5';
26+
const RRZE_ELEMENTS_VERSION = '1.24.6';
2727

2828
spl_autoload_register(function ($class) {
2929
$prefix = __NAMESPACE__;

0 commit comments

Comments
 (0)