Changeset 532525
- Timestamp:
- 04/17/2012 08:41:19 PM (14 years ago)
- Location:
- buddypress-courseware/trunk
- Files:
-
- 2 edited
-
courseware.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-courseware/trunk/courseware.php
r498796 r532525 4 4 Plugin URI: http://scholarpress.github.com/buddypress-courseware/ 5 5 Description: A LMS for BuddyPress. 6 Author: S cholarPress Dev Crew7 Version: 0.9. 56 Author: Stas Sușcov 7 Version: 0.9.6 8 8 License: GNU/GPL 2 9 9 Requires at least: WordPress 3.2, BuddyPress 1.5 … … 12 12 */ 13 13 14 define( 'BPSP_VERSION', '0.9. 5' );14 define( 'BPSP_VERSION', '0.9.6' ); 15 15 define( 'BPSP_DEBUG', (bool) WP_DEBUG ); // This will allow you to see post types in wp-admin 16 16 define( 'BPSP_PLUGIN_DIR', dirname( __FILE__ ) ); -
buddypress-courseware/trunk/readme.txt
r512333 r532525 4 4 Requires at least: WordPress 3.2, BuddyPress 1.5 5 5 Tested up to: WordPress 3.3 / BuddyPress 1.6 6 Stable tag: 0.9.5 7 Donate link: http://stas.nerd.ro/pub/donate/ 6 Stable tag: 0.9.6 8 7 9 8 A Learning Management System for BuddyPress … … 67 66 68 67 = 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. 70 75 71 76 = 0.9.5 =
Note: See TracChangeset
for help on using the changeset viewer.