Backend Change Logs
– Push Notification message and description are conversely fixed ( Backend )
– Export database error fixed ( Backend )
– location_id filter at featured item search fixed ( Backend )
– Not allowed to send message to deleted item and deactivated user ( Api )
– Show password and confirm password as readonly at profile for demo mode ( Backend )
– User profile image upload fixed ( Api )
– Add facebook login redirect URL ( Backend )
– search with pagination issue ( Api )
– paystack key missing issue fixed ( Api )
Backend Effected Files
– application/controllers/backend/Item_currency.php
– application/controllers/backend/Items.php
– application/controllers/backend/Notis.php
– application/controllers/backend/Paid_items.php
– application/controllers/frontend/Home.php
– application/controllers/rest/Chats.php
– application/controllers/rest/Images.php
– application/controllers/rest/Items.php
– application/core/API_Controller.php
– application/core/My_Model.php
– application/libraries/PS_Adapter.php
– application/models/Disable.php
– application/models/Item.php
– application/models/Pending.php
– application/models/Reject.php
– application/views/backend/disables/entry_form.php
– application/views/backend/item_currency/entry_form.php
– application/views/backend/item_currency/list.php
– application/views/backend/item_currency/list_script.php
– application/views/backend/item_reports/entry_form.php
– application/views/backend/items/entry_form.php
– application/views/backend/items/entry_form_script.php
– application/views/backend/items/search_form.php
– application/views/backend/offline_paids/search_form.php
– application/views/backend/paid_items/entry_form.php
– application/views/backend/paid_items/entry_form_script.php
– application/views/backend/paid_items/search_form.php
– application/views/backend/pendings/entry_form.php
– application/views/backend/popularitems/entry_form.php
– application/views/backend/profile/entry_form.php
– application/views/backend/rejects/entry_form.php
– application/views/frontend/fb_login_success.php
– system/database/*.*
Flutter Changes
– Fixed paystack key issue
– Fixed small warnings
Flutter Effected Files
– analysis_options.yaml
– android/app/build.gradle
– ios/Runner.xcodeproj/project.pbxproj
– ios/Runner/Info.plist
– lib/api/common/ps_api_stream_reponse.dart
– lib/config/ps_config.dart
– lib/ui/item/promote/pay_stack_view.dart
– packages/dynamic_theme/analysis_options.yaml
– packages/flutter_map/pubspec.yaml
– packages/optimized_cached_image/lib/src/transformer/image_transformer.dart
– pubspec.yaml
Additional Change Logs
– Accepted Offer Noti issue fixed ( Api )
Backend Effected Files
– application/controllers/rest/Chats.php