Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolor committed Jun 22, 2018
1 parent e003ef7 commit 330c699
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donation link: https://github.com/BCcampus/pressbooks-textbook/wiki/Contribution
Tags: pressbooks, textbook
Requires at least: 4.9.5
Tested up to: 4.9.6
Stable tag: 4.0.5
Stable tag: 4.1.0
Requires PHP: 7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -90,6 +90,13 @@ 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.1.0 (2018/06/22) =
* add oembed support for bcc instance of kaltura
* remove candela-citations as a dependency
* adjust positioning of tabs in otb theme
* ensure compatibility with pb 5.3.3
* apply coding standards

= 4.0.5 (2018/06/18) =
* improve dependency mgmt

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.0.5",
"version": "4.1.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.0.5';
const VERSION = '4.1.0';

/**
* Unique identifier for plugin.
Expand Down
2 changes: 1 addition & 1 deletion 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.0.5
* Version: 4.1.0
* Author: Brad Payne
* Author URI: http://github.com/bdolor
* Text Domain: pressbooks-textbook
Expand Down

0 comments on commit 330c699

Please sign in to comment.