From 87a966c24df75703310f99f88961115570f867f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Michonneau?= Date: Thu, 3 Feb 2022 12:40:03 +0100 Subject: [PATCH 1/2] add matomo tracking --- inst/pkgdown/templates/footer.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/inst/pkgdown/templates/footer.html b/inst/pkgdown/templates/footer.html index 4dd82bb3..b4572751 100644 --- a/inst/pkgdown/templates/footer.html +++ b/inst/pkgdown/templates/footer.html @@ -30,3 +30,22 @@ + + + From 593cc2c8d5193581dbd6b1392a5e3b4bdba3d811 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Thu, 3 Feb 2022 11:47:49 -0800 Subject: [PATCH 2/2] bump version; add NEWS --- DESCRIPTION | 14 ++++++++++---- NEWS.md | 4 ++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bcd260c5..16714ca8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,18 @@ Package: varnish Title: Front-end for The Carpentries Lesson Template -Version: 0.1.1 -Authors@R: +Version: 0.1.2 +Authors@R: c( person(given = "Zhian N.", family = "Kamvar", role = c("aut", "cre"), - email = "zkamvar@gmail.com", - comment = c(ORCID = "0000-0003-1458-7108")) + email = "zkamvar@carpentries.org", + comment = c(ORCID = "0000-0003-1458-7108")), + person(given = "François", + family = "Michonneau", + role = c("ctb"), + email = "francois@carpentries.org"), + person() + ) Description: This package does nothing but contain template HTML CSS and JS files. License: MIT + file LICENSE Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 31aeaaab..bbd3aeb8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# varnish 0.1.2 + +* Add matmo analytics in the footer (@fmichonneau, #17) + # varnish 0.1.1 * Add LICENSE file clarifying MIT licensing