Skip to content

Commit

Permalink
Bump version to 2.7.c
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Jan 17, 2015
1 parent 258a6e7 commit 2fcfe3e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
Changes from v2.7.b to v2.7.c
- RE Add Batch manager mode support
- Extend PWG support for GPX tracks file
- Add a prefilter for GPX tracks on batch manager
- Add/Integrate Map in batch manager
- Add new config option for world map layout
- Add new config options for GPX view
- Update language, thanks to the contributors
- Drop previous support for GPS tracks file

Changes from v2.7.a to v2.7.b
- Add new options for world map view
- Unify code, Thanks to GnunuX
- Add support for GPS tracks file, Thanks to GnunuX
- Fix PHP error for special config

Changes from v2.6.b to v2.7.a
- Add custom pin marker support
Expand Down
2 changes: 1 addition & 1 deletion admin/admin_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
$available_layout = array(
'1' => 'osm-map.tpl',
'2' => 'osm-map2.tpl',
'3' => 'osm-map3.tpl',
// '3' => 'osm-map3.tpl',
);

$query = 'SELECT COUNT(*) FROM '.IMAGES_TABLE.' WHERE `latitude` IS NOT NULL and `longitude` IS NOT NULL ';
Expand Down
2 changes: 1 addition & 1 deletion main.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: OpenStreetMap
Version: 2.7.b
Version: 2.7.c
Description: OpenStreetMap integration for piwigo
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=701
Author: xbmgsharp
Expand Down

0 comments on commit 2fcfe3e

Please sign in to comment.