diff --git a/TODO.txt b/TODO.txt index bdf368a9..320ecc81 100644 --- a/TODO.txt +++ b/TODO.txt @@ -162,6 +162,16 @@ M When import story form, hundreds of triples can be generated which take minute ==== DONE +-- Release 1.5.19 + +Added: Icons that show the actitivies on each page (manage, plan, enter, review, journal, export). Can be turned off in project options. +Added: Tips at the bottom of the screen. Can be turned off in project options. +Added: Page (in Planning) to help you observe and reflect on a story-sharing conversation. +Added: Page (in Planning) to help you build and print a project privacy policy. +Added: Journaling pages for reflections at the end of each project phase. +Added: In Planning, added a few more questions about participant groups (these new questions are not linked to the recommendations system). +Fixed: Bug where a question type was being erroneously required for elicitation questions. (It exists there but is not important.) + -- Release 1.5.18 Added: Validation check to make sure that all questions have types. diff --git a/package.json b/package.json index d1459f5d..902b0ed2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "NarraFirma", "description": "NarraFirma webapp for Participatory Narrative Inquiry (PNI)", - "version": "1.5.18", + "version": "1.5.19", "keywords": [ "JavaScript", "NarraFirma", diff --git a/webapp/source/versions.ts b/webapp/source/versions.ts index 9abf5cd5..384b911b 100644 --- a/webapp/source/versions.ts +++ b/webapp/source/versions.ts @@ -3,7 +3,7 @@ import kludgeForUseStrict = require("./kludgeForUseStrict"); // Return current versions used by application const versions = { - narrafirmaApplication: "1.5.18", + narrafirmaApplication: "1.5.19", questionnaireContentType: "org.workingwithstories.NarraFirmaQuestionnaire", questionnaireContentVersion: "0.2.0", diff --git a/wordpress-plugin/narrafirma/narrafirma.php b/wordpress-plugin/narrafirma/narrafirma.php index 548cfc25..b3bdaa7c 100644 --- a/wordpress-plugin/narrafirma/narrafirma.php +++ b/wordpress-plugin/narrafirma/narrafirma.php @@ -4,7 +4,7 @@ Plugin URI: http://narrafirma.com Description: Participatory Narrative Inquiry in a box. Gather stories and make sense of challenges and opportunities in your community or organization. Author: Cynthia F. Kurtz and Paul D. Fernhout -Version: 1.5.18 +Version: 1.5.19 Author URI: http://cfkurtz.com License: GPLv2 or later */ @@ -29,7 +29,7 @@ defined( 'ABSPATH' ) or die( 'Plugin must be run from inside WordPress' ); -$NARRAFIRMA_VERSION = '1.5.18'; +$NARRAFIRMA_VERSION = '1.5.19'; $pointrelServerVersion = "pointrel20150417-0.0.4-wp"; diff --git a/wordpress-plugin/narrafirma/readme.txt b/wordpress-plugin/narrafirma/readme.txt index 54e0c022..37f3cd8a 100644 --- a/wordpress-plugin/narrafirma/readme.txt +++ b/wordpress-plugin/narrafirma/readme.txt @@ -7,9 +7,9 @@ Author URI: http://www.cfkurtz.com Author: Cynthia Kurtz and Paul Fernhout Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DGVVDT2D49QA8 Requires at least: 4.3.1 -Tested up to: 6.0.3 +Tested up to: 6.1.1 Stable tag: trunk -Version: 1.5.18 +Version: 1.5.19 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -106,6 +106,16 @@ We strongly suggest that you set up any web site on which you intend to install == Changelog == += 1.5.19 = + +Added: Icons that show the actitivies on each page (manage, plan, enter, review, journal, export). Can be turned off in project options. +Added: Tips at the bottom of the screen. Can be turned off in project options. +Added: Page (in Planning) to help you observe and reflect on a story-sharing conversation. +Added: Page (in Planning) to help you build and print a project privacy policy. +Added: Journaling pages for reflections at the end of each project phase. +Added: In Planning, added a few more questions about participant groups (these new questions are not linked to the recommendations system). +Fixed: Bug where a question type was being erroneously required for elicitation questions. (It exists there but is not important.) + = 1.5.18 = Added: Validation check to make sure that all questions have types. @@ -605,6 +615,10 @@ change logs, see the [GitHub repository](https://github.com/pdfernhout/narrafirm == Upgrade Notice == += 1.5.19 = + +This minor upgrade adds more note-taking pages and improves the new-user experience with page-type icons and tips. + = 1.5.18 = This minor upgrade helps NF deal more gracefully with information users sometimes forget to provide. It also improves general error reporting.