Skip to content

Commit f12e470

Browse files
anny21jenkins-bot
authored andcommitted
Tag v5.5.0
Bug: T411213 Change-Id: Idda7f5dd8e06c1d48ad24f58a9aa2e643df1b31f
1 parent 8d67cd7 commit f12e470

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v5.5.0
4+
5+
Added:
6+
* Add support for CSS4 `#RRGGBBAA` colors. (Hannah Okwelum) [T403056](https://phabricator.wikimedia.org/T403056)
7+
* Add support for native CSS color functions including with CSS variables. (Hannah Okwelum) [T405815](https://phabricator.wikimedia.org/T405815)
8+
9+
Fixed:
10+
* Fix "Using null as the key parameter for array_key_exists" PHP 8.5 warning. (del72683) [T410596](https://phabricator.wikimedia.org/T410596)
11+
* Fix interpolation of string with number followed by underscore. (Timo Tijhof) [Less.js #2462](https://github.com/less/less.js/issues/2462)
12+
* Less_Functions: Fix "Using null as an array offset is deprecated" PHP 8.5 warnings. (Hannah Okwelum) [T411398](https://phabricator.wikimedia.org/T411398)
13+
* Less_ImportVisitor: Fix "Using null as an array offset" PHP 8.5 warning. (Hannah Okwelum) [T411400](https://phabricator.wikimedia.org/T411400)
14+
* Less_Parser: Fix "ord(): Providing an empty string is deprecated" PHP 8.5 warning. (Hannah Okwelum) [T411397](https://phabricator.wikimedia.org/T411397)
15+
316
## v5.4.0
417

518
Added:

lib/Less/Version.php

Lines changed: 2 additions & 2 deletions
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.4.0';
9+
public const version = '5.5.0';
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-10';
15+
public const cache_version = '3131-11';
1616
}

0 commit comments

Comments
 (0)