Releases: navnorth/wp-oer
Releases · navnorth/wp-oer
v0.9.3
- 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
- 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
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
What's Changed
- Implement further sanitizing of input and escaping of displayed data
v0.8.9
- 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