Plugin Directory

Changeset 3334824


Ignore:
Timestamp:
07/27/2025 11:45:37 AM (7 months ago)
Author:
havenlytics
Message:

Version 1.0.10 – July 27, 2025

  • Fixed: Minor bug in Owl Carousel JS initialization.
Location:
havenlytics
Files:
105 added
3 edited

Legend:

Unmodified
Added
Removed
  • havenlytics/trunk/havenlytics.php

    r3334735 r3334824  
    44Plugin URI: https://wordpress.org/plugins/havenlytics/
    55Description: A property listing plugin for WordPress that allows users to easily manage and display property listings.
    6 Version: 1.0.9
     6Version: 1.0.10
    77Author: Havenlytics
    88Author URI: https://havenlytics.com
     
    3030
    3131// Define constants
    32 define('HVNLY_PROPERTY_VERSION', '1.0.9');
     32define('HVNLY_PROPERTY_VERSION', '1.0.10');
    3333define('HVNLY_PROPERTY_URL', plugin_dir_url(__FILE__));
    3434define('HVNLY_PROPERTY_PATH', plugin_dir_path(__FILE__));
  • havenlytics/trunk/public/class-frontend-assets.php

    r3334735 r3334824  
    225225                'havenlytics-frontend-scripts',
    226226                HVNLY_PROPERTY_URL . 'public/assets/js/havenlytics-frontend-scripts.js',
    227                 ['jquery', 'havenlytics-owl-carousel', 'havenlytics-leaflet', 'havenlytics-chart'],
     227                ['jquery'],
    228228                HVNLY_PROPERTY_VERSION,
    229229                true
  • havenlytics/trunk/readme.txt

    r3334735 r3334824  
    66Tested up to: 6.8
    77Requires PHP: 7.2 
    8 Stable tag: 1.0.9
     8Stable tag: 1.0.10
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    145145
    146146== Changelog ==
     147= 1.0.10 (2025-07-27) =
     148* Fix: Minor bug in Owl Carousel JS.
     149
     150
    147151= 1.0.9 (2025-07-27) =
    148152* Added new frontend chart widget to track daily and weekly property views
Note: See TracChangeset for help on using the changeset viewer.