- Version
- Download 56
- File Size 14.48 MB
- File Count 1
- Create Date May 12, 2024
- Last Updated July 20, 2024
Listeo v1.9.67 Download
Changelog
Version 1.9.67
-
-
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:
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
-
-
FIX
Small CSS updates
Version 1.9.66
-
-
FIX
Fix for “upcoming events” sorting (events closer to todays date will be first)
-
-
NEW
New option in Appearance -> Customize -> Listing List Option to turn on/off sorting options
Version 1.9.64
-
-
FIX
Option to use full email as username if the Username field is disabled in Listeo Core -> Registration
-
-
-
FIX
Fix for double claim listing notification
-
-
-
FIX
Fix for wrong {claim_url} link in email
-
-
-
FIX
Fix for missing ‘Classifieds’ name on the list of listings
-
-
-
FIX
polyfill.io was removed
-
-
-
FIX
Fix for transfer amount bug in Stripe Connect in certain conditions
-
-
-
FIX
Fix for some missing translations
-
-
NEW
Custom field widget now has option to output multiple values as list
Version 1.9.63
-
-
FIX
Fix for some Claim Listing email notification
-
-
-
NEW
Option to set Custom Commission value for each user. You can do that only as admin by editing user profile in wp-admin -> Users [link]
-
-
-
FIX
Fix for redirection from login form (it should redirect now to previously visited page, for example if you need to login to add a comment)
-
-
-
NEW
Pricing menu in listings was now added to Extra Listing Package Options
-
-
NEW
Listeo Owner Widget has now option to show “send message” only on verified listings
Version 1.9.60
-
-
NEW
New Claim Listing feature
-
-
-
FIX
Transients added for slider values (price range) for site optimization
-
-
FIX
Added some missing translations and few smaller fixes