-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #422 from woothemes/release-1-6-1
Release 1 6 1
- Loading branch information
Showing
6 changed files
with
85 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,12 @@ | |
Plugin Name: Sensei | ||
Plugin URI: http://www.woothemes.com/products/sensei/ | ||
Description: A course management plugin that offers the smoothest platform for helping you teach anything. | ||
Version: 1.6.0 | ||
Version: 1.6.1 | ||
Author: WooThemes | ||
Author URI: http://www.woothemes.com/ | ||
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
Requires at least: 3.9 | ||
Tested up to: 3.9.1 | ||
*/ | ||
/* Copyright 2013 WooThemes (email : [email protected]) | ||
|
@@ -35,7 +37,7 @@ | |
|
||
global $woothemes_sensei; | ||
$woothemes_sensei = new WooThemes_Sensei( __FILE__ ); | ||
$woothemes_sensei->version = '1.6.0'; | ||
$woothemes_sensei->version = '1.6.1'; | ||
|
||
/** | ||
* Plugin updates | ||
|