Skip to content

Commit

Permalink
Final changes for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis committed Jun 2, 2015
1 parent 713db97 commit 38be40b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Messages/1.1.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ApiGen
======

Thank you for upgrading ApiGen for Sublime Text 3.

Version 1.1.1 fixed a bug related to the loading of settings.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Currently The plugin allows click to run functunallity. Simply right click on an
* **Generate Freeform** - Works the same as the Generate option, but the user is prompted to provide additonal command line arguments.
* **Selfupdate** - Runs the ApiGen (selfupdate) option, to update the apigen.phar file to the latest revision.
* **Version** - Runs the ApiGen (-v) version option.
* **Freeform** - The usere is presented a prompt, and allowd to pass any arguments to ApiGen they wish.
* **Freeform** - The user is presented with a prompt, and allowed to pass any arguments to ApiGen they wish.

## Instalation

Expand All @@ -32,7 +32,7 @@ Currently The plugin allows click to run functunallity. Simply right click on an
* **phpBin** - The location of the php executable on your machine.
* **pharPath** - The location of apigen on your machine.
* **configFileName** - The name of the config file to search for. The default is **apigen.neon**.
* **additionalGenerateArgs** - Additonal command line arguments, to be appended to the end of the Generate command.
* **additionalGenerateArgs** - Additional command line arguments, to be appended to the end of the Generate command.


## Author
Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"install": "Messages/install.txt",
"1.1.0": "Messages/1.1.0.txt",
"1.1.1": "Messages/1.1.1.txt",
}

0 comments on commit 38be40b

Please sign in to comment.