Plugin Directory

Changeset 532525


Ignore:
Timestamp:
04/17/2012 08:41:19 PM (14 years ago)
Author:
sushkov
Message:

Releasing 0.9.6

Location:
buddypress-courseware/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • buddypress-courseware/trunk/courseware.php

    r498796 r532525  
    44Plugin URI: http://scholarpress.github.com/buddypress-courseware/
    55Description: A LMS for BuddyPress.
    6 Author: ScholarPress Dev Crew
    7 Version: 0.9.5
     6Author: Stas Sușcov
     7Version: 0.9.6
    88License: GNU/GPL 2
    99Requires at least: WordPress 3.2, BuddyPress 1.5
     
    1212*/
    1313
    14 define( 'BPSP_VERSION', '0.9.5' );
     14define( 'BPSP_VERSION', '0.9.6' );
    1515define( 'BPSP_DEBUG', (bool) WP_DEBUG ); // This will allow you to see post types in wp-admin
    1616define( 'BPSP_PLUGIN_DIR', dirname( __FILE__ ) );
  • buddypress-courseware/trunk/readme.txt

    r512333 r532525  
    44Requires at least: WordPress 3.2, BuddyPress 1.5
    55Tested up to: WordPress 3.3 / BuddyPress 1.6
    6 Stable tag: 0.9.5
    7 Donate link: http://stas.nerd.ro/pub/donate/
     6Stable tag: 0.9.6
    87
    98A Learning Management System for BuddyPress
     
    6766
    6867= 0.9.6 =
    69 
     68* Added pt_BR translation, huge thanks to Ruan Barbosa.
     69* Added banner image.
     70* Introducing `COURSEWARE_PRIVATE_UPLOADS` constant for disabling private uploads.
     71* Fixed a couple of typos.
     72* Added German localization. Huge thanks to @chaoti
     73* Fix a typo with inversed check of return in new response screen. Props @mattvogt.
     74* Add jquery-ui datetimepicker. Fixed the regression.
    7075
    7176= 0.9.5 =
Note: See TracChangeset for help on using the changeset viewer.