Skip to content

Commit

Permalink
Getting ready to release version 1.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkurtz committed Jan 24, 2023
1 parent d15c07b commit f4b5518
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
6 changes: 6 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.19",
"version": "1.5.20",
"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.19",
narrafirmaApplication: "1.5.20",

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

$pointrelServerVersion = "pointrel20150417-0.0.4-wp";

Expand Down
12 changes: 11 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.5.19
Version: 1.5.20
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

0 comments on commit f4b5518

Please sign in to comment.