Skip to content

Commit

Permalink
Merge pull request #236 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v1.24.6
  • Loading branch information
cassandre authored Nov 2, 2022
2 parents f3ad5ce + 80732cc commit 45c06f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/News/News.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions rrze-elements.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__;
Expand Down

0 comments on commit 45c06f3

Please sign in to comment.