Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Releases: oyejorge/less.php

1.7.0

04 Mar 19:09
Compare
Choose a tag to compare

Compilation compatible with LESS 1.7

1.6.3.1

24 Feb 06:52
Compare
Choose a tag to compare
  • Fix sourcemap generation when parser caching used
  • Additional less.inc.php functionality
  • Assetic compatibility
  • Fix order of classes in combined file

1.6.3

18 Feb 04:10
Compare
Choose a tag to compare
  • Added fixes and updates from less.js 1.6.3
  • Performance enhancements
  • Improved Windows compatibility
  • Additional lessc.inc.php functionality for users transitioning from leafo/lessphp

1.6.1

01 Feb 23:18
Compare
Choose a tag to compare

Less compilation compatible with less css 1.6.1

1.6.1 Release Candidate 2

31 Jan 05:10
Compare
Choose a tag to compare
Pre-release

Improved performance: 1.6.1 uses less memory and compiles faster than 1.5

1.6.1rc1

27 Jan 17:43
Compare
Choose a tag to compare
1.6.1rc1 Pre-release
Pre-release

Initial 1.6.1 Release Candidate

1.5.1.2

27 Jan 17:48
Compare
Choose a tag to compare
  • Fix compilation when using object cache
  • Fix php 5.2 conflicts
  • Code organization

1.5.1.1

20 Jan 01:48
Compare
Choose a tag to compare
  • Added support for Sourcemaps
  • Fix isMathOn()
  • Use method_exists() instead of is_callable() to prevent strict notices

1.5.1

16 Jan 18:55
Compare
Choose a tag to compare
  • Autoloading
  • Callback for loading imports
  • Fixed error propagation

Looking ahead, I'll be working on LESS 1.6.1 and sourcemap support.

1.5.1 Release Candidate 3

07 Jan 18:43
Compare
Choose a tag to compare
Pre-release
  • Less_Cache looks at all file sizes and filemtimes to generate cached filename
  • Added Less_Cache::Regen()