Skip to content

Commit

Permalink
version release for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmichels committed Feb 17, 2017
1 parent 17b27ae commit 41e55ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"install": "messages/install.txt"
"install": "messages/install.txt",
"1.1.0": "messages/1.1.0.txt"
}
14 changes: 14 additions & 0 deletions messages/1.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
SublimeLinter-php 1.1.0
---------------------------

This version adds support for declaring per-project linter executable files.

{
"SublimeLinter": {
"linters": {
"php": {
"cmd": "/path/to/php"
}
}
}
}

0 comments on commit 41e55ec

Please sign in to comment.