Skip to content

Commit 2fcfe3e

Browse files
committed
Bump version to 2.7.c
1 parent 258a6e7 commit 2fcfe3e

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1+
Changes from v2.7.b to v2.7.c
2+
- RE Add Batch manager mode support
3+
- Extend PWG support for GPX tracks file
4+
- Add a prefilter for GPX tracks on batch manager
5+
- Add/Integrate Map in batch manager
6+
- Add new config option for world map layout
7+
- Add new config options for GPX view
8+
- Update language, thanks to the contributors
9+
- Drop previous support for GPS tracks file
10+
111
Changes from v2.7.a to v2.7.b
212
- Add new options for world map view
313
- Unify code, Thanks to GnunuX
414
- Add support for GPS tracks file, Thanks to GnunuX
15+
- Fix PHP error for special config
516

617
Changes from v2.6.b to v2.7.a
718
- Add custom pin marker support

admin/admin_config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
$available_layout = array(
113113
'1' => 'osm-map.tpl',
114114
'2' => 'osm-map2.tpl',
115-
'3' => 'osm-map3.tpl',
115+
// '3' => 'osm-map3.tpl',
116116
);
117117

118118
$query = 'SELECT COUNT(*) FROM '.IMAGES_TABLE.' WHERE `latitude` IS NOT NULL and `longitude` IS NOT NULL ';

main.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: OpenStreetMap
4-
Version: 2.7.b
4+
Version: 2.7.c
55
Description: OpenStreetMap integration for piwigo
66
Plugin URI: http://piwigo.org/ext/extension_view.php?eid=701
77
Author: xbmgsharp

0 commit comments

Comments
 (0)