Listeo - Directory & Listings With Booking - WordPress Theme

Listeo - Directory & Listings With Booking - WordPress Theme v2.0.18

  • Author Author kashif
  • Creation date Creation date
Version 1.9.83
  • 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.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