From 62eedcefbaf43b20e0776723ee68ae52dd94c0d0 Mon Sep 17 00:00:00 2001 From: Alex Bertram Date: Mon, 1 Jul 2024 08:19:11 +0000 Subject: [PATCH] Release 4.36.1 --- DESCRIPTION | 4 ++-- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9055f68..9efab14 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,8 @@ Package: activityinfo Type: Package Title: R interface to ActivityInfo.org, an information management software for humanitarian and development operations -Version: 4.36 -Date: 2023-05-25 +Version: 4.36.1 +Date: 2023-07-01 Authors@R: c( person("Alex", "Bertram", email = "alex@bedatadriven.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 999d6a9..9ae5796 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +## [4.36.1] +- Fix for `importRecords()` when the form has a serial number (#124) + ## [4.36] - API tokens are now stored per root URL of the server. The token will need to be added again using activityInfoToken(token). The location of the token file has changed from "~/.activityinfo.credentials" to "~/.activityinfo.server.credentials" to avoid accidentally overwriting and losing the old tokens. (#101) - Column name de-duplication in getRecords() (#118)