Plugin Directory

Changeset 3459180


Ignore:
Timestamp:
02/11/2026 05:50:48 PM (7 weeks ago)
Author:
fareharbor
Message:

Add support for FH packages

Location:
fareharbor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fareharbor/trunk/fareharbor.php

    r3278471 r3459180  
    44    Plugin URI: https://fareharbor.com/help/setup/wordpress-plugin/
    55    Description: Easily add FareHarbor reservation calendars and buttons to your site
    6     Version: 3.6.11
     6    Version: 3.6.12
    77    Author: FareHarbor
    88    Author URI: https://fareharbor.com
     
    4444    private function __construct() {}
    4545
    46     public static $version = '3.6.11';
     46    public static $version = '3.6.12';
    4747
    4848    // Update the saved version number in the wp_options table
     
    226226        'branding' => '',
    227227        'bookable_only' => '',
     228        'package' => '',
    228229
    229230      );
     
    709710        $out[ 'bookable_only' ] = $args[ 'bookable_only' ];
    710711
     712      if ( $args[ 'package' ])
     713        $out[ 'package' ] = $args[ 'package' ];
    711714
    712715      if ( $include_flow && $args[ 'flow' ] )
  • fareharbor/trunk/readme.txt

    r3278471 r3459180  
    33Tags: reservations, booking calendar, booking, reservation plugin, reservation calendar, booking system
    44Requires at least: 3.0
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Stable tag: trunk
    77License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46= 3.6.12 =
     47* Added support for 'package' parameters
     48* Updated tested up to version to 6.9
     49
    4650= 3.6.11 =
    4751* Updated tested up to version to 6.8
Note: See TracChangeset for help on using the changeset viewer.