Skip to content

Commit

Permalink
Merge pull request #357 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v1.31.2
  • Loading branch information
cassandre authored Dec 16, 2024
2 parents 9f775c2 + fdf32f8 commit d5b017a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions includes/News/News.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ function ($post_ID) {
switch (getThemeGroup(get_stylesheet())) {
case 'fau':
if (function_exists('fau_display_news_teaser')) {
$hideMeta = in_array('category', $hide);
$output .= do_shortcode(fau_display_news_teaser($id, !$hide_date, $hstart, $hideMeta, true));
} else {
$args = [
Expand Down
2 changes: 1 addition & 1 deletion languages/rrze-elements-de_DE.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: RRZE Elements 1.31.1\n"
"Project-Id-Version: RRZE Elements 1.31.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-17 15:15+0000\n"
"PO-Revision-Date: 2024-10-24 10:12+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/rrze-elements-de_DE_formal.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: RRZE Elements 1.31.1\n"
"Project-Id-Version: RRZE Elements 1.31.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-17 15:15+0000\n"
"PO-Revision-Date: 2024-10-24 10:12+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion languages/rrze-elements.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: RRZE Elements 1.31.1\n"
"Project-Id-Version: RRZE Elements 1.31.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/rrze-elements\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
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.31.1",
"version": "1.31.2",
"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.31.1
Version: 1.31.2
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 = '8.1';
const RRZE_WP_VERSION = '5.9';
const RRZE_ELEMENTS_VERSION = '1.31.1';
const RRZE_ELEMENTS_VERSION = '1.31.2';

spl_autoload_register(function ($class) {
$prefix = __NAMESPACE__;
Expand Down

0 comments on commit d5b017a

Please sign in to comment.