UPDATE INSTRUCTION:
The following files has been changed in version 5.0
- assets/css/admin.css
- assets/css/responsive.css
- assets/css/store-v2.css
- assets/js/admin.js
- assets/js/store-v3.js
- assets/js/store.js
- assets/images/credit-card-sprite.png - new file
- assets/vendor/jquery-ui.js - new file
- assets/vendor/jquery.creditCardValidator.js - new file
- assets/vendor/jquery.formance.min.js - new file
- protected/components/Ajax.php
- protected/components/AjaxAdmin.php
- protected/components/BraintreeClass.php
- protected/components/Functions.php
- protected/components/FunctionsK.php
- protected/components/FunctionsV3.php
- protected/components/HttpRequest.php
- protected/components/InstallHelper.php
- protected/components/ScriptManager.php
- protected/components/ScriptManagerCompress.php
- protected/components/Validator.php
- protected/components/country-codes.csv - bew file
- protected/components/PrintWrapper.php - bew file
- protected/config/main.php
- protected/config/table_structure.php
- protected/controller/AdminController.php
- protected/controller/AjaxadminController.php
- protected/controller/AjaxController.php
- protected/controller/AjaxmerchantController.php
- protected/controller/MerchantController.php
- protected/controller/CronController.php
- protected/controller/InstallController.php
- protected/controller/MerchantController.php
- protected/controller/StoreController.php
- protected/controller/UpdateController.php
- protected/models/food-item.php
- protected/models/payu.php
- protected/models/view-receipt.php
- protected/views/admin/cuisine-add.php
- protected/views/admin/cuisine-list.php
- protected/views/admin/customer-list.php
- protected/views/admin/settings-new.php
- protected/views/admin/sms-settings.php
- protected/views/admin/voucher-add.php
- protected/views/front/browse-list.php
- protected/views/front/merchant-review.php
- protected/views/front/payment-list.php
- protected/views/front/search-list-1.php
- protected/views/front/search-list-2.php
- protected/views/front/merchant-info.php - new file
- protected/views/install/step1.php
- protected/views/install/step2.php
- protected/views/install/step3.php
- protected/views/layouts/admin_tpl.php
- protected/views/layouts/front_bottom_footer.php
- protected/views/layouts/login_tpl.php
- protected/views/layouts/merchant_tpl.php
- protected/views/merchant/atz-init.php
- protected/views/merchant/fax-purchase.php
- protected/views/merchant/food-item-add.php
- protected/views/merchant/min-table-rates.php
- protected/views/merchant/pay_stripe.php
- protected/views/merchant/stripe-init.php
- protected/views/store/atz-init.php
- protected/views/store/atz-merchant-init.php
- protected/views/store/contact.php
- protected/views/store/driver_signup.php
- protected/views/store/driver_signup_ty.php
- protected/views/store/fax.php
- protected/views/store/menu.php
- protected/views/store/merchant-bcy.php
- protected/views/store/merchant-epyinit.php
- protected/views/store/merchant-signup-step3b.php
- protected/views/store/payment-option.php
- protected/views/store/paypal-init.php
- protected/views/store/profile.php
- protected/views/store/receipt-front.php
- protected/views/store/receipt.php
- protected/views/store/rzr-init-merchant.php
- protected/views/store/rzr-init.php
- protected/views/store/search-results.php
- protected/views/store/sow-init-merchant.php
- protected/views/store/sow-init.php
- protected/views/store/stripe-init.php
DATABASE
- new fields(merchant_ref) added in package_trans table
- new fields(merchant_ref) added in sms_package_trans table
- new fields(merchant_ref) added in payment_order table
- new fields(status) and (featured_image) added in cuisine table
Run the db update example http://bastisapp.com/kmrs/update
in version 5.0 there is missing fields in cuisine table
please replace your file in protected/controller/UpdateController.php
with this http://bastisapp.com/helpfiles/UpdateController.phps