Skip to content

Commit

Permalink
Merge pull request #344 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v1.29.3
  • Loading branch information
cassandre authored Sep 26, 2024
2 parents fec77f2 + caf53a4 commit 9c3826d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes/Accordion/assets/js/rrze-accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jQuery(document).ready(function($) {
const $othergroups = $($target).closest('.accordion').find('.accordion-group').not($thisgroup);
$($othergroups).find('.accordion-toggle').removeClass('active').attr('aria-expanded', 'false');
$($othergroups).find('.accordion-body').not('.accordion-body.stayopen').slideUp();
$($thisgroup).find('.accordion-toggle:first').not('.active').addClass('active').attr('aria-explanded', 'true');
$($thisgroup).find('.accordion-toggle:first').not('.active').addClass('active').attr('aria-expanded', 'true');
$($thisgroup).find('.accordion-body:first').slideDown();
$($thisgroup).parents('.accordion-group').find('.accordion-toggle:first').not('.active').addClass('active').attr('aria-expanded', 'true');
$($thisgroup).parents('.accordion-body').slideDown();
Expand Down
2 changes: 1 addition & 1 deletion includes/Accordion/assets/js/rrze-accordion.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

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

0 comments on commit 9c3826d

Please sign in to comment.