Skip to content

Commit

Permalink
Tag v5.1.0
Browse files Browse the repository at this point in the history
Change-Id: I6b6407f7f683655a9180e73d7ffde2aa61180235
  • Loading branch information
Hannah Okwelum authored and Krinkle committed Aug 6, 2024
1 parent dd843a2 commit b66f357
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v5.1.0

Added:
* Add support for property acessors (Piotr Miazga) [T368408](https://phabricator.wikimedia.org/T368408)
* Increase parsing flexibility around at-rule blocks and custom properties (Piotr Miazga) [T368408](https://phabricator.wikimedia.org/T368408)
* Add support for Namespaces and Accessors (Piotr Miazga) [T368409](https://phabricator.wikimedia.org/T368409)

Fixed:
* Fix parse error when opacity is set to zero in `alpha()` function (Hannah Okwelum) [T371606](https://phabricator.wikimedia.org/T371606)

## v5.0.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.0.0';
public const version = '5.1.0';

/* 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-1';
public const cache_version = '3131-2';
}

0 comments on commit b66f357

Please sign in to comment.