From 2bdc3d631df353c8c9d20f4b737baa30fa481c78 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Mon, 26 Jun 2017 15:30:34 -0500 Subject: [PATCH] Fixes bug in course catalog widget --- scormcloud/readme.txt | 7 +++++-- scormcloud/scormcloud.php | 2 +- scormcloud/ui/scormcloudcatalogwidget.php | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/scormcloud/readme.txt b/scormcloud/readme.txt index 1272a5a..63d46de 100755 --- a/scormcloud/readme.txt +++ b/scormcloud/readme.txt @@ -2,8 +2,8 @@ Contributors: troyef, stuartchilds, timedwards Tags: elearning, learning, scorm, aicc, education, training, cloud Requires at least: 4.3 -Tested up to: 5.6 -Stable tag: 1.2.2 +Tested up to: 4.7 +Stable tag: 1.2.3 Tap the power of SCORM to deliver and track training right from your WordPress-powered site. @@ -48,6 +48,9 @@ The SCORM Cloud For WordPress basic functionality works with BuddyPress without == Changelog == += 1.2.3 = +* Fixed bug in course catalog widget + = 1.2.2 = * Fixed bug in anonymous registrations diff --git a/scormcloud/scormcloud.php b/scormcloud/scormcloud.php index e8d33ca..f427b5f 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.2.1 + Version: 1.2.3 Author URI: http://www.scorm.com */ diff --git a/scormcloud/ui/scormcloudcatalogwidget.php b/scormcloud/ui/scormcloudcatalogwidget.php index 2d42336..39f4c67 100755 --- a/scormcloud/ui/scormcloudcatalogwidget.php +++ b/scormcloud/ui/scormcloudcatalogwidget.php @@ -99,7 +99,7 @@ function widget( $args, $instance ) { echo "
"; if ( 1 === (int) $reg->active ) { - echo "" . esc_textarea( $course_title ) . ''; + echo "" . esc_textarea( $course_title ) . ''; } else { echo "" . esc_attr( $course_title ) . ''; } @@ -192,4 +192,4 @@ function form( $instance ) { }// END class -?> \ No newline at end of file +?>