Skip to content

Commit

Permalink
Merge pull request #368 from munkireport/wip
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
bochoven committed Dec 16, 2015
2 parents 92b08b1 + b0c3e6b commit 2a671d0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### 2.7.2 (December 12, 2015)

FIXES

* Fix Delete machine (which was broken in the 2.7.1 release) thanks to @gmarnin
* RESTified all widgets
* Tags input
* Warranty check removed (can't use that anymore since Apple put a captcha on the status page)
* FileVault status widget

NEW FEATURES

* Event module - collects events and shows them on the dashboard
* Crashplan module
* New client graph
* Printer module thanks to @gmarnin
* German translation thanks to @fridomac
* Support for curl headers (and authentication) thanks to @morgant

### 2.6.0 (October 7, 2015)

FIXES
Expand Down
2 changes: 1 addition & 1 deletion app/helpers/site_helper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// Munkireport version (last number is number of commits)
$GLOBALS['version'] = '2.7.3.1647';
$GLOBALS['version'] = '2.7.3.1648';

// Return version without commit count
function get_version()
Expand Down

0 comments on commit 2a671d0

Please sign in to comment.