Plugin Directory

Changeset 2666184


Ignore:
Timestamp:
01/26/2022 05:18:57 PM (4 years ago)
Author:
wplugged
Message:

Version 1.7.4

Location:
webhotelier/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • webhotelier/trunk/README.txt

    r2656404 r2666184  
    44Tags: forms, hotel, webhotelier
    55Requires at least: 4.9
    6 Tested up to: 5.8.1
    7 Stable tag: 1.7.3
     6Tested up to: 5.9
     7Stable tag: 1.7.4
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5454
    5555== Changelog ==
     56
     57= 1.7.4 =
     58* Fixes a PHP Notice
     59* Tested up to WordPress 5.9
    5660
    5761= 1.7.3 =
  • webhotelier/trunk/includes/class-wp-webhotelier-widget.php

    r2656143 r2666184  
    7777            'checkout-date',
    7878            'orientation',
    79             'nights-or-checkout',
    8079            'css-class',
    8180            'days-after-checkin-allowed',
  • webhotelier/trunk/wp-webhotelier.php

    r2656404 r2666184  
    66 * Plugin URI:        https://wplugged.com/docs/webhotelier-for-wordpress/
    77 * Description:       Create and manage WebHotelier Forms easily through your WordPress
    8  * Version:           1.7.3
     8 * Version:           1.7.4
    99 * Author:            WPlugged
    1010 * Author URI:        https://wplugged.com
     
    2323 * Current plugin version.
    2424 */
    25 define('WP_WEBHOTELIER_VERSION', '1.7.3');
     25define('WP_WEBHOTELIER_VERSION', '1.7.4');
    2626
    2727
Note: See TracChangeset for help on using the changeset viewer.