diff --git a/TODO.txt b/TODO.txt index 320ecc81..413aee9a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -162,6 +162,12 @@ M When import story form, hundreds of triples can be generated which take minute ==== DONE +-- Release 1.5.20 + +Added: Spot-check graphs page now has buttons to show selected stories (or random sample) in pop-up window for copying and pasting elsewhere. +Added: Spot-check graphs page can now show answers to questions about stories (in a simple format) for copying and pasting elsewhere. +Added: Additional warnings to alert the user of read-only mode, in case they edit fields without realizing they are not logged in to an account with editing privileges. + -- 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. diff --git a/package.json b/package.json index 902b0ed2..f1820f76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "NarraFirma", "description": "NarraFirma webapp for Participatory Narrative Inquiry (PNI)", - "version": "1.5.19", + "version": "1.5.20", "keywords": [ "JavaScript", "NarraFirma", diff --git a/webapp/source/versions.ts b/webapp/source/versions.ts index 384b911b..2085b176 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.19", + narrafirmaApplication: "1.5.20", questionnaireContentType: "org.workingwithstories.NarraFirmaQuestionnaire", questionnaireContentVersion: "0.2.0", diff --git a/wordpress-plugin/narrafirma/narrafirma.php b/wordpress-plugin/narrafirma/narrafirma.php index b3bdaa7c..e6c0ff1f 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.19 +Version: 1.5.20 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.19'; +$NARRAFIRMA_VERSION = '1.5.20'; $pointrelServerVersion = "pointrel20150417-0.0.4-wp"; diff --git a/wordpress-plugin/narrafirma/readme.txt b/wordpress-plugin/narrafirma/readme.txt index 37f3cd8a..dc90da2a 100644 --- a/wordpress-plugin/narrafirma/readme.txt +++ b/wordpress-plugin/narrafirma/readme.txt @@ -9,7 +9,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Requires at least: 4.3.1 Tested up to: 6.1.1 Stable tag: trunk -Version: 1.5.19 +Version: 1.5.20 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -106,6 +106,12 @@ We strongly suggest that you set up any web site on which you intend to install == Changelog == += 1.5.20 = + +Added: Spot-check graphs page now has buttons to show selected stories (or random sample) in pop-up window for copying and pasting elsewhere. +Added: Spot-check graphs page can now show answers to questions about stories (in a simple format) for copying and pasting elsewhere. +Added: Additional warnings to alert the user of read-only mode, in case they edit fields without realizing they are not logged in to an account with editing privileges. + = 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. @@ -615,6 +621,10 @@ change logs, see the [GitHub repository](https://github.com/pdfernhout/narrafirm == Upgrade Notice == += 1.5.20 = + +This minor upgrade adds two things: more noticeable warnings when you have read-only access to a project; and a bit more information on the "spot-check graphs" page. + = 1.5.19 = This minor upgrade adds more note-taking pages and improves the new-user experience with page-type icons and tips.