Skip to content

Commit

Permalink
updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bdolor committed Apr 21, 2015
1 parent c92c41c commit 2b46fb6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: bdolor
Donation link: https://github.com/BCcampus/pressbooks-textbook/wiki/Contribution-guidelines
Tags: pressbooks, textbook
Requires at least: 3.8.3
Tested up to: 4.1.1
Stable tag: 1.2.5
Tested up to: 4.1.2
Stable tag: 1.2.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -93,6 +93,14 @@ 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

= 1.2.6 (2015/04/21) =
* patch potential xss attack vector
* adding accessibility button to theme
* update pdf export to work with new luther parent theme
* remove automatic theme switch on book creation due to inconsistent behaviour
* fix php notice messages in search and import
* fix syntax error in search and import

= 1.2.5 (2015/03/11) =
* add table cell border to web and print
* fix default theme on new book creation
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: PressBooks Textbook
* Description: A plugin that extends PressBooks for textbook authoring
* Version: 1.2.5
* Version: 1.2.6
* Author: Brad Payne
* Author URI: http://bradpayne.ca
* Text Domain: pressbooks-textbook
Expand All @@ -38,7 +38,7 @@ class Textbook {
* @since 1.0.0
* @var string
*/
const VERSION = '1.2.5';
const VERSION = '1.2.6';

/**
* Unique identifier for plugin.
Expand Down

0 comments on commit 2b46fb6

Please sign in to comment.