Fixed to show selected city in location modal of navigation bar at Frontend
Fixed to show categories as full row in dashboard at Frontend
Fixed to show item cells with same height at Frontend
Fixed to show default phone country code in item entry at Frontend
Fixed to show default phone country code in Phone Login at Frontend
Fixed to change dark mode smoothly at Admin Panel
Fixed to send email in SMTP configuration at Admin Panel
Fixed not to expired license activation date after new installation at Admin Panel
Fixed to solve permission checking in installer wizard at Admin Panel
Fixed to change eye filter whenever builder field is changed at Admin Panel
Fixed to meta description showing meta title at Admin Panel
Fixed to phone color not change at Login when brand color change
Fixed to slow moving detail and item report detail not showing original price at Admin Panel
Fixed to wrong ordering while multiple images upload
Fixed to some item edit white screen at Frontend
Fixed to discounted item not showing in discount items list when edit somethings from it
Fixed to solve new user gmail login at Admin Panel
Fixed to slides not working at Arabic mode
Fixed to missing title and subject in blue mark verify mail
Fixed to banner and item details loading low resolution
Fixed to adding own items to favorite list
Fixed to price not working when it’s above 999999
Fixed to Payment button like its brand color
Fixed dynamic links to show image in item entry at Frontend
Fixed time only custom field at Backend
Fixed subcategory on off setting to work with no subcategory at Backend
Fixed wrong pointing php path issue at the server
Fixed source code update without subfolder
Fixed mobile language string import in updater at Backend
Fixed popular categories loading time
Fixed not to show currency symbol in price range ui
Fixed not to show Free when price is 0 on price range ui
Fixed not to show line through in discount item on price range ui
Fixed to be same color of fav icon in dark mode
Fixed to disabled promote button without reloading
Fixed not to show dreamhost.com when the user reported the item
Fixed promote button not enable issue
Fixed frontend cache issue
Fixed image crop issue to main aspect ratio
Improvement
Improved for Performance Optimization
About us api call 3 times reduced to 1 in item detail
Remove unused library open layer map
VueSplide , CKEditor and RazorPay to local import
Item limit modal and user account info request modal with lazy loading
Review Category Item UI
Improved for Export Language Strings as JSON or CSV
Improved for Added Category Skeletor
Improved for App Branding Image Configuration
Improved for Item Advance Setting added to backend
Improved for chat setting and price setting of Item upload on frontend and backend can be configured by item advance setting
Improved for Add clear search icon in search inputs at Frontend
Improved for Updated Inertia lib
Improved for Removed unnecessary packages from package.json
Improved for Changed the color classes to fit with tailwind standard
Improved for Reviewed DOM in Dashboard, detail, profile, item list
New
One Click Version Update (You can imagine like WordPress version update ) It will be rolling out as version 1.2.0 This feature automates and simplifies the process of updating software or applications. It’s designed to save time, reduce complexity, and enhance the user experience by condensing multiple steps into a single action.This process includes various tasks such as Source code update, Database migration, Languages update and Table & Fields updates. It will be a major change. So, we would like to force version update to 1.2.0 because if you are upgrading to version 1.2.0 then the upcoming version update is very easy. We are already optimised for our painful version update process.
1. Download the updated files from Codecanyon and unzip them on your local machine.
2. Download the existing folders (running project) from your hosting.
3. Delete the existing local files that correspond to above changed folders and files.
4. Copy the new files from the updated version to your local machine in the corresponding locations where files were deleted in step 3.
5. Remove composer.lock and vendor at your local machine folder.
6. Run the command composer update.
7. Run the command npm install.
8. Build the updated version using this commands such as npm run build (make sure whether .env file existed in your local before build)
9. Then, delete package-lock.json, composer.lock and vendor from your hosting.
10. Delete the changes folders and files from your hosting. (NOTICE : no need to delete the whole public folder, just delete public/installer/css folder)
11. Upload package-lock.json, composer.lock and vendor from your local machine.
12. Upload the changes folders and files from your local machine.
13. Delete public/build folder from your hosting.
14. Upload the public/build folder from your local machine.
15. Copy the following queries.
Copy to Clipboard
16. Do like below video.
17. Do database migration by clicking ‘Install Updates’.
18. Do admin panel language strings migration by importing admin_panel_language_v_1_1_0.zip which included from codecanyon updated files and click ‘Next Step’.
19. Do frontend language strings migration by importing frontend_language_v_1_1_0.zip which included from codecanyon updated files and click ‘Next Step’.
20. Do mobile language strings migration by importing mobile_language_v_1_1_0.zip which included from codecanyon updated files and click ‘Next Step’.
21. Import your current project.zip file which is exported from PSX Builder.
22. Finally, you can exit from update process and you will directly reach to ‘Table’ page of admin panel.
23. Import project.zip again.
That’s it! Following these steps should ensure a successful update process.
After that, you need to do below section because we want you to easily make version update for next version and other. Therefore, you must do below section.