diff --git a/plugin/buycourses/CHANGELOG.md b/plugin/buycourses/CHANGELOG.md
index 865d81d154..ab30cadbc4 100644
--- a/plugin/buycourses/CHANGELOG.md
+++ b/plugin/buycourses/CHANGELOG.md
@@ -1,3 +1,13 @@
+v5.0 - 2019-02-06
+====
+
+This version includes two additional modules (taxes and invoices),
+which can be enabled from the configuration.
+
+The file update.php must be executed to update the structure of the tables
+ in the database.
+
+
v4.0 - 2017-04-25
====
diff --git a/plugin/buycourses/src/buy_course_plugin.class.php b/plugin/buycourses/src/buy_course_plugin.class.php
index 4f0e0eb561..91e968746b 100644
--- a/plugin/buycourses/src/buy_course_plugin.class.php
+++ b/plugin/buycourses/src/buy_course_plugin.class.php
@@ -65,7 +65,7 @@ class BuyCoursesPlugin extends Plugin
public function __construct()
{
parent::__construct(
- '1.0',
+ '5.0',
"
Jose Angel Ruiz - NoSoloRed (original author)
Francis Gonzales and Yannick Warnier - BeezNest (integration)