Added Listing Email Address Verification and Listing Phone Verification options to verify the email address and phone number provided on each listing.
Added client-side JavaScript validation to the listing forms.
The "Listing Details" step is once again the first step, as in previous versions.
Fixed settings that use a password field type.
Footer social links can now be hidden by clearing their related option value in the Admin Panel.
Custom fields of the date type now accept future dates.
Added asterisks to mark mandatory fields.
Optional radio button groups can now be cleared after a selection.
Fixed an image upload error related to the file extension.
The SQL 1048 Integrity constraint violation: Column 'type' cannot be null. error when creating or editing a page is fixed.
Email notifications can now be rendered in right-to-left (RTL) direction.
Admin Panel: a new drag-and-drop reordering page is available for each list view.
Fixed the dark mode appearance.
Admin Panel: a new option to quickly hide the language switcher on the front-end is added.
Fixed a Select2 issue in RTL direction.
Minor bugs fixed.
Minor improvements.
Version v19.0.0
INFORMATION:
This version requires PHP 8.3 or higher.
The default super-admin role has been renamed to admin. After upgrading, please review and re-configure the roles and permissions of your admin users.
To customize the templates, duplicate the default theme — the previous template-override folder has been removed.
To avoid deleting a huge number of files, the previous version's file-cache folder (storage/framework/cache/data) is renamed to storage/framework/cache/data-old before the upgrade. Once the upgrade has completed successfully, please delete the data-old folder manually.
After upgrading, existing images may temporarily display at full size because their thumbnails have not yet been generated in the new format. To rebuild them, open the Admin Panel, go to System and click Regenerate image thumbnails. This task runs in the background, so make sure the queue worker is enabled (see Settings → Queue).
Added support for Laravel 13+.
Admin Panel: complete redesign of the interface, dropping the previous (very outdated Laravel Backpack-based) admin panel for a modern, consistent design.
Admin Panel: AI and Translation API integration to automatically translate the language files.
"Packages" have been renamed to "Plans" throughout the application — in the Admin Panel, on the pricing pages, and on the listing submission form.
The out-to-date free PayPal add-on has been removed. New paid add-on is now available for only 5 USD.
New Alerts feature: visitors can save their searches and receive email notifications, at a frequency of their choice, when new matching listings are published. This replaces the previous "Saved Searches".
Listing submission form: the category and city selectors are now fast, searchable drop-down lists instead of pop-up windows.
The single-step listing form has been removed; the clearer multi-step form is now the only way to post a listing.
Admin Panel: a dedicated "Queue" settings group has been added (previously a tab inside the Optimization page).
Admin Panel: the image and upload settings have been simplified, and image processing has been streamlined for better performance.
Admin Panel: the navigation has been reorganized — Plans, Payment Methods, Advertising, Languages and International are now top-level menus, and the settings groups have been simplified.
The theming system has been reworked for easier and safer template customization.
A new built-in update system makes applying future updates simpler and more reliable.
Fixed an issue where category custom fields could stop appearing on the listing form.
Replace dynamic asset loading with loading from pre-cached static files.
i.e., Switch from dynamically loading assets at runtime to using pre-cached static files for improved performance and stability.
Add-ons directory migration from extras/plugins/ to extras/addons/.
Cache support added for add-ons assets files.
The selected front skin is now also applied to the auth pages.