Skip to content

Releases: navnorth/wp-oer

v0.9.3

12 May 03:30
266e2e5
Compare
Choose a tag to compare
  • Converted Grade Level field into a taxonomy
  • Updated import resources to create a new grade level if not existing
  • Added search function to the resources page
  • Added function to print resources in a list or table format
  • Added path, title, content, enable search filter, and enable print function setting for the Resources page in plugin options
  • Enabled FontAwesome and Bootstrap library by default
  • PHP 8.1 compatibility
  • Block compatibility fixes with WP 6.2
  • Tested up to WP 6.2

0.9.2 release

14 Oct 06:48
1d7575f
Compare
Choose a tag to compare
  • 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

v0.9.1

16 Jun 16:56
a33024e
Compare
Choose a tag to compare

What's Changed

  • Replaced usage of move_uploaded_file with wp_handle_upload function on importing resources and subject areas
  • Removed quote around string placeholders in $wpdb->prepare statements

v0.9.0

15 Jun 13:44
b2f3a7e
Compare
Choose a tag to compare

What's Changed

  • Implement further sanitizing of input and escaping of displayed data

v0.8.9

14 Jun 13:48
7ba170a
Compare
Choose a tag to compare
  • Upgrade Bootstrap library to 5.1.3
  • Applied proper sanitizing of server variables when saving resources and subject areas
  • Replaced usage of $_SERVER['DOCUMENT_ROOT'] variable with ABSPATH

v0.8.2

06 Aug 16:00
5648b7c
Compare
Choose a tag to compare
Merge pull request #34 from navnorth/stage

WP-48 - GitHub Deployment to WP Repository