We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fa33e commit f3e9516Copy full SHA for f3e9516
2 files changed
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v5.5.1
4
+
5
+Fixed:
6
+* Less_Parser: Fix SetImportDirs() type hint to accept callable without string key (Timo Tijhof)
7
8
## v5.5.0
9
10
Added:
lib/Less/Version.php
@@ -6,11 +6,11 @@
class Less_Version {
/* Current release version of less.php */
- public const version = '5.5.0';
+ public const version = '5.5.1';
11
/* Upstream less.js version that this release should be compatible with */
12
public const less_version = '3.13.1';
13
14
/* Parser cache version */
15
- public const cache_version = '3131-11';
+ public const cache_version = '3131-12';
16
}
0 commit comments