This repository was archived by the owner on Dec 5, 2019. It is now read-only.
File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
- This is where the changelog will go for 1.7.0.9 or higher now.
2
1
3
- # 1.7.0.10 - ( un released )
4
2
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()
5
12
- add bug-report fixtures [ #6dc898f] ( https://github.com/oyejorge/less.php/commit/6dc898f5d75b447464906bdf19d79c2e19d95e33 )
6
13
- fix #269 , missing on NameValue type [ #a8dac63] ( https://github.com/oyejorge/less.php/commit/a8dac63d93fb941c54fb78b12588abf635747c1b )
7
14
8
- # 1.7.0.9 - ( Released on September 28 2015 )
15
+ # 1.7.0.9
9
16
17
+ - [ All Changes] ( https://github.com/oyejorge/less.php/compare/v1.7.0.8...v1.7.0.9 )
10
18
- Remove space at beginning of Version.php
11
19
- Revert require() paths in test interface
Original file line number Diff line number Diff line change 8
8
*/
9
9
class Less_Version{
10
10
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
12
12
const less_version = '1.7.0 ' ; // The less.js version that this build should be compatible with
13
13
const cache_version = '170 ' ; // The parser cache version
14
14
You can’t perform that action at this time.
0 commit comments