Browse Source

Minor - Update changelog and plugin description - refs #7768

Angel Fernando Quiroz Campos 9 years ago
parent
commit
e159a227e3

+ 2 - 0
plugin/buycourses/CHANGELOG.md

@@ -12,6 +12,7 @@ in a currency other than the others courses or sessions
 Allowing filter the sales by its status
 - The plugin Registration page was removed. Instead the Chamilo LMS
 registrarion page is used.
+- Added the ability to record beneficiaries with the sale of courses/sessions
 
 ##Changes in database structure
 
@@ -40,6 +41,7 @@ The __new database__ structure is formed for the tables:
 
 - `plugin_buycourses_currency` The list of countries with their currencies
 - `plugin_buycourses_item` The registered courses and sessions in the platform
+- `plugin_buycourses_item_re_beneficiary` The beneficiaries users with the sale of courses
 - `plugin_buycourses_paypal_account` The PayPal account info
 - `plugin_buycourses_sale` The sales of courses and sessions that were made
 - `plugin_buycourses_transfer` The bank accounts for transfers

+ 1 - 1
plugin/buycourses/lang/english.php

@@ -1,6 +1,6 @@
 <?php
 $strings['plugin_title'] = "Sell courses";
-$strings['plugin_comment'] = "Sell courses directly through your Chamilo portal, using a PayPal account to receive funds. This plugin is in beta version. Neither the Chamilo association nor the developers involved could be considered responsible of any issue you might suffer using this plugin.";
+$strings['plugin_comment'] = "Sell courses directly through your Chamilo portal, using a PayPal account to receive funds. Neither the Chamilo association nor the developers involved could be considered responsible of any issue you might suffer using this plugin.";
 $strings['show_main_menu_tab'] = "Show tab in main menu";
 $strings['show_main_menu_tab_help'] = "In case of not wanting to show the tab, you can create this link in your Chamilo homepage : %s";
 $strings['include_sessions'] = "Include sessions";

+ 1 - 1
plugin/buycourses/lang/french.php

@@ -1,6 +1,6 @@
 <?php
 $strings['plugin_title'] = "Vente de cours";
-$strings['plugin_comment'] = "Vendez vos cours directement depuis votre portail Chamilo, au travers d'un compte PayPal. Plugin en version beta, à utiliser avec précaution. Ni l'association Chamilo ni les développeurs impliqués dans le développement de ce plugin ne sauraient être tenus responsables d'un quelconque inconvénient causé par celui-ci.";
+$strings['plugin_comment'] = "Vendez vos cours directement depuis votre portail Chamilo, au travers d'un compte PayPal. Ni l'association Chamilo ni les développeurs impliqués dans le développement de ce plugin ne sauraient être tenus responsables d'un quelconque inconvénient causé par celui-ci.";
 $strings['show_main_menu_tab'] = "Montrer l'onglet dans le menu principal";
 $strings['show_main_menu_tab_help'] = "Dans le cas où vous ne souhaitez pas montrer l'onglet, il est possible de rajouter le lien suivant à votre portail Chamilo: %s";
 $strings['include_sessions'] = "Inclure les sessions";

+ 1 - 1
plugin/buycourses/lang/spanish.php

@@ -1,6 +1,6 @@
 <?php
 $strings['plugin_title'] = "Venta de cursos";
-$strings['plugin_comment'] = "Vender cursos a través de PayPal directamente desde su portal Chamilo. Plugin en versión Beta, a usar con mucha precaución. La asociación Chamilo y los desarrolladores involucrados no pueden ser considerados responsables de cualquier inconveniente que se presente.";
+$strings['plugin_comment'] = "Vender cursos a través de PayPal directamente desde su portal Chamilo. La asociación Chamilo y los desarrolladores involucrados no pueden ser considerados responsables de cualquier inconveniente que se presente.";
 $strings['show_main_menu_tab'] = "Mostrar pestaña en el menu principal";
 $strings['show_main_menu_tab_help'] = "En caso de no querer mostrar la pestaña, puede agregar el siguiente enlace a su portal Chamilo: %s";
 $strings['include_sessions'] = "Incluir sesiones";