Skip to content

v3.2.1

Choose a tag to compare

@jmbarne3 jmbarne3 released this 25 Jan 19:21
· 83 commits to master since this release

Bug Fixes:

  • Updated get_parent_program_id() to return the program's parent ID from $this->program->parent_program->id instead 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 $results is an array before attempting to loop through it. Resolves #83 .