Skip to content

Commit

Permalink
bump version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSchwarz committed Mar 10, 2021
1 parent b67dda6 commit 77ba82b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# lesserphp v0.5.4
# lesserphp v0.5.5

Originally written by Leaf Corcoran, obviously abandoned circa 2014
https://github.com/leafo/lessphp

Last version provided by Leaf was 0.5.0

### v.0.5.5
* 2021-03-10: More PHP 7.4 support for 0.5-dev (@phy25)

This comment has been minimized.

Copy link
@glensc

glensc Mar 10, 2021

the same changes were made in another PR:

seems right to give them credit as well! (and close it as same changes merged via another PR)

This comment has been minimized.

Copy link
@MarcusSchwarz

MarcusSchwarz Mar 10, 2021

Author Owner

You are right. Since I already pushed the release tag I will add the credits to the dev branches for the next release


### v.0.5.4
* 2020-01-19: added 7.4 support to travis and removed antique php versions (@phy25)
* 2020-01-19: fixed wrong array access in lib_luma
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
For ease of distribution, lessphp 0.5.1 is under a dual license.
For ease of distribution, lesserphp is under a dual license.
You are free to pick which one suits your needs.


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/MarcusSchwarz/lesserphp.svg)](https://travis-ci.org/MarcusSchwarz/lesserphp)

# lesserphp v0.5.4
# lesserphp v0.5.5
### <http://github.com/MarcusSchwarz/lesserphp>

`lesserphp` is a compiler for LESS written in PHP. It is based on lessphp bei leafo.
Expand Down
4 changes: 2 additions & 2 deletions docs/docs.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
title: v0.5.1 documentation
title: v0.5.5 documentation
link_to_home: true
--

<h2 skip="true">Documentation v0.5.1</h2>
<h2 skip="true">Documentation v0.5.5</h2>

<div style="margin-bottom: 1em;">$index</div>

Expand Down
4 changes: 2 additions & 2 deletions lessc.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* lessphp v0.5.4
* lessphp v0.5.5
* http://leafo.net/lessphp
*
* LESS CSS compiler, adapted from http://lesscss.org
Expand Down Expand Up @@ -39,7 +39,7 @@
* handling things like indentation.
*/
class lessc {
static public $VERSION = "v0.5.4";
static public $VERSION = "v0.5.5";

static public $TRUE = array("keyword", "true");
static public $FALSE = array("keyword", "false");
Expand Down

0 comments on commit 77ba82b

Please sign in to comment.