Skip to content

Commit 29e1451

Browse files
committed
Tag v5.1.1
Change-Id: Ibdaf63b6bb9d68f46eeab0fa87104a7e9e7da257
1 parent ee28276 commit 29e1451

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v5.1.1
4+
5+
Fixed:
6+
* Fix compiling of PHP-injected variables with false, null or empty string (Hannah Okwelum)
7+
38
## v5.1.0
49

510
Added:

lib/Less/Version.php

+2-2
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.1.0';
9+
public const version = '5.1.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-2';
15+
public const cache_version = '3131-3';
1616
}

0 commit comments

Comments
 (0)