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

Commit

Permalink
update changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oyejorge committed Dec 30, 2015
1 parent ff0e74f commit a1e2d3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
This is where the changelog will go for 1.7.0.9 or higher now.

# 1.7.0.10 - ( un released )

# 1.7.0.10

- [All Changes](https://github.com/oyejorge/less.php/compare/v1.7.0.9...v1.7.10)
- Add indentation option
- Add 'optional' modifier for @import
- fix $color in Exception messages
- don't use set_time_limit when running cli
- take relative-url into account when building the cache filename
- urlArgs should be string no array()
- add bug-report fixtures [#6dc898f](https://github.com/oyejorge/less.php/commit/6dc898f5d75b447464906bdf19d79c2e19d95e33)
- fix #269, missing on NameValue type [#a8dac63](https://github.com/oyejorge/less.php/commit/a8dac63d93fb941c54fb78b12588abf635747c1b)

# 1.7.0.9 - ( Released on September 28 2015 )
# 1.7.0.9

- [All Changes](https://github.com/oyejorge/less.php/compare/v1.7.0.8...v1.7.0.9)
- Remove space at beginning of Version.php
- Revert require() paths in test interface
2 changes: 1 addition & 1 deletion lib/Less/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
class Less_Version{

const version = '1.7.0.9'; // The current build number of less.php
const version = '1.7.0.10'; // The current build number of less.php
const less_version = '1.7.0'; // The less.js version that this build should be compatible with
const cache_version = '170'; // The parser cache version

Expand Down

0 comments on commit a1e2d3c

Please sign in to comment.