We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee28276 commit 29e1451Copy full SHA for 29e1451
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v5.1.1
4
+
5
+Fixed:
6
+* Fix compiling of PHP-injected variables with false, null or empty string (Hannah Okwelum)
7
8
## v5.1.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.1.0';
+ public const version = '5.1.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-2';
+ public const cache_version = '3131-3';
16
}
0 commit comments