Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolor committed Aug 3, 2018
1 parent d6c3f93 commit da071db
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: bdolor, aparedes
Donation link: https://github.com/BCcampus/pressbooks-textbook/wiki/Contribution-guidelines
Tags: pressbooks, textbook
Requires at least: 4.9.6
Requires at least: 4.9.7
Tested up to: 4.9.7
Stable tag: 4.1.2
Requires PHP: 7
Stable tag: 4.2.0
Requires PHP: 7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -90,6 +90,12 @@ When creating Open Textbooks and other OERs, we feel it is best to adhere to the

See: https://github.com/BCcampus/pressbooks-textbook/commits/master for more detail

= 4.2.0 (2018/08/03) =
* remove hypothesis plugin as a bundled dependency
* increase minimum php version
* update dependencies
* apply coding standards

= 4.1.2 (2018/07/12) =
* markup parity for textboxes
* bump up otb theme to 2.1.4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bccampus/pressbooks-textbook",
"description": "Adds functionality to Pressbooks to make it easier to author textbooks",
"type": "wordpress-plugin",
"version": "4.1.2",
"version": "4.2.0",
"homepage": "https://github.com/bccampus/pressbooks-textbook",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion inc/class-textbook.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Textbook {
* @since 1.0.0
* @var string
*/
const VERSION = '4.1.2';
const VERSION = '4.2.0';

/**
* Unique identifier for plugin.
Expand Down
4 changes: 2 additions & 2 deletions pressbooks-textbook.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @wordpress-plugin
* Plugin Name: Textbooks for Pressbooks
* Description: A plugin that extends Pressbooks for textbook authoring
* Version: 4.1.2
* Version: 4.2.0
* Author: Brad Payne
* Author URI: http://github.com/bdolor
* Text Domain: pressbooks-textbook
Expand All @@ -20,7 +20,7 @@
* Domain Path: /languages
* GitHub Plugin URI: https://github.com/BCcampus/pressbooks-textbook
* Tags: pressbooks, OER, publishing, textbooks
* Pressbooks tested up to: 5.4.0
* Pressbooks tested up to: 5.4.4
*/

// If file is called directly, abort.
Expand Down

0 comments on commit da071db

Please sign in to comment.