From f0aa96cbe7af432bbdb69428cc3dcda16b4e528e Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 19 Nov 2018 15:22:29 -0400 Subject: [PATCH] Update versions and readme --- README.md | 16 ++++++++++------ excalibur.php | 2 +- package.json | 1 - readme.txt | 15 +++++++++------ 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d00da67..664684c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Excalibur **Contributors:** greatislander, conner_bw **Tags:** publishing, SWORD, libraries, repositories -**Requires at least:** 4.9.5 -**Tested up to:** 4.9.5 -**Stable tag:** 0.3.3 +**Requires at least:** 4.9.8 +**Tested up to:** 4.9.8 +**Stable tag:** 0.3.4 **License:** GPLv3 or later, New BSD License **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -24,9 +24,9 @@ Installing this plugin will add "Submit to DSpace" under the Publish menu. ### Requirements -* PHP >= 7.0 -* Pressbooks >= 5.2.1 -* WordPress >= 4.9.5 +* PHP >= 7.1 +* Pressbooks >= 5.5.0 +* WordPress >= 4.9.8 ### Installing @@ -62,6 +62,10 @@ Or, download the latest version from the releases page and unzip it into your Wo ## Changelog +### 0.3.4 +* Add vanillawxr, wxr to supported export types (fixes [#13](https://github.com/pressbooks/excalibur/issues/13)): [#17](https://github.com/pressbooks/excalibur/pull/17) + + ### 0.3.3 * Special Characters being escaped multiple times [fix #12](https://github.com/pressbooks/excalibur/issues/12) diff --git a/excalibur.php b/excalibur.php index 3ee4aed..c63901f 100644 --- a/excalibur.php +++ b/excalibur.php @@ -11,7 +11,7 @@ * Release Asset: true * Pressbooks tested up to: 5.6.0 * Network: True - * Version: 0.3.3 + * Version: 0.3.4 * License: GPL v3 or later * * @package Excalibur diff --git a/package.json b/package.json index 5d89059..73af58c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "@pressbooks/excalibur", - "version": "0.3.1", "main": "Gruntfile.js", "author": "Pressbooks (Book Oven Inc.) ", "license": "GPL-3.0-or-later", diff --git a/readme.txt b/readme.txt index f4f8e99..8fa9f42 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === Excalibur === Contributors: greatislander, conner_bw Tags: publishing, SWORD, libraries, repositories -Requires at least: 4.9.5 -Tested up to: 4.9.5 -Stable tag: 0.3.3 +Requires at least: 4.9.8 +Tested up to: 4.9.8 +Stable tag: 0.3.4 License: GPLv3 or later, New BSD License License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -21,9 +21,9 @@ Installing this plugin will add "Submit to DSpace" under the Publish menu. = Requirements = -* PHP >= 7.0 -* Pressbooks >= 5.2.1 -* WordPress >= 4.9.5 +* PHP >= 7.1 +* Pressbooks >= 5.5.0 +* WordPress >= 4.9.8 = Installing = @@ -53,6 +53,9 @@ Or, download the latest version from the releases page and unzip it into your Wo == Changelog == += 0.3.4 = +* Add vanillawxr, wxr to supported export types (fixes [#13](https://github.com/pressbooks/excalibur/issues/13)): [#17](https://github.com/pressbooks/excalibur/pull/17) + = 0.3.3 = * Special Characters being escaped multiple times [fix #12](https://github.com/pressbooks/excalibur/issues/12)