Skip to content

v2.0.0

Choose a tag to compare

@cjg89 cjg89 released this 09 Aug 19:35
· 250 commits to master since this release

Enhancements:

  • Converts layout actions for degree lists and career path lists to filters, and consolidates arguments passed to degree list layout functions. Please note this change is not backward-compatible with layouts registered using hooks provided by older versions of the plugin.
  • Changed the generic class name "Degrees" to "UCF_Degree_Commands"
  • Removed anonymous function calls for improved support with older versions of PHP
  • Fixed plugin activation and deactivation hooks being referenced outside of the if-statements that check whether or not the functions exist yet.