v3.2.1
Bug Fixes:
- Updated
get_parent_program_id()to return the program's parent ID from$this->program->parent_program->idinstead of fetching per-parent API results. See UCF/Search-Service-Django#28. - Increased API fetch timeout from 5 seconds to 10
- Added check in
UCF_Degree_Common::return_verified_result()to ensure$resultsis an array before attempting to loop through it. Resolves #83 .