Listeo - Directory & Listings With Booking - WordPress Theme

Listeo - Directory & Listings With Booking - WordPress Theme v1.9.68

  • Author Author kashif
  • Creation date Creation date
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.67
FIXL 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
Top