Skip to content

Commit f3e9516

Browse files
committed
Tag v5.5.1
Change-Id: I8f186bde6aee226934250e99e31a4537c1647fc9
1 parent 80fa33e commit f3e9516

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

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

3+
## v5.5.1
4+
5+
Fixed:
6+
* Less_Parser: Fix SetImportDirs() type hint to accept callable without string key (Timo Tijhof)
7+
38
## v5.5.0
49

510
Added:

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.5.0';
9+
public const version = '5.5.1';
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-11';
15+
public const cache_version = '3131-12';
1616
}

0 commit comments

Comments
 (0)