Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
update version number, deps, phpcs ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolor committed Dec 20, 2018
1 parent 1577a8e commit a3156fd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bccampus/pressbooks-openstax-import",
"description": "Imports OpenStax zip files into Pressbooks",
"type": "wordpress-plugin",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "https://github.com/bccampus/pressbooks-openstax-import",
"license": "GPL-3.0+",
"authors": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"@standards"
],
"standards": [
"vendor/bin/phpcs --standard=phpcs.ruleset.xml *.php inc/"
"vendor/bin/phpcs --standard=phpcs.ruleset.xml ."
]
}
}
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpcs.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
</rule>

<exclude-pattern>/vendor/*</exclude-pattern>

<exclude-pattern>/tests/*</exclude-pattern>
</ruleset>
4 changes: 2 additions & 2 deletions pressbooks-openstax-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* Author URI: https://github.com/bdolor
* Text Domain: pressbooks-openstax-import
* Domain Path: /languages
* Version: 1.3.1
* Version: 1.3.2
* License: GPL-3.0+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Tags: pressbooks, OER, publishing, import, cnx, openstax
* Pressbooks tested up to: 5.6.0
* Pressbooks tested up to: 5.6.3
* Project Sponsor: BCcampus
*
* @package Pressbooks_Openstax_Import
Expand Down
10 changes: 6 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: bdolor, aparedes
Tags: pressbooks, openstax, textbook, import
Requires at least: 4.9.8
Tested up to: 4.9.8
Stable tag: 1.3.1
Tested up to: 5.0.2
Stable tag: 1.3.2
Requires PHP: 7.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -21,8 +21,7 @@ This plugin was built primarily to support the creation, remixing, and distribut
**Development Sprint**

The inspiration for this plugin came from wanting to improve our own process for bringing in OpenStax Textbooks. In the fall of 2016 a Development Sprint was held in Houston at Rice University. One of the goals of the sprint
was to be able to find a programmatic solution to the problem of converting equations during the import process. The XSL files
by Vasil Yaroshevich are the key component used to convert equations to something that can be rendered in Pressbooks.
was to be able to find a programmatic solution to the problem of converting equations during the import process. The XSL files by Vasil Yaroshevich are the key component used to convert equations to something that can be rendered in Pressbooks.

== Installation ==

Expand Down Expand Up @@ -50,6 +49,9 @@ OER are defined as “teaching, learning, and research resources that reside in

See: https://github.com/BCcampus/pressbooks-openstax-import/commits/dev for more detail

= 1.3.2 2018/11/20 =
* compatibility with PB 5.6.3

= 1.3.1 2018/11/20 =
* [bug] fix images with spaces in file name
* [bug] fix footnote references
Expand Down

0 comments on commit a3156fd

Please sign in to comment.