Changeset 2334659
- Timestamp:
- 07/03/2020 07:13:37 AM (6 years ago)
- Location:
- beyondconnect/trunk
- Files:
-
- 3 edited
-
beyondConnect.php (modified) (1 diff)
-
inc/Base/ShortcodesBaseController.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
beyondconnect/trunk/beyondConnect.php
r2334271 r2334659 7 7 Plugin URI: https://support.beyond-sw.com/hc/de/categories/360002442180 8 8 Description: beyondConnect connects WordPress with the beyond software services. 9 Version: 2.1.2 29 Version: 2.1.23 10 10 Author: Felix Stadelmann, beyond software 11 11 Author URI: https://beyond-sw.com -
beyondconnect/trunk/inc/Base/ShortcodesBaseController.php
r2334271 r2334659 168 168 protected function getShortcodeAtts($atts = [], $tag = '') { 169 169 // normalize attribute keys, lowercase 170 $atts = array_change_key_case( $atts, CASE_LOWER);170 $atts = array_change_key_case((array)$atts, CASE_LOWER); 171 171 172 172 $allowedatts = array(); … … 263 263 264 264 // normalize attribute keys, lowercase 265 $atts = array_change_key_case( $atts, CASE_LOWER);265 $atts = array_change_key_case((array)$atts, CASE_LOWER); 266 266 267 267 $wporg_atts = $this->getShortcodeAtts($atts, $tag); -
beyondconnect/trunk/readme.txt
r2334271 r2334659 6 6 Tested up to: 5.4.2 7 7 Requires PHP: 7.0 8 Stable tag: 2.1.2 28 Stable tag: 2.1.23 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 = 2.1.23 = 32 * Bug fixes (array_change_key_case) 31 33 = 2.1.22 = 32 34 * Support for edit address in Ninja Forms added
Note: See TracChangeset
for help on using the changeset viewer.