Skip to content

Commit 0c64fe7

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "Tag v5.2.2"
2 parents 3dfb22e + 7a61ab4 commit 0c64fe7

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v5.2.2
4+
5+
Fixed:
6+
* Fix ParseError on CSS variable when there is no trailing semicolon (Hannah Okwelum) [T386077](https://phabricator.wikimedia.org/T386077)
7+
* Support functions calls in CSS variable value after first comma (Hannah Okwelum) [T386079](https://phabricator.wikimedia.org/T386079)
8+
39
## v5.2.1
410

511
Fixed:

lib/Less/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
class Less_Version {
77

88
/* Current release version of less.php */
9-
public const version = '5.2.1';
9+
public const version = '5.2.2';
1010

1111
/* Upstream less.js version that this release should be compatible with */
1212
public const less_version = '3.13.1';
1313

1414
/* Parser cache version */
15-
public const cache_version = '3131-6';
15+
public const cache_version = '3131-7';
1616
}

0 commit comments

Comments
 (0)