From 6c9f2e4e5119cc68cfdb839304face49bee23f61 Mon Sep 17 00:00:00 2001 From: Patrick R Date: Wed, 22 Jul 2020 10:14:23 +0800 Subject: [PATCH 1/3] FIX: Release notes github actions --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 9091a2c9..3ab3d050 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 12.x - name: Generate and email notes - run: npx @goodcity/release-notes --email-to "prabier@crossroads.org.hk,swkenworthy@crossroads.org.hk,mdgow@crossroads.org.hk" --head ${{github.event.pull_request.head.sha}} --base ${{github.event.pull_request.base.sha}} --email-subject "🚀 Donor App Release 🚀" + run: npx @goodcity/release-notes --unshallow --email-to "prabier@crossroads.org.hk,swkenworthy@crossroads.org.hk,mdgow@crossroads.org.hk" --head ${{github.event.pull_request.head.sha}} --base ${{github.event.pull_request.base.sha}} --email-subject "🚀 Donor App Release 🚀" env: JIRA_USERNAME: ${{secrets.jira_username}} JIRA_PASSWORD: ${{secrets.jira_password}} From d3525167a434ffff566abb89c0def49231064e51 Mon Sep 17 00:00:00 2001 From: AbulAsar Sayyad Date: Fri, 31 Jul 2020 12:46:59 +0530 Subject: [PATCH 2/3] added facebook analytics --- app/index.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 7016ed42..7a27ad37 100644 --- a/app/index.html +++ b/app/index.html @@ -19,6 +19,25 @@ StatusBar.backgroundColorByName("black"); StatusBar.styleLightContent(); } + + window.fbAsyncInit = function() { + FB.init({ + appId : '315911462935779', + cookie : true, + xfbml : true, + version : 'v7.0' + }); + + FB.AppEvents.logPageView(); + + }; (function(d, s, id){ + var js, fjs = d.getElementsByTagName(s)[0]; + if (d.getElementById(id)) {return;} + js = d.createElement(s); js.id = id; + js.src = "https://connect.facebook.net/en_US/sdk.js"; + fjs.parentNode.insertBefore(js, fjs); + }(document, 'script', 'facebook-jssdk')); + {{content-for 'head-footer'}} @@ -38,7 +57,6 @@ {{content-for 'body'}} - {{content-for 'body-footer'}} From 65c7b6b976334554453db86611ea8ddb0d0cdbc7 Mon Sep 17 00:00:00 2001 From: AbulAsar Sayyad Date: Fri, 31 Jul 2020 15:39:21 +0530 Subject: [PATCH 3/3] bump app version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fc2ec88..c81907d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "goodcity", - "version": "0.17.8", + "version": "0.17.9", "description": "Small description for goodcity goes here", "license": "MIT", "author": "",