diff --git a/README b/README index ea2bf5e3..3fd1721a 100644 --- a/README +++ b/README @@ -46,6 +46,11 @@ For instructions on installing the root server, see this page: CHANGELIST ---------- += Version 2.0b14 = +* April 8, 2013 +* The Swedish localization is all but complete. +* Switched the order of the long/lat fields in the NAWS export. + = Version 2.0b12 = * April 6, 2013 * Added placeholders for the Swedish and Spanish localizations. diff --git a/main_server/client_interface/csv/search_results_csv.php b/main_server/client_interface/csv/search_results_csv.php index e7f8e5b5..710052d2 100755 --- a/main_server/client_interface/csv/search_results_csv.php +++ b/main_server/client_interface/csv/search_results_csv.php @@ -570,8 +570,8 @@ function ReturnNAWSFormatCSV ( 'Format5' => 'BMLT_FuncNAWSReturnFormat5', 'Delete' => null, 'LastChanged' => 'BMLT_FuncNAWSReturnLastMeetingChangeTime', - 'Latitude' => 'latitude', 'Longitude' => 'longitude', + 'Latitude' => 'latitude', 'ContactGP' => null ); diff --git a/main_server/client_interface/serverInfo.xml b/main_server/client_interface/serverInfo.xml index 2f8e6eb0..b05c7798 100755 --- a/main_server/client_interface/serverInfo.xml +++ b/main_server/client_interface/serverInfo.xml @@ -1,6 +1,6 @@ - 2.0b12 + 2.0b14 \ No newline at end of file