diff --git a/boost/boost.php b/boost/boost.php index b9f6def..88eb64c 100644 --- a/boost/boost.php +++ b/boost/boost.php @@ -5,7 +5,7 @@ * */ $proper_name = 'Volunteer Tracker'; -$version = '1.6.0'; +$version = '1.6.1'; $register = false; $unregister = false; $import_sql = false; diff --git a/boost/update.php b/boost/update.php index 8aa7ed5..ae59fe8 100644 --- a/boost/update.php +++ b/boost/update.php @@ -163,6 +163,14 @@ public function run() $this->v160(); $this->content[] = 'Added quick log email links for volunteers.'; $this->content[] = 'Add quick log option for sponsors.'; + $this->content[] = 'Added QR code to sponsors.'; + $this->content[] = ''; + case $this->compare('1.6.1'): + $this->content[] = '
'; + $this->content[] = '1.6.1'; + $this->content[] = '-----------------------------'; + $this->content[] = 'Adds refresh option in Volunteer screen'; + $this->content[] = 'Allows searching by Banner ID'; $this->content[] = ''; } return $this->content; diff --git a/package-lock.json b/package-lock.json index 1703efd..72494e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "volunteer", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "volunteer", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.13.16", diff --git a/package.json b/package.json index 9dcc787..c59b684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volunteer", - "version": "1.6.0", + "version": "1.6.1", "description": "Tracks volunteer hours", "main": "index.js", "scripts": {