diff --git a/build.gradle b/build.gradle index a8e8d57b..2a9b269b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group 'be.ugent.piedcler.dodona' -version '1.1.1-SNAPSHOT' +version '1.1.1' sourceCompatibility = 1.8 diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 751b89f3..7a05844e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -10,8 +10,8 @@ -
  • Fixed a bug where every "More details" link in the notifications would redirect to a JSON version of the submission instead of the HTML version.
  • -
  • Completely removed all API calls and refactored them into a separate library at https://github.com/thepieterdc/dodona-api-java.
  • +
  • Course year is now displayed next to the name of the course. +
  • [Internal] User agent now includes the plugin version number.
  • ]]>