diff --git a/scormcloud/readme.txt b/scormcloud/readme.txt index 52aea43..faa5654 100644 --- a/scormcloud/readme.txt +++ b/scormcloud/readme.txt @@ -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. @@ -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. @@ -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. diff --git a/scormcloud/scormcloud.php b/scormcloud/scormcloud.php index be99b01..f5d9f28 100755 --- a/scormcloud/scormcloud.php +++ b/scormcloud/scormcloud.php @@ -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 */ diff --git a/scormcloud/scormcloud.wp.php b/scormcloud/scormcloud.wp.php index 03473e4..08b1abb 100644 --- a/scormcloud/scormcloud.wp.php +++ b/scormcloud/scormcloud.wp.php @@ -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){