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
- assets/vendor/leaflet - updated leaflet library from 1.3.4 to 1.6.0
- assets/js/admin.js
- assets/js/k_mapbox.js
- assets/js/map_wrapper.js
- components/Ajax.php
- components/AjaxAdmin.php
- components/CheckoutWrapper.php
- components/cronHelper.php
- components/Functions.php
- components/FunctionsV3.php
- components/InstallHelper.php
- components/MapsWrapper.php
- components/NotificationWrapper.php
- config/main.php - take note changes are only the following
'merchantappv2'=>array(),
and
'merchantappv2/api'
- config/table_structure.php
- controllers/AdminController.php
- controllers/StoreController.php
- controllers/UpdateController.php
- messages/en/default.php - language file
- views/admin/merchant-add.php
- views/admin/settings-new.php
- views/store/payment-option.php
- views/store/receipt.php
Database update
No changes in database