Skip to content

Commit

Permalink
Getting ready to release v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkurtz committed Mar 24, 2023
1 parent 627e035 commit 7c07fc8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
8 changes: 8 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ M When import story form, hundreds of triples can be generated which take minute

==== DONE

-- Release 1.6.2

Added: Option when printing catalysis reports to save observations and interpretations to simple CSV file
Added: Texts below graphs explaining that you can click and drag in the graph to select stories (this is not obvious)
Added: On "Explore patterns" page, new "things you can do" option to show survey questions for selected pattern
Fixed: Bug where you might have seen a "pattern is null" message on the "Explore patterns" page
Fixed: Bug where not enough space was being allocated to upper-right labels in table (contingency chart) images

-- Release 1.6.1

Fixed: Bug (introduced in last update) that made it impossible to create the first story collection in a project
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.6.1",
"version": "1.6.2",
"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.6.1",
narrafirmaApplication: "1.6.2",

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.6.1
Version: 1.6.2
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.6.1';
$NARRAFIRMA_VERSION = '1.6.2';

$pointrelServerVersion = "pointrel20150417-0.0.4-wp";

Expand Down
14 changes: 13 additions & 1 deletion wordpress-plugin/narrafirma/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1
Version: 1.6.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -106,6 +106,14 @@ We strongly suggest that you set up any web site on which you intend to install

== Changelog ==

= 1.6.2 =

Added: Option when printing catalysis reports to save observations and interpretations to simple CSV file
Added: Texts below graphs explaining that you can click and drag in the graph to select stories (this is not obvious)
Added: On "Explore patterns" page, new "things you can do" option to show survey questions for selected pattern
Fixed: Bug where you might have seen a "pattern is null" message on the "Explore patterns" page
Fixed: Bug where not enough space was being allocated to upper-right labels in table (contingency chart) images

= 1.6.1 =

Fixed: Bug (introduced in last update) that made it impossible to create the first story collection in a project
Expand Down Expand Up @@ -661,6 +669,10 @@ change logs, see the [GitHub repository](https://github.com/pdfernhout/narrafirm

== Upgrade Notice ==

= 1.6.2 =

This minor upgrade adds a few quality-of-life options and fixes a few small bugs.

= 1.6.1 =

This essential upgrade fixes bugs related to creating story collections, managing multi-user interactions, and using display lumping.
Expand Down

0 comments on commit 7c07fc8

Please sign in to comment.