Plugin Directory

Changeset 3033969


Ignore:
Timestamp:
02/10/2024 03:00:35 PM (2 years ago)
Author:
wplugged
Message:

Version 1.9.1

Location:
webhotelier/trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • webhotelier/trunk/README.txt

    r3033837 r3033969  
    55Requires at least: 4.9
    66Tested up to: 6.4
    7 Stable tag: 1.9.0
     7Stable tag: 1.9.1
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5555== Changelog ==
    5656
    57 = 1.9.0=
     57= 1.9.1 =
     58* Removes unused code
     59
     60= 1.9.0 =
    5861* Complete refactoring of the Gutenberg block
    5962* Fixes a shortcode bug related to the opening and closing dates
    6063* Fixes a bug occuring solely on Safari
    6164
    62 = 1.8.2=
     65= 1.8.2 =
    6366* Fixes some deprecation notices
    6467* Tested up to WordPress 6.4.3
    6568
    66 = 1.8.1=
     69= 1.8.1 =
    6770* Fixes a default option check
    6871* Tested up to WordPress 6.4
    6972
    70 = 1.8.0=
     73= 1.8.0 =
    7174* Updates codestar framework to 2.3.0
    7275* Tested up to WordPress 6.2.2
    7376
    74 = 1.7.7=
     77= 1.7.7 =
    7578* Fixes a legacy widget bug related to the opening and closing dates
    7679
  • webhotelier/trunk/wp-webhotelier.php

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