From ea662f443097e5940c7d4232006078e056f1f124 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 5 Apr 2026 19:58:36 -0600 Subject: [PATCH] bump to v 1.3.13 (for a web release) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/constants/app.ts | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e273f4..5c9a79a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.13] - 2026.04.05 +### Added +- Ability to select project that the current one fulfills +- Separate Terms & Conditions page (required for SMS campaigns) +### Fixed +- Edits to a 'give' would delete the image + + ## [1.3.12] - 2026.03.21 ### Added - Device wake-up for notifications diff --git a/package.json b/package.json index b297aa20..38716351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "giftopia", - "version": "1.3.13-beta", + "version": "1.3.13", "description": "Giftopia App", "author": { "name": "Gift Economies Team" diff --git a/src/constants/app.ts b/src/constants/app.ts index 2c8cd1e1..1ae6d016 100644 --- a/src/constants/app.ts +++ b/src/constants/app.ts @@ -6,8 +6,8 @@ export enum AppString { // This is used in titles and verbiage inside the app. // There is also an app name without spaces, for packaging in the package.json file used in the manifest. - APP_NAME = "Giftopia", - APP_NAME_NO_SPACES = APP_NAME, + APP_NAME = "Time Safari", + APP_NAME_NO_SPACES = "TimeSafari", PROD_ENDORSER_API_SERVER = "https://api.endorser.ch", TEST_ENDORSER_API_SERVER = "https://test-api.endorser.ch",