Skip to content

Commit

Permalink
Merge pull request #340 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v1.28.6
  • Loading branch information
cassandre authored Sep 9, 2024
2 parents 064ea92 + be4e793 commit 18e8d8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/Alert/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ public function shortcodeAlert($atts, $content = '')

wp_enqueue_style('rrze-elements');

return wpautop($output);
return wpautop($output, false);
}
}
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.28.5",
"version": "1.28.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.28.5
Version: 1.28.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.28.5';
const RRZE_ELEMENTS_VERSION = '1.28.6';

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

0 comments on commit 18e8d8a

Please sign in to comment.