Skip to content

Commit 2a92a10

Browse files
author
bdolor
committed
update version number
1 parent 53fa526 commit 2a92a10

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donation link: https://github.com/BCcampus/pressbooks-textbook/wiki/Contribution
44
Tags: pressbooks, textbook
55
Requires at least: 4.9.6
66
Tested up to: 4.9.7
7-
Stable tag: 4.1.1
7+
Stable tag: 4.1.2
88
Requires PHP: 7
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -90,6 +90,10 @@ When creating Open Textbooks and other OERs, we feel it is best to adhere to the
9090

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

93+
= 4.1.2 (2018/07/12) =
94+
* markup parity for textboxes
95+
* bump up otb theme to 2.1.4
96+
9397
= 4.1.1 (2018/07/11) =
9498
* fix for parent theme change - thanks @greatislander
9599
* compatibility with PB 5.4.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bccampus/pressbooks-textbook",
33
"description": "Adds functionality to Pressbooks to make it easier to author textbooks",
44
"type": "wordpress-plugin",
5-
"version": "4.1.1",
5+
"version": "4.1.2",
66
"homepage": "https://github.com/bccampus/pressbooks-textbook",
77
"authors": [
88
{

inc/class-textbook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Textbook {
2222
* @since 1.0.0
2323
* @var string
2424
*/
25-
const VERSION = '4.1.1';
25+
const VERSION = '4.1.2';
2626

2727
/**
2828
* Unique identifier for plugin.

pressbooks-textbook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @wordpress-plugin
1212
* Plugin Name: Textbooks for Pressbooks
1313
* Description: A plugin that extends Pressbooks for textbook authoring
14-
* Version: 4.1.1
14+
* Version: 4.1.2
1515
* Author: Brad Payne
1616
* Author URI: http://github.com/bdolor
1717
* Text Domain: pressbooks-textbook

symbionts/mce-textbook-buttons/assets/js/textbook-buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
});
7474
},
7575
/**
76-
* Creates control instances based in the incomming name. This method is normally not
76+
* Creates control instances based in the incoming name. This method is normally not
7777
* needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
7878
* but you sometimes need to create more complex controls like listboxes, split buttons etc then this
7979
* method can be used to create those.

0 commit comments

Comments
 (0)