Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RobErskine committed Aug 19, 2016
2 parents b160d62 + fa9adba commit ade0fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Craft User Manual allows developers (or even content editors) to provide CMS doc

## Some notes
* The plugin currently only pulls in the `body` field from each entry in the selected section, unless you're using a template override.
* While the **User Manual** section works best with `Structures`, you can certainly get away with using a one-off `Single` (I'm looking at you _Craft Personal_ users!).
* While the **User Manual** section works best with `Structures`, you can certainly get away with using a one-off `Single`.
* If you're running _Craft Client_ or _Craft Pro_ make sure your content editors don't have permission to edit whatever section you've selected to use as your **User Manual**
* Only sections with entry URLs may be used as your **User Manual** section.
* All settings may be optionally configured using a [config file](http://buildwithcraft.com/docs/plugins/plugin-settings#config-file). See [`config.php`](https://github.com/hillholliday/Craft-User-Manual/blob/master/usermanual/config.php) for possible values.
Expand Down
2 changes: 1 addition & 1 deletion usermanual/UserManualPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function getName()

public function getVersion()
{
return '1.1.0';
return '1.1.1';
}

public function getDeveloper()
Expand Down

0 comments on commit ade0fd3

Please sign in to comment.