Skip to content

Commit

Permalink
Tag v5.1.2
Browse files Browse the repository at this point in the history
Bug: T379438
Change-Id: I50cb356ae7e4d166670ef1f57c5847234b77f3c0
  • Loading branch information
anny21 committed Nov 13, 2024
1 parent 13ca53c commit 39b1fbb
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.2

Fixed:
* Less_Functions: Fix "Implicitly nullable parameter" PHP 8.4 warning (Reedy) [T376276](https://phabricator.wikimedia.org/T376276)

## v5.1.1

Fixed:
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.1';
public const version = '5.1.2';

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

0 comments on commit 39b1fbb

Please sign in to comment.