diff --git a/documentation/changelog.html b/documentation/changelog.html
index e5240d7541..bfd2456b58 100755
--- a/documentation/changelog.html
+++ b/documentation/changelog.html
@@ -17,7 +17,7 @@
         $('.version').each(function() {
           var version = $(this).attr('aria-label');
           var title = $(this).find('h1').text();
-          var titleParts = title.split('-');
+          var titleParts = title.split(' - ');
           title = titleParts[0];
           var cityParts = titleParts[1].split(',');
 
@@ -108,7 +108,7 @@
     
         
 
-A        
Chamilo 1.11.12 - Le Breuil-sous-Argenton,  ??/0?/2020
+        
Chamilo 1.11.12 - Le Breuil-sous-Argenton,  ??/08/2020
         Release notes - summary
         Chamilo 1.11.12 is a minor bugfix release on top of 1.11.10.
         Starting from this release, changes are registered by reversed date of addition (the latest changes first), which dramatically improves the changelog edition time. Because yes, it is reviewed manually.
@@ -144,6 +144,7 @@ A        
Chamilo 1.11.12 - Le Breuil-sous-Argenton,  ??/0?/2020
         Notable new Features
         For end-users, teachers and Chamilo admins
         
+            - [2020-07-30] (ed713e1d - CT#17589) UserPortal: Add new link "Latest visited course" to redirect the user to the latest visited course/course-session
 
             - [2020-07-24] (7d102e29 - BT#17576) Session: Allow session admins to see session reports
 
             - [2020-07-16] (d7a05c03 - GH#3093) Tracking: New attndances page for parents/HRM
 
             - [2020-07-20] (910ad1e9) Plugin: H5P: Let teachers create H5P games inside learning paths (global shared storage)
 
@@ -311,6 +312,28 @@ A        Chamilo 1.11.12 - Le Breuil-sous-Argenton,  ??/0?/2020
         
         Improvements (minor features) and debug
         
+            - [2020-07-30] (c623b960 - GH#2968) Force generation for path of platform logo in PDF
 
+            - [2020-07-30] (7c426d8b) Quiz: Remove Display::display_footer in result.php
 
+            - [2020-07-30] (9004408e) Scripts: Update undefined language variables detector script to ignore variables called as get_lang() method of a plugin
 
+            - [2020-07-29] (2c1b6453 - GH#3409) Learning path: Show item view when selecting an item in ToC
 
+            - [2020-07-29] (a8f8788b - GH#3008) Course Progress: Incorrect time in Thematic Advance Change .ready for function
 
+            - [2020-07-29] (1bbcbb44) Documentation: Remove support for PHP 7.4 from documentation: Due to library dependencies, 7.4 is supported *but* generates a lot of NOTICE and WARNING messages, which can spook users or overload server logs.
 
+            - [2020-07-29] (ccde072d) WCAG: Add label text to search form in documents list
 
+            - [2020-07-29] (a50c07ad - GH#3406) Gradebook: Grade model: Increase max elements to 20
 
+            - [2020-07-28] (e936e64c - BT#17585) Exercises: Fix missing NoFeedback option
 
+            - [2020-07-28] (e1db8e08) Plugin: Zoom fix entity definition
 
+            - [2020-07-27] (dd03905c - BT#17415) Plugin: Whispeak: Change enrollment title
 
+            - [2020-07-27] (6b402e1c - BT#17415) Plugin: Whispeak: Remove unused lang variables
 
+            - [2020-07-27] (b234316d) WCAG: Avoid using empty  for comments in documents list: replace by <em> and remove if no comment is set
 
+            - [2020-07-27] (ef6ac7c3) WCAG: Convert <i> tags to <em> for better accessibility (WCAG AA)
 
+            - [2020-07-27] (8cf4fc01 - BT#16386) Notification: Add check on user being logged in before showing user menu (fix previous typo)
 
+            - [2020-07-27] (e239616e - BT#16386) Notification: Add check on user being logged in before showing user menu
 
+            - [2020-07-27] (608c0e41 - BT#17288) Plugins: fix lang vars, fix UI
 
+            - [2020-07-27] (237c9aad - BT#17288) Plugin: Zoom add new setting globalConferencePerUserAllowRoles - fix lang vars
 
+            - [2020-07-27] (93603fcc) Plugin: Zoom: fix translations, replace location with api_location
 
+            - [2020-07-27] (aaa19118) Performance: Replace user.user_id with user.id in sessionmanager and subscribe_user.php
 
+            - [2020-07-24] (1a39ffbb - BT#17415) Plugin: Whispeak: Improve message above record audio block
 
+            - [2020-07-24] (e6fbb35d - BT#17415) Plugin: Whispeak: Set accept-language in request header
 
             - [2020-07-24] (14462c1d - BT#17576) Tracking: Check session list of session admins and let them see their report, in teachers_time_by_session_report.php and works_in_session_report.php
 
             - [2020-07-24] (a761c90c - GH#2667) Plugin: H5P: Add installer checks and translations
 
             - [2020-07-23] (0121c51c - BT#16298) Plugin: Pause training: check course and login access
 
@@ -10129,16 +10152,16 @@ All security issues are published and patches are attached on 
-
-Chamilo 1.9.8.2 - ,21st of June, 2014
-Release notes - summary
-Chamilo 1.9.8.2 is a very little patch version with one bugfix regarding the learning paths tool. Considering the fact that 1.9.8 is planned for the long term, we'd hate to have such a minor patch left on the side for a year or so. This will be packaged and promoted as 1.9.8, but the folder inside the 1.9.8 will be called 1.9.8.2, with a change to this changelog file and a one-line change to main/newscorm/learnpathItem.class.php (as such, you can update just this file to upgrade from 1.9.8.1 to 1.9.8.2. See the code change for detais.
+        
+        Chamilo 1.9.8.2 - Quipán, 21st of June, 2014
+        Release notes - summary
+        Chamilo 1.9.8.2 is a very little patch version with one bugfix regarding the learning paths tool. Considering the fact that 1.9.8 is planned for the long term, we'd hate to have such a minor patch left on the side for a year or so. This will be packaged and promoted as 1.9.8, but the folder inside the 1.9.8 will be called 1.9.8.2, with a change to this changelog file and a one-line change to main/newscorm/learnpathItem.class.php (as such, you can update just this file to upgrade from 1.9.8.1 to 1.9.8.2. See the code change for details.
     
 
 
     
-
Chamilo 1.9.8.1 - ,18th of June 2014
-
Release notes - summary
-
Chamilo 1.9.8.1 is a patch version with one security patch on top of 1.9.8 (in the included library for FCKeditor). Please check our security issues page for more information.
+        
Chamilo 1.9.8.1 - Gangai, 18th of June, 2014
+        
Release notes - summary
+        
Chamilo 1.9.8.1 is a patch version with one security patch on top of 1.9.8 (in the included library for FCKeditor). Please check our security issues page for more information.
      
 
     
diff --git a/main/course_progress/index.php b/main/course_progress/index.php
index 67aea046cf..edf020594d 100755
--- a/main/course_progress/index.php
+++ b/main/course_progress/index.php
@@ -114,6 +114,11 @@ $(function() {
 ';
 
 $htmlHeadXtra[] = '";
@@ -110,7 +114,7 @@ function lp_upload_quiz_main()
         get_lang('UseCustomScoreForAllQuestions'),
         ['id' => 'user_custom_score']
     );
-    $form->addElement('html', '
');
+    $form->addElement('html', '
');
     $form->addElement('text', 'correct_score', get_lang('CorrectScore'));
     $form->addElement('text', 'incorrect_score', get_lang('IncorrectScore'));
     $form->addElement('html', '
');
@@ -427,8 +431,10 @@ function lp_upload_quiz_action_handling()
                                     $score,
                                     $id
                                 );
-
-                                $total += (float) $score;
+                                if ($correct) {
+                                    //only add the item marked as correct ( x )
+                                    $total += (float)$score;
+                                }
                                 $id++;
                             }
 
diff --git a/main/inc/introductionSection.inc.php b/main/inc/introductionSection.inc.php
index 889d39d8bf..7e46bdaa0f 100755
--- a/main/inc/introductionSection.inc.php
+++ b/main/inc/introductionSection.inc.php
@@ -210,11 +210,20 @@ if ($tool == TOOL_COURSE_HOMEPAGE && !isset($_GET['intro_cmdEdit'])) {
         $thematic_advance = get_lang('CourseThematicAdvance');
         $thematicScore = $thematic->get_total_average_of_thematic_advances().'%';
         $thematicUrl = api_get_path(WEB_CODE_PATH).'course_progress/index.php?action=thematic_details&'.api_get_cidreq();
+
+        $thematic_advance_info['thematic_id'] = isset($thematic_advance_info['thematic_id']) ? $thematic_advance_info['thematic_id'] : 0;
+        $thematic_advance_info['start_date'] = isset($thematic_advance_info['start_date']) ? $thematic_advance_info['start_date'] : null;
+        $thematic_advance_info['content'] = isset($thematic_advance_info['content']) ? $thematic_advance_info['content'] : '';
+        $thematic_advance_info['duration'] = isset($thematic_advance_info['duration']) ? $thematic_advance_info['duration'] : 0;
+
         $thematic_info = $thematic->get_thematic_list($thematic_advance_info['thematic_id']);
+        $thematic_info['title'] = isset($thematic_info['title']) ? $thematic_info['title'] : '';
 
+        /*
         $thematic_advance_info['start_date'] = api_get_local_time(
             $thematic_advance_info['start_date']
         );
+        */
         $thematic_advance_info['start_date'] = api_format_date(
             $thematic_advance_info['start_date'],
             DATE_TIME_FORMAT_LONG
diff --git a/main/inc/lib/agenda.lib.php b/main/inc/lib/agenda.lib.php
index a9d9713eae..6da2436ee1 100644
--- a/main/inc/lib/agenda.lib.php
+++ b/main/inc/lib/agenda.lib.php
@@ -246,7 +246,7 @@ class Agenda
     ) {
         $start = api_get_utc_datetime($start);
         $end = api_get_utc_datetime($end);
-        $allDay = isset($allDay) && $allDay === 'true' ? 1 : 0;
+        $allDay = isset($allDay) && ($allDay === 'true' || $allDay == 1) ? 1 : 0;
         $id = null;
 
         switch ($this->type) {
diff --git a/main/template/default/learnpath/view.tpl b/main/template/default/learnpath/view.tpl
index ec66e12f02..26f682092e 100644
--- a/main/template/default/learnpath/view.tpl
+++ b/main/template/default/learnpath/view.tpl
@@ -139,6 +139,8 @@
             
             {# TOC layout #}
             
+                {# div#flab-mobile is to know when the user is on mobile view. Don't delete. #}
+                
                 {% include 'learnpath/scorm_list.tpl'|get_template %}
             
             {# end TOC layout #}
@@ -299,6 +301,16 @@
             $('.lp-view-tabs').animate({opacity: 1}, 500);
         });
 
+        {% if lp_mode == 'embedded' %}
+            $('.scorm_item_normal a, #scorm-previous, #scorm-next').on('click', function () {
+                $('.lp-view-tabs').animate({opacity: 0}, 500);
+
+                if ($('#flag-mobile').is(':visible') && !$('#learning_path_main').is('.lp-view-collapsed')) {
+                    $('#lp-view-expand-toggle').trigger('click');
+                }
+            });
+        {% endif %}
+
         loadForumThread({{ lp_id }}, {{ lp_current_item_id }});
         checkCurrentItemPosition({{ lp_current_item_id }});