You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/plugin/BuyCourses/CHANGELOG.md
+46-4Lines changed: 46 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,45 @@
1
+
v7.4 - 2022-04-28
2
+
====
3
+
Add subscriptions support.
4
+
5
+
If the plugin has already been installed, the update.php script must be executed (load plugin/BuyCourses/update.php in your browser) to update the database structure by adding the plugin_buycourses_subscription, plugin_buycourses_subscription_rel_sale, plugin_buycourses_subscription_period and plugin_buycourses_coupon_rel_subscription_sale.
6
+
7
+
v7.3 - 2022-04-28
8
+
====
9
+
Add Cecabank payments support.
10
+
11
+
If the plugin has already been installed, the update.php script must be executed (load plugin/BuyCourses/update.php in your browser) to update the structure of the tables in the database.
12
+
13
+
v7.2 - 2021-11-22
14
+
====
15
+
Add Stripe payments support.
16
+
17
+
If the plugin has already been installed, the update.php script must be executed (load plugin/BuyCourses/update.php in your browser) to update the structure of the tables in the database.
18
+
19
+
v7.1 - 2021-10-26
20
+
====
21
+
Fix install issue with DB field type.
22
+
23
+
v7.0 - 2021-08-12
24
+
====
25
+
Added support for discount coupons.
26
+
Added a better table view for the sales report.
27
+
Multiple fixes to navigation-related issues.
28
+
29
+
WARNING: Updating this plugin (or Chamilo) without going through the specific update procedure for this plugin will break your sales pages.
30
+
31
+
The file [your-host]/plugin/BuyCourses/update.php *MUST* be executed to update the structure of the tables
32
+
in the database.
33
+
34
+
v6.0 - 2020-11-29
35
+
====
36
+
Added support for purchase instructions e-mail customization (although this
37
+
does not support multiple languages at the moment).
0 commit comments