Update and new files for karenderia 5.4.1

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=k_clean',
			'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.

New files

  1. views/merchant/single_merchant_settings.php
  2. views/merchant/singlemerchant_banner.php
  3. views/merchant/singlemerchant_settings_add.php
  4. views/merchant/singlemerchant_settings_android.php
  5. views/merchant/singlemerchant_settings_contactus.php
  6. views/merchant/singlemerchant_settings_pages.php

Updated files

  1. assets/js/admin.js
  2. components/Ajax.php
  3. components/AjaxAdmin.php
  4. components/Functions.php
  5. components/FunctionsV3.php
  6. config/main.php
  7. controllers/AdminController.php
  8. controllers/AjaxadminController.php
  9. controllers/AjaxmerchantController.php
  10. controllers/MerchantController.php
  11. controllers/StoreController.php
  12. messages/en/default.php
  13. views/layouts/merchant_tpl.php
  14. views/store/add_review.php

Database update

No changes in database