diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f71a3..3cb6a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Next Release +# v0.0.7 + +* Added ESTA to Story Trail +* Reverted Story Trail naming to LIS +* Changed Trail map code to make it flexible based on association + # v0.0.6 * Fix typo in Map Titles diff --git a/package-lock.json b/package-lock.json index 6d0ed01..d9f03df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "localloop-web", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 090cbf1..bb4c050 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "localloop-web", - "version": "0.0.6", + "version": "0.0.7", "description": "LocalLoop Web - Web interface for LocalLoop app", "author": "", "url": "http://www.peartrade.org", diff --git a/src/app/dashboard/dashboard.routing.ts b/src/app/dashboard/dashboard.routing.ts index 0ea44fb..46b9df3 100644 --- a/src/app/dashboard/dashboard.routing.ts +++ b/src/app/dashboard/dashboard.routing.ts @@ -66,7 +66,7 @@ const routes: Routes = [ { path: 'story-trail', component: TrailMapComponent, - data: { title: 'Lancaster Independent Story' }, + data: { title: 'Story Trail' }, }, { path: 'payroll-log', diff --git a/src/app/dashboard/map.component.html b/src/app/dashboard/map.component.html index 9cdf1be..4230fe4 100644 --- a/src/app/dashboard/map.component.html +++ b/src/app/dashboard/map.component.html @@ -4,7 +4,7 @@
Purchase Map - Required Data marked in bold. + Click a marker to get location details.