- Version
- Download 53
- File Size 0.00 KB
- File Count 1
- Create Date 3 June 2024
- Last Updated 8 November 2024
(v1.9.83) Listeo Directory & Listings With Booking WordPress Free Download
Changelog ------------------------------------------------
-
-
fix
Fix for expiration date if set to 0 in package settings (it will make it never expire instead of using default setting)
-
-
-
fix
Fix for missing cmb2 field types
-
-
-
new
Option to auto approve claim listings, so user can pay immediately after sending claim request (Listeo Core -> Claim Options -> Skip approval for claims
-
-
-
new
Option to automatically expire Events after the event date has passed (Listeo Core -> General -> Expire listing after event date)
-
-
-
fix
Some fixes for price calculations
-
-
-
fix
Fix for missing timezone setting in cron job for messages notification
-
-
-
fix
“Ads” label changed to “Sponsored” for better clarity
-
-
-
fix
Fix for gallery popup in case of 2 images (the 2nd didn’t open in popup)
-
-
fix
Few smaller details fixed and improved
Version 1.9.80
newBooking Start/End Hours – allows dfinining booking start and end hours within the available opening hours (ideal for services like car rentals).
newQR code verification system for bookings
To enable after update: create page with [listeo_qr_check] shortcode and assign it in Listeo Core → Pages to Ticket/Booking Verification Page)
new“Chat via Whatsapp” button in listing author widget
newBooking price tag in booking widget
fixSeveral fixes and UI/UX improvements in Fields Editor
fixLight & Dark dashboard mmenu version (Customize → Colors → Listeo Dashboard Color Scheme)
Version 1.9.75
fixSeveral fixes for new Ad Management feature
fixIcon pack changed to FontAwesome 6, Twitter buttons replaced with X
newOption to select search form for Templates “Listing With Map – Split Page” and “Listings With Map”, you’ll find it in Page Options if page uses one of those templates [link]
Version 1.9.70
newNew Ad Manager feature, let your users buy ads on your site to promote their listings [ad manager guide →]
fixFix for Stripe Connect support (IMPORTANT, you need to set new API keys in Listeo Core → Stripe Connect, check details in documentation)
fixFix for “remember me” in login form
fixFix for missing feedback message when trying to book outside the Opening Hours
fixFix for “Claim approved” email notification
fixFix for “add_cap” on user registration
fixFix for pricing menu status in Paid Packages
fixFix for category cover on listings without thumbnails
fixFixes for dark mode
fixMany smaller details fixed and improved
Version 1.9.67
fixAnother even better fix for “upcoming events” sorting 🙂
fixFix for missing filename on upload type input in My profile and Add Listing form
fixFix for time slot picker showing past time slots (it was ignoring timezone setting before)
fixFix for upcoming booking notification
fixFix for paid Claim listing with Subscription package type
fixFix for expiring listing notification for listings that are not published
fixFix for wrong rating filter
newIf you allow user to change role, it will use Vendor role instead of Owner if Dokan is installed
newListeo Owner Widget has now option to be used in Classified Listing
fixFix for duplicated description on listing taxonomy archive
fixFix for region term not showing on single listing view
newFilter 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;
}
fixFix for a shortcode function name that could cause a crash on wordpress.com hosting
fixFix for “grid gallery” popup if it has only one image added
fixSmall CSS updates