Skip to content

Commit

Permalink
Getting ready to release version 1.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkurtz committed Nov 30, 2022
1 parent 3210a18 commit e164285
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
10 changes: 10 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion webapp/source/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions wordpress-plugin/narrafirma/narrafirma.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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";

Expand Down
18 changes: 16 additions & 2 deletions wordpress-plugin/narrafirma/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e164285

Please sign in to comment.