Skip to content

Commit

Permalink
WP-290 update changelog and bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulbalagolan committed Oct 14, 2022
1 parent b64c3f6 commit 7c4baff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions open-educational-resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WP OER
Plugin URI: https://www.wp-oer.com
Description: Open Educational Resource management and curation, metadata publishing, and alignment to Common Core State Standards.
Version: 0.9.1
Version: 0.9.2
Requires at least: 4.4
Requires PHP: 7.0
Author: Navigation North
Expand Down Expand Up @@ -38,7 +38,7 @@
// Plugin Name and Version
define( 'OER_PLUGIN_NAME', 'WP OER Plugin' );
define( 'OER_ADMIN_PLUGIN_NAME', 'WP OER Plugin');
define( 'OER_VERSION', '0.9.1' );
define( 'OER_VERSION', '0.9.2' );
define( 'OER_SITE_PATH', ABSPATH );

include_once(OER_PATH.'includes/oer-functions.php');
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: OER, Open Educational Resources, Education, Teaching, Learning
Requires at least: 4.4
Tested up to: 6.0.2
Requires PHP: 7.0
Stable tag: 0.9.1
Stable tag: 0.9.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -41,6 +41,12 @@ No frequently asked questions.
3. Display educational resources on your WordPress website!

== Changelog ==
= 0.9.2 =
* Fixed the overlapping text on the settings and import pages including the standard list display
* Fixed the Resource Block display error when the resource has no selected subject areas
* Fixed the front-end issue on Subject Resources block sorting and display count
* Tested up to WP 6.0.2

= 0.9.1 =
* Replaced move_uploaded_file with wp_handle_upload function when importing subject areas and resources
* Removed quote around string placeholders used in $wpdb->prepare statements
Expand Down

0 comments on commit 7c4baff

Please sign in to comment.