Update version and CHANGELOG.md

pull/2798/head
Nosolored 7 years ago
parent 0d646427f7
commit 2f7dd282d4
  1. 10
      plugin/buycourses/CHANGELOG.md
  2. 2
      plugin/buycourses/src/buy_course_plugin.class.php

@ -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
====

@ -65,7 +65,7 @@ class BuyCoursesPlugin extends Plugin
public function __construct()
{
parent::__construct(
'1.0',
'5.0',
"
Jose Angel Ruiz - NoSoloRed (original author) <br/>
Francis Gonzales and Yannick Warnier - BeezNest (integration) <br/>

Loading…
Cancel
Save