Skip to content

Commit 66debe9

Browse files
author
Michael Babker
committed
Update joomla/filter package (#20579 and #20580)
1 parent 56b89ce commit 66debe9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/vendor/composer/installed.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,17 +396,17 @@
396396
},
397397
{
398398
"name": "joomla/filter",
399-
"version": "1.3.4",
400-
"version_normalized": "1.3.4.0",
399+
"version": "1.3.5",
400+
"version_normalized": "1.3.5.0",
401401
"source": {
402402
"type": "git",
403403
"url": "https://github.com/joomla-framework/filter.git",
404-
"reference": "6ec4c6020f7ef12c57a015410bdd11031620d952"
404+
"reference": "ee1d870b5c188056745e1dd3cece21522e2158b8"
405405
},
406406
"dist": {
407407
"type": "zip",
408-
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/6ec4c6020f7ef12c57a015410bdd11031620d952",
409-
"reference": "6ec4c6020f7ef12c57a015410bdd11031620d952",
408+
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/ee1d870b5c188056745e1dd3cece21522e2158b8",
409+
"reference": "ee1d870b5c188056745e1dd3cece21522e2158b8",
410410
"shasum": ""
411411
},
412412
"require": {
@@ -421,7 +421,7 @@
421421
"suggest": {
422422
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
423423
},
424-
"time": "2018-05-20T15:17:26+00:00",
424+
"time": "2018-05-26T15:48:53+00:00",
425425
"type": "joomla-package",
426426
"extra": {
427427
"branch-alias": {

libraries/vendor/joomla/filter/src/InputFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ protected function cleanAttributes($attrSet)
864864
}
865865

866866
// Remove all symbols
867-
$attrSubSet[0] = preg_replace('/[^\p{L}\p{N}\s]/u', '', $attrSubSet[0]);
867+
$attrSubSet[0] = preg_replace('/[^\p{L}\p{N}\-\s]/u', '', $attrSubSet[0]);
868868

869869
// Remove all "non-regular" attribute names
870870
// AND blacklisted attributes

0 commit comments

Comments
 (0)