Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Updates the plugin version number, plugin URI and changelog.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyza committed Mar 18, 2015
1 parent a2613b1 commit cdd048a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** Sensei Course Participants Changelog ***

2015.03.18 - version 1.1.0
* Tweak - Display "You" instead of the current learner's display name in the widget.
* Tweak - Display "learner" or "learners" intelligently when displaying the course participant count on course archive screens.

2015.02.01 - version 1.0.1
* Tweak - Updating code for Sensei 1.7 compatibility

Expand Down
6 changes: 3 additions & 3 deletions sensei-course-participants.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/*
* Plugin Name: Sensei Course Participants
* Version: 1.0.1
* Plugin URI: http://www.woothemes.com/
* Version: 1.1.0
* Plugin URI: http://www.woothemes.com/products/sensei-course-participants/
* Description: Displays the number of learners taking a course, and a widget with a list of those learners.
* Author: WooThemes
* Author URI: http://www.woothemes.com/
Expand Down Expand Up @@ -55,7 +55,7 @@ function is_sensei_active() {
* @return object Sensei_Course_Participants
*/
function Sensei_Course_Participants() {
return Sensei_Course_Participants::instance( __FILE__, '1.0.1' );
return Sensei_Course_Participants::instance( __FILE__, '1.1.0' );
}

Sensei_Course_Participants();
Expand Down

0 comments on commit cdd048a

Please sign in to comment.