Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Childs committed Sep 19, 2011
1 parent 6834dea commit d31198e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion scormcloud/readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: troyef, stuartchilds
Tags: elearning, learning, scorm, aicc, education, training, cloud
Requires at least: 2.9
Tested up to: 3.2.1
Stable tag: 1.0.7.2
Stable tag: 1.0.7.3

Tap the power of SCORM to deliver and track training right from your WordPress-powered site.

Expand Down Expand Up @@ -49,6 +49,9 @@ The SCORM Cloud For WordPress basic functionality works with BuddyPress without

== Changelog ==

= 1.0.7.3 =
* Fixes a bug preventing invalid configuration from being corrected.

= 1.0.7.2 =
* Fixes a bug in certain database updates.

Expand Down Expand Up @@ -103,6 +106,9 @@ The SCORM Cloud For WordPress basic functionality works with BuddyPress without

== Upgrade Notice ==

= 1.0.7.3 =
* Fixes a bug preventing invalid configuration from being corrected.

= 1.0.7.2 =
* Fixes a bug in certain database updates. Upgrade strongly recommended.

Expand Down
2 changes: 1 addition & 1 deletion scormcloud/scormcloud.php
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://scorm.com/wordpress
Description: Tap the power of SCORM to deliver and track training right from your WordPress-powered site. Just add the SCORM Cloud widget to the sidebar or use the SCORM Cloud button to add a link directly in a post or page.
Author: Rustici Software
Version: 1.0.7.2
Version: 1.0.7.3
Author URI: http://www.scorm.com
*/

Expand Down
2 changes: 1 addition & 1 deletion scormcloud/scormcloud.wp.php
Expand Up @@ -15,7 +15,7 @@ function scormcloud_getScormEngineService(){
$engine_url = get_option('scormcloud_engine_url');
}

$origin = ScormEngineUtilities::getCanonicalOriginString('Rustici Software', 'WordPress', '1.0.7.2');
$origin = ScormEngineUtilities::getCanonicalOriginString('Rustici Software', 'WordPress', '1.0.7.3');

//arbitrary number 17 is the length of 'EngineWebServices'
if (strlen($engine_url) < 17){
Expand Down

0 comments on commit d31198e

Please sign in to comment.