Plugin Directory

Changeset 3190095


Ignore:
Timestamp:
11/16/2024 09:39:47 AM (17 months ago)
Author:
wplugged
Message:

Version 1.9.2

Location:
webhotelier/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • webhotelier/trunk/README.txt

    r3033969 r3190095  
    44Tags: forms, hotel, webhotelier
    55Requires at least: 4.9
    6 Tested up to: 6.4
    7 Stable tag: 1.9.1
     6Tested up to: 6.7
     7Stable tag: 1.9.2
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5454
    5555== Changelog ==
     56
     57= 1.9.2 =
     58* Tested up to WordPress 6.7
    5659
    5760= 1.9.1 =
  • webhotelier/trunk/wp-webhotelier.php

    r3033969 r3190095  
    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.1
     8 * Version:           1.9.2
    99 * Author:            WPlugged
    1010 * Author URI:        https://wplugged.com
     
    2323 * Current plugin version.
    2424 */
    25 define('WP_WEBHOTELIER_VERSION', '1.9.1');
     25define('WP_WEBHOTELIER_VERSION', '1.9.2');
    2626
    2727
     
    5858function wp_webhotelier_upgrader($upgrader_object, $options)
    5959{
    60     require_once plugin_dir_path(__FILE__) . 'includes/class-wp-webhotelier-activator.php';
     60    require_once plugin_dir_path(__FILE__) . 'includes/class-wp-webhotelier-activator.php';
    6161
    6262    if ($options['action'] == 'update' && $options['type'] == 'plugin' && isset($options['plugins'])) {
Note: See TracChangeset for help on using the changeset viewer.