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
- views/merchant/single_merchant_settings.php
- views/merchant/singlemerchant_banner.php
- views/merchant/singlemerchant_settings_add.php
- views/merchant/singlemerchant_settings_android.php
- views/merchant/singlemerchant_settings_contactus.php
- views/merchant/singlemerchant_settings_pages.php
Updated files
- assets/js/admin.js
- components/Ajax.php
- components/AjaxAdmin.php
- components/Functions.php
- components/FunctionsV3.php
- config/main.php
- controllers/AdminController.php
- controllers/AjaxadminController.php
- controllers/AjaxmerchantController.php
- controllers/MerchantController.php
- controllers/StoreController.php
- messages/en/default.php
- views/layouts/merchant_tpl.php
- views/store/add_review.php
Database update
No changes in database