Navigation Menu

Skip to content

Commit

Permalink
Rolling out 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Feb 1, 2012
1 parent a92e684 commit ad03a04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions courseware.php
Expand Up @@ -4,14 +4,14 @@
Plugin URI: http://scholarpress.github.com/buddypress-courseware/
Description: A LMS for BuddyPress.
Author: ScholarPress Dev Crew
Version: 0.9.4
Version: 0.9.5
License: GNU/GPL 2
Requires at least: WordPress 3.2, BuddyPress 1.5
Tested up to: WordPress 3.3 / BuddyPress 1.6
Author URI: https://github.com/scholarpress/buddypress-courseware/contributors
*/

define( 'BPSP_VERSION', '0.9.4' );
define( 'BPSP_VERSION', '0.9.5' );
define( 'BPSP_DEBUG', (bool) WP_DEBUG ); // This will allow you to see post types in wp-admin
define( 'BPSP_PLUGIN_DIR', dirname( __FILE__ ) );
define( 'BPSP_WEB_URI', WP_PLUGIN_URL . '/' . basename( BPSP_PLUGIN_DIR ) );
Expand Down
14 changes: 13 additions & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: sushkov, jeremyboggs, boonebgorges, johnjamesjacoby, chexee
Tags: buddypress, lms, courseware, education, teaching, quizzes, tests, gradebook, courses, lectures, assignments
Requires at least: WordPress 3.2, BuddyPress 1.5
Tested up to: WordPress 3.3 / BuddyPress 1.6
Stable tag: 0.9.4
Stable tag: 0.9.5
Donate link: http://stas.nerd.ro/pub/donate/

A Learning Management System for BuddyPress
Expand Down Expand Up @@ -63,6 +63,18 @@ Before asking questions, please check the [BuddyPress Courseware Handbook](http:

== Changelog ==

= 0.9.5 =
* Removed pass-by-reference calls. Props @mercime closes [#69](https://github.com/scholarpress/buddypress-courseware/issues/69).
* Fixed the js issue on schedule pages. Closes [#71](https://github.com/scholarpress/buddypress-courseware/issues/71).
* Public comments are now visible in assignment pages.
* Append the private message wit the grade notification.
* Skip notifications when grade is not updated. Closes [#72](https://github.com/scholarpress/buddypress-courseware/issues/72).
* Cleaned-up the schedule forms.
* Updated to latest jquery.formbuilder, minified version.
* Fixed jquery ui sortable regression.
* Celebrating new home: [coursewa.re](http://coursewa.re)


= 0.9.4 =
* WordPress 3.3 BuddyPress 1.5(six-ish) compatibility
* Fixed dashboard date/time issue
Expand Down

0 comments on commit ad03a04

Please sign in to comment.