Skip to content

Commit

Permalink
Tag v5.1.1
Browse files Browse the repository at this point in the history
Change-Id: Ibdaf63b6bb9d68f46eeab0fa87104a7e9e7da257
  • Loading branch information
Hannah Okwelum committed Aug 9, 2024
1 parent ee28276 commit 29e1451
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v5.1.1

Fixed:
* Fix compiling of PHP-injected variables with false, null or empty string (Hannah Okwelum)

## v5.1.0

Added:
Expand Down
4 changes: 2 additions & 2 deletions lib/Less/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

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

/* Parser cache version */
public const cache_version = '3131-2';
public const cache_version = '3131-3';
}

0 comments on commit 29e1451

Please sign in to comment.