shika-package_v1.1.12-423a1d15.zip

Version 1.1.12
Maturity Stable
Release Date 2017-09-23 05:30
Unfortunately you do not have access to this file.

Features
 
#110831 Support for AltaUserPoints
 
Bug Fixed
 

#111154 Recommend >> Change language constant for pop- up as it was said assign in place of recommend.

#109091 Front panel>> Time zone difference on Activities list view.

#111155 After closing and finish the quiz hover should go to the last opened /accessed lesson.
 
#104205 Front panel>> course catergory list>> For third level sub category >> URL alias is not changing.
 
#107842 Front panel>> Certificate menu>> on uber template>> unable to see View button.

In this version, we have fixed few bugs those were there in 1.1.11 and below versions,  You can see them under Release Notes tab. 

Backward Compatibility breaks in this release

HTML Overrides will need a review for Assign and Recommend.

We have introduced new layout for assign / recommend views which are located at

YOUR_SITE/components/com_tjlms/views/recommend/tmpl/popup.php

 

Note:

We have deprecated below two functions, which are defined in YOUR_SITE/com_tjlms/helpers/courses.php

public function enrollUser($userId, $courseId, $state = 1, $enrolled_by = 0)

public function enroll_user($admin_approval = 0, $enrolled_by = 0, $post = array(), $csv = 0, $notify_user = 1)

Below is the Replacement for this function which is defined in

YOUR_SITE/com_tjlms/models/enrolment.php

public function save($data).

 

Upgrade Instructions

  1. Download the latest package of Shika from the Techjoomla website.
  2. You can use the ‘Install from URL’ or ‘Upload and install’ interface to complete the installation
  3. If you haven't migrated to Joomla 3.7x yet then before migrating Joomla to 3.7x, make sure your database schema is up-to-date. You can check the status on the following link: YOUR_DOMAIN/administrator/index.php?option=com_installer&view=database
  4. The size of the package is about 12MB. Make sure the upload_max_filesize and post_max_size variables in php.ini  file is set to the greater value than package size.