Skip to content

Commit

Permalink
Updated changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nolmac committed Mar 8, 2023
1 parent a0c8c0b commit e2ca7ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions scormcloud/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ The SCORM Cloud For WordPress basic functionality works with BuddyPress without


== Changelog ==
= 2.0.8 =
Fixes an issue determining whether an account has a strict registration limit

= 2.0.7 =
Fixes an issue loading the training details page

Expand Down
2 changes: 1 addition & 1 deletion scormcloud/scormcloud.php
Original file line number Diff line number Diff line change
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: 2.0.7
Version: 2.0.8
Author URI: http://www.scorm.com
*/

Expand Down
2 changes: 1 addition & 1 deletion scormcloud/scormcloudplugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static function get_cloud_service( $force_network_settings = false ) {
$proxy = get_option( 'proxy' );
}

$origin = ScormEngineUtilities::getCanonicalOriginString( 'Rustici Software', 'WordPress', '2.0.7' );
$origin = ScormEngineUtilities::getCanonicalOriginString( 'Rustici Software', 'WordPress', '2.0.8' );

if ( strlen( $engine_url ) < 1 ) {
$engine_url = 'https://cloud.scorm.com/api/v2';
Expand Down

0 comments on commit e2ca7ae

Please sign in to comment.