Releases: pdfernhout/narrafirma
NarraFirma 0.9.3
This version fixes GitHub issue #4. It makes some cosmetic changes, most notably to improve the labels for sliders for use with narrow mobile screens to be clear about which label is low and which is high. It also adds a readme.txt file needed to include NarraFirma in the official WordPress plugin archive.
To use the WordPress version, you upload the WordPress plugin zip file (narrafirma-wordpress-plugin-v0.9.3.zip) directly into WordPress from the plugins section of a running WordPress installation. You can download that plugin zip file from the following link for this release. Be aware that zip file is a different file than the entire source code in narrafirma.zip. After you install the plugin, you will need to create a project from the NarraFirma plugin panel and specify what users have read or write permissions for the project.
See this link for more installation instructions: https://narrafirma.com/home/setting-up-narrafirma-on-your-local-computer/
NarraFirma 0.9.2
This version improves JavaScript library bundling and startup progress reporting.
To use the WordPress version, you upload the WordPress plugin zip file (narrafirma-wordpress-plugin-v0.9.2.zip) directly into WordPress from the plugins section of a running WordPress installation. You can download that plugin zip file from the following link for this release. Be aware that zip file is a different file than the entire source code in narrafirma.zip. After you install the plugin, you will need to create a project from the NarraFirma plugin panel and specify what users have read or write permissions for the project.
See this link for more installation instructions: https://narrafirma.com/home/setting-up-narrafirma-on-your-local-computer/
NarraFirma 0.9.1
The major change from the previous beta version is bundling JavaScript files together to reduce loading time by using the requirejs optimizer.
To use the WordPress version, you upload the WordPress plugin zip file (narrafirma-wordpress-plugin-v0.9.1.zip) directly into WordPress from the plugins section of a running WordPress installation. You can download that plugin zip file from the following link for this release. Be aware that zip file is a different file than the entire source code in narrafirma.zip. After you install the plugin, you will need to create a project from the NarraFirma plugin panel and specify what users have read or write permissions for the project.
See this link for more details: https://narrafirma.com/home/setting-up-narrafirma-on-your-local-computer/
NarraFirma 0.9.0
To use the WordPress version, you upload the WordPress plugin zip file (narrafirma-wordpress-plugin-v0.9.0.zip) directly into WordPress from the plugins section of a running WordPress installation. You can download that plugin zip file from the following link for this release. Be aware that zip file is a different file than the entire source code in narrafirma.zip. After you install the plugin, you will need to create a project from the NarraFirma plugin panel and specify what users have read or write permissions for the project.
The other option for running NarraFirma involves running it under Node.js. For that, you just install Node.js, unzip the entire source from narrafirma.zip, and go to the server directory in the unzipped source file, and startup the server using directions there in "readme_server.txt". There is a small amount of configuration needed in that case to set the superuser password for NarraFirma using a command line tool. You can do that via "npm admin.js" then within that, "update-superuser". Then create your first project using the NarraFirma administration tool in your web browser logged in as superuser.
The GUI for the main NarraFirma application under Node.js is identical to the one under WordPress. However there are differences for the project configuration administration GUI which runs as a separate application.