Update and new files for karenderia 5.4.2

Note for those who want to update make sure you make a backup of your file protected/config/main.php this section

	'db'=>array(	        
		    'class'            => 'CDbConnection' ,
			'connectionString' => 'mysql:host=localhost;dbname=kmrs',
			'emulatePrepare'   => true,
			'username'         => 'root',
			'password'         => '',
			'charset'          => 'utf8',
			'tablePrefix'      => 'mt_',
	    ),			

After you replace your main.php make sure you copy this back to your main.php this is the settings that holds your database connection.

Updated files

  1. assets/vendor/leaflet - updated leaflet library from 1.3.4 to 1.6.0
  2. assets/js/admin.js
  3. assets/js/k_mapbox.js
  4. assets/js/map_wrapper.js
  5. components/Ajax.php
  6. components/AjaxAdmin.php
  7. components/CheckoutWrapper.php
  8. components/cronHelper.php
  9. components/Functions.php
  10. components/FunctionsV3.php
  11. components/InstallHelper.php
  12. components/MapsWrapper.php
  13. components/NotificationWrapper.php
  14. config/main.php - take note changes are only the following
    'merchantappv2'=>array(),
    and
    'merchantappv2/api'
    
  15. config/table_structure.php
  16. controllers/AdminController.php
  17. controllers/StoreController.php
  18. controllers/UpdateController.php
  19. messages/en/default.php - language file
  20. views/admin/merchant-add.php
  21. views/admin/settings-new.php
  22. views/store/payment-option.php
  23. views/store/receipt.php

Database update

No changes in database