Plugin Directory

Changeset 2837563


Ignore:
Timestamp:
12/21/2022 05:56:25 PM (3 years ago)
Author:
fareharbor
Message:

Tested up to 6.1.1

Location:
fareharbor/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fareharbor/trunk/fareharbor.php

    r2697267 r2837563  
    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.5
     6    Version: 3.6.6
    77    Author: FareHarbor
    88    Author URI: https://fareharbor.com
     
    4444    private function __construct() {}
    4545
    46     public static $version = '3.6.5';
     46    public static $version = '3.6.6';
    4747
    4848    // Update the saved version number in the wp_options table
     
    698698      if ( $args[ 'language' ] )
    699699        $out[ 'language' ] = $args[ 'language' ];
    700 
     700     
    701701      if ( $args[ 'branding' ])
    702702        $out[ 'branding' ] = $args[ 'branding' ];
  • fareharbor/trunk/readme.txt

    r2697267 r2837563  
    33Tags: reservations, booking calendar, booking, reservation plugin, reservation calendar, booking system
    44Requires at least: 3.0
    5 Tested up to: 5.9.2
     5Tested up to: 6.1.1
    66Stable tag: trunk
    77License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46
     47= 3.6.6 =
     48* Updated tested up to version to 6.1.1
    4649
    4750= 3.6.5 =
Note: See TracChangeset for help on using the changeset viewer.