Backend  & API Change Logs

– Phone login ( Api )
– Free download feature ( Backend & Api )

Backend Effected Files

– application/controllers/rest/Users.php
– application/models/User.php
– application/controllers/backend/Products.php
– application/controllers/rest/Products.php
– application/core/My_Model.php
– application/language/english/ps_lang.php
– application/models/Product.php
– application/views/backend/products/entry_form.php
– application/views/backend/products/entry_form_script.php
– application/views/backend/products/search_form.php
– application/core/API_Controller.php
– application/config/ps_config.php

SQL

Copy to Clipboard

Mobile Change Logs

– Added Phone Login
– Added Facebook Login
– Added Google Login
– Added Stripe Payment
– Added Free Downloadable Items
– Updated UI/UX and small improvements

Mobile Effected Files

– updated : .flutter-plugins-dependencies
– updated : android/app/build.gradle
– updated : android/app/src/main/AndroidManifest.xml
– updated : assets/langs/ar-DZ.json
– updated : assets/langs/en-US.json
– updated : assets/langs/hi-IN.json
– updated : ios/Flutter/flutter_export_environment.sh
– updated : ios/Podfile.lock
– updated : ios/Runner.xcodeproj/project.pbxproj
– updated : ios/Runner/Info.plist
– updated : lib/api/ps_api_service.dart
– updated : lib/config/ps_config.dart
– updated : lib/config/ps_constants.dart
– updated : lib/config/ps_dimens.dart
– updated : lib/config/ps_theme_data.dart
– updated : lib/config/ps_url.dart
– updated : lib/config/route_paths.dart
– updated : lib/db/common/ps_shared_preferences.dart
– updated : lib/main.dart
– updated : lib/provider/common/ps_provider.dart
– updated : lib/provider/product/search_product_provider.dart
– updated : lib/provider/shop_info/shop_info_provider.dart
– updated : lib/provider/transaction/transaction_header_provider.dart
– updated : lib/provider/user/user_provider.dart
– updated : lib/repository/Common/ps_repository.dart
– updated : lib/repository/user_repository.dart
– updated : lib/ui/basket/item/basket_list_item.dart
– updated : lib/ui/basket/list/basket_list_view.dart
– updated : lib/ui/category/list/category_list_view.dart
– updated : lib/ui/category/list/category_list_view_container.dart
– updated : lib/ui/category/trending_list/trending_category_list_view.dart
– updated : lib/ui/checkout/checkout_success_view.dart
– updated : lib/ui/checkout/checkout_view.dart
– updated : lib/ui/comment/detail/comment_detail_list_item_view.dart
– updated : lib/ui/comment/detail/comment_detail_list_view.dart
– updated : lib/ui/comment/item/comment_list_item.dart
– updated : lib/ui/comment/list/comment_list_view.dart
– updated : lib/ui/contact/contact_us_view.dart
– updated : lib/ui/dashboard/core/dashboard_view.dart
– updated : lib/ui/dashboard/home/feature_product_slider.dart
– updated : lib/ui/dashboard/home/home_dashboard_view.dart
– updated : lib/ui/force_update/force_update_view.dart
– updated : lib/ui/gallery/grid/gallery_grid_view.dart
– updated : lib/ui/gallery/item/gallery_grid_item.dart
– updated : lib/ui/history/item/history_list_item.dart
– updated : lib/ui/noti/detail/noti_view.dart
– updated : lib/ui/noti/item/noti_list_item.dart
– updated : lib/ui/product/collection_product/product_list_by_collection_id_view.dart
– updated : lib/ui/product/detail/product_detail_view.dart
– updated : lib/ui/product/detail/views/description_tile_view.dart
– updated : lib/ui/product/detail/views/detail_info_tile_view.dart
– updated : lib/ui/product/detail/views/related_products_tile_view.dart
– updated : lib/ui/product/detail/views/terms_and_policy_tile_view.dart
– updated : lib/ui/product/item/product_horizontal_list_item.dart
– updated : lib/ui/product/item/product_vertical_list_item.dart
– updated : lib/ui/product/item/related_tags_horizontal_list_item.dart
– updated : lib/ui/product/list_with_filter/filter/filter/item_search_view.dart
– updated : lib/ui/product/list_with_filter/product_list_with_filter_view.dart
– updated : lib/ui/rating/entry/rating_input_dialog.dart
– updated : lib/ui/rating/list/rating_list_view.dart
– updated : lib/ui/search/home_item_search_view.dart
– updated : lib/ui/user/edit_profile/edit_profile_view.dart
– updated : lib/ui/user/forgot_password/forgot_password_view.dart
– updated : lib/ui/user/login/login_view.dart
– updated : lib/ui/user/password_update/change_password_view.dart
– updated : lib/ui/user/profile/profile_view.dart
– updated : lib/ui/user/register/register_view.dart
– updated : lib/ui/user/verify/verify_email_view.dart
– updated : lib/viewobject/common/ps_value_holder.dart
– updated : lib/viewobject/holder/product_parameter_holder.dart
– updated : pubspec.lock
– updated : pubspec.yaml

– created : android/app/src/main/res/values/strings.xml
– created : assets/images/home_icon/discount_products.png
– created : assets/images/home_icon/easy_payment.png
– created : assets/images/home_icon/featured_products.png
– created : assets/images/home_icon/free_download.png
– created : assets/langs/de-DE.json
– created : assets/langs/es-ES.json
– created : assets/langs/fr-FR.json
– created : assets/langs/id-ID.json
– created : assets/langs/it-IT.json
– created : assets/langs/ja-JP.json
– created : assets/langs/ko-KR.json
– created : assets/langs/ms-MY.json
– created : assets/langs/pt-PT.json
– created : assets/langs/ru-RU.json
– created : assets/langs/th-TH.json
– created : assets/langs/tr-TR.json
– created : assets/langs/zh-CN.json
– created : ios/Runner/Info-dummy.plist
– created : lib/ui/checkout/credit_card_view.dart
– created : lib/ui/common/base/ps_widget_with_appbar_with_no_provider.dart
– created : lib/ui/common/ps_button_widget.dart
– created : lib/ui/common/ps_credit_card_form.dart
– created : lib/ui/common/ps_expansion_tile.dart
– created : lib/ui/common/ps_special_check_text_widget.dart
– created : lib/ui/user/phone/sign_in/phone_sign_in_container_view.dart
– created : lib/ui/user/phone/sign_in/phone_sign_in_view.dart
– created : lib/ui/user/phone/verify_phone/verify_phone_container_view.dart
– created : lib/ui/user/phone/verify_phone/verify_phone_view.dart
– created : lib/viewobject/holder/fb_login_parameter_holder.dart
– created : lib/viewobject/holder/google_login_parameter_holder.dart
– created : lib/viewobject/holder/intent_holder/checkout_intent_holder.dart
– created : lib/viewobject/holder/intent_holder/credit_card_intent_holder.dart
– created : lib/viewobject/holder/intent_holder/product_list_intent_holder.dart
– created : lib/viewobject/holder/intent_holder/verify_phone_internt_holder.dart
– created : lib/viewobject/holder/phone_login_parameter_holder.dart

Subscribe to our free newsletter