Skip to content

Commit

Permalink
Merge pull request #342 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v1.29.1
  • Loading branch information
cassandre authored Sep 24, 2024
2 parents 62eaba0 + ce26393 commit 4804c22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/PullDiv/PullDiv.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ public function shortcodeLimitWidth($atts, $content = '', $tag = '') {
$output = '<div class="limit-width" style="max-width: min(' . $atts['width'] . ', 100%); ' . $margin . '">' . do_shortcode($content) . '</div>';

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.29.0",
"version": "1.29.1",
"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.29.0
Version: 1.29.1
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.29.0';
const RRZE_ELEMENTS_VERSION = '1.29.1';

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

0 comments on commit 4804c22

Please sign in to comment.