Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonjah committed Oct 21, 2018
1 parent de47815 commit 0de0da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.inc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
Version: 0.1.4
Version: 0.2.0
Plugin Name: piwigo_privacy
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=849
Author: Yoni Jah
Expand Down Expand Up @@ -64,4 +64,4 @@ function pwg_privacy_modify_url($url, $id) {
return trim($root_url, '/') . '/' . $image_prefix . trim($url, '/');
}
return $image_prefix . trim($url, '/');
}
}

0 comments on commit 0de0da9

Please sign in to comment.