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

Commit a1e2d3c

Browse files
committed
update changes.md
1 parent ff0e74f commit a1e2d3c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Diff for: CHANGES.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
This is where the changelog will go for 1.7.0.9 or higher now.
21

3-
# 1.7.0.10 - ( un released )
42

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

8-
# 1.7.0.9 - ( Released on September 28 2015 )
15+
# 1.7.0.9
916

17+
- [All Changes](https://github.com/oyejorge/less.php/compare/v1.7.0.8...v1.7.0.9)
1018
- Remove space at beginning of Version.php
1119
- Revert require() paths in test interface

Diff for: lib/Less/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
class Less_Version{
1010

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

0 commit comments

Comments
 (0)