Plugin Directory

Changeset 2334659


Ignore:
Timestamp:
07/03/2020 07:13:37 AM (6 years ago)
Author:
beyondsoftware
Message:

Version 2.1.23

Location:
beyondconnect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • beyondconnect/trunk/beyondConnect.php

    r2334271 r2334659  
    77Plugin URI: https://support.beyond-sw.com/hc/de/categories/360002442180
    88Description: beyondConnect connects WordPress with the beyond software services.
    9 Version: 2.1.22
     9Version: 2.1.23
    1010Author: Felix Stadelmann, beyond software
    1111Author URI: https://beyond-sw.com
  • beyondconnect/trunk/inc/Base/ShortcodesBaseController.php

    r2334271 r2334659  
    168168    protected function getShortcodeAtts($atts = [], $tag = '') {
    169169        // normalize attribute keys, lowercase
    170         $atts = array_change_key_case($atts, CASE_LOWER);
     170        $atts = array_change_key_case((array)$atts, CASE_LOWER);
    171171
    172172        $allowedatts = array();
     
    263263
    264264        // normalize attribute keys, lowercase
    265         $atts = array_change_key_case($atts, CASE_LOWER);
     265        $atts = array_change_key_case((array)$atts, CASE_LOWER);
    266266
    267267        $wporg_atts = $this->getShortcodeAtts($atts, $tag);
  • beyondconnect/trunk/readme.txt

    r2334271 r2334659  
    66Tested up to: 5.4.2
    77Requires PHP: 7.0
    8 Stable tag: 2.1.22
     8Stable tag: 2.1.23
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31= 2.1.23 =
     32* Bug fixes (array_change_key_case)
    3133= 2.1.22 =
    3234* Support for edit address in Ninja Forms added
Note: See TracChangeset for help on using the changeset viewer.