Less.php Changelog

What's new in Less.php 1.7.0.2

Sep 11, 2014
  • remove query string and fragment from urls before attempting to import. fixes #101
  • add `output` option for Less_Cache::Get(). #102
  • Add custom cache method using callbacks
  • Change README.md to describe the supported caching methods
  • Fix property
  • Split 'cache_callback' option into 'cache_callback_get' and 'cache_callback'set'
  • Implement custom function support
  • test custom functions
  • php5.2-compatible tests
  • and many more

New in Less.php 1.6.3 (Feb 18, 2014)

  • 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

New in Less.php 1.6.1 (Feb 3, 2014)

  • Less compilation compatible with less css 1.6.1

New in Less.php 1.5.1.2 (Jan 28, 2014)

  • Fix compilation when using object cache
  • Fix php 5.2 conflicts
  • Code organization

New in Less.php 1.5.1.1 (Jan 20, 2014)

  • Added support for Sourcemaps
  • Fix isMathOn()
  • Use method_exists() instead of is_callable() to prevent strict notices