The default language of any content posted is English. Do not create multi-accounts, you will be blocked!
Information: Safety & Support
Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use. Consider buying licenses to support developers. Your security is our priority.
FIX
Another even better fix for “upcoming events” sorting
FIX
Fix for missing filename on upload type input in My profile and Add Listing form
FIX
Fix for time slot picker showing past time slots (it was ignoring timezone setting before)
FIX
Fix for upcoming booking notification
FIX
Fix for paid Claim listing with Subscription package type
FIX
Fix for expiring listing notification for listings that are not published
FIX
Fix for wrong rating filter
NEW
If you allow user to change role, it will use Vendor role instead of Owner if Dokan is installed
NEW
Listeo Owner Widget has now option to be used in Classified Listing
FIX
Fix for duplicated description on listing taxonomy archive
FIX
Fix for region term not showing on single listing view
NEW
Filter to change the top button “Add Listing” url, example:
Code:
add_filter('listeo_submit_page', 'listeo_submit_page_change');
function listeo_submit_page_change($submit_page)
{
$submit_page = 99; // where 99 is the page id you want to use
return $submit_page;
}
FIX
Fix for a shortcode function name that could cause a crash on wordpress.com hosting
FIX
Fix for “grid gallery” popup if it has only one image added
NEW
Fix for zoom change on map when user uses autolocation
NEW
New option “Show Host/Guest contact and address info only for Paid Bookings in Dashboard page” to hide contact info in bookings until the booking is paid
NEW
New email tags {listing_latitude} and {listing_longitude} to send GPS info via email
NEW
Option to set multiple coupons for a listing
NEW
Fixes for widgets output buffer breaking layout
NEW
Elementor Dynamic Tags support for listing custom fields