Plugin Directory

Changeset 2834675


Ignore:
Timestamp:
12/15/2022 08:56:47 PM (2 years ago)
Author:
guestplan
Message:

Bug Fixes

Location:
guestplan-booking-widget/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • guestplan-booking-widget/trunk/README.txt

    r2834668 r2834675  
    44Requires at least: 5.0
    55Tested up to: 6.1
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6767= 1.0.6 =
    6868* Bug Fixes
     69
     70= 1.0.7 =
     71* Bug Fixes
  • guestplan-booking-widget/trunk/guestplan.php

    r2672517 r2834675  
    1717 * Plugin URI:        https://guestplan.com/
    1818 * Description:       Turn website visitors into guests with the Guestplan Booking Widget.
    19  * Version:           1.0.5
     19 * Version:           1.0.7
    2020 * Author:            Guestplan
    2121 * Author URI:        https://guestplan.com
     
    3131}
    3232
    33 define('GUESTPLAN_VERSION', '1.0.5');
     33define('GUESTPLAN_VERSION', '1.0.7');
    3434
    3535/**
  • guestplan-booking-widget/trunk/includes/class-guestplan.php

    r2672517 r2834675  
    7474            $this->version = GUESTPLAN_VERSION;
    7575        } else {
    76             $this->version = '1.0.5';
     76            $this->version = '1.0.7';
    7777        }
    7878        $this->plugin_name = 'guestplan';
Note: See TracChangeset for help on using the changeset viewer.