Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Jun 7, 2020
1 parent 62ead8d commit 6da74cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions h5pxapikachu.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Text Domain: H5PXAPIKATCHU
* Domain Path: /languages
* Description: Catch and store xAPI statements sent by H5P
* Version: 0.4.3
* Version: 0.4.4
* Author: Oliver Tacke
* Author URI: https://www.olivertacke.de
* License: MIT
Expand All @@ -18,7 +18,7 @@
defined( 'ABSPATH' ) or die( 'No script kiddies please!' );

if ( ! defined( 'H5PXAPIKATCHU_VERSION' ) ) {
define( 'H5PXAPIKATCHU_VERSION', '0.4.3' );
define( 'H5PXAPIKATCHU_VERSION', '0.4.4' );
}

// settings.php contains all functions for the settings
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: otacke
Tags: h5p, xapi
Requires at least: 4.0
Tested up to: 5.4
Stable tag: 0.4.3
Stable tag: 0.4.4
License: MIT
License URI: https://github.com/otacke/h5pxapikatchu/blob/master/LICENSE

Expand Down Expand Up @@ -92,6 +92,9 @@ Maybe, but hopefully not.

== Changelog ==

= 0.4.4 =
- Fix readystatechange listener to avoid conflicts with other plugins

= 0.4.3 =
- Fix deprecated use of Privacy Policy register hooks.
- Add hooks:
Expand Down Expand Up @@ -203,6 +206,12 @@ Initial release.

== Upgrade Notice ==

= 0.4.4 =
Upgrade if you need to run H5P with other plugins, in particular the MathDisplay library for LaTeX support using MathJax.

= 0.4.3 =
Upgrade if you need other plugins to customize the behavior or need the Privacy Policy features.

= 0.4.2 =
Upgrade if you want two bugs less :-)

Expand Down

0 comments on commit 6da74cd

Please sign in to comment.