Skip to content

Commit

Permalink
Prepare v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Oct 23, 2017
1 parent f5fff02 commit ae276e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ For getting started please read our [Installation instructions](doc/02-Installat
and then you should be ready to dive into [Import Source](doc/03-ImportSource.md)
definitions, [supported file formats](doc/11-FileFormats.md) or and hand-crafted
[Config File Shipping](doc/04-FileShipping.md).

Changes
-------

### v1.0.1

* CSV files should give NULL for volumns with empty strings (#6)
* Small documentation fix
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Fileshipper
Version: 1.0.0
Version: 1.0.1
Depends: director
Description: Fileshipper for Icinga Director
The fileshipper module provides an Import Source for CSV, JSON, XML and YAML
Expand Down
1 change: 0 additions & 1 deletion run.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

$this->provideHook('director/ShipConfigFiles');
$this->provideHook('director/ImportSource');

0 comments on commit ae276e8

Please sign in to comment.