Changeset 3190095
- Timestamp:
- 11/16/2024 09:39:47 AM (17 months ago)
- Location:
- webhotelier/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wp-webhotelier.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webhotelier/trunk/README.txt
r3033969 r3190095 4 4 Tags: forms, hotel, webhotelier 5 5 Requires at least: 4.9 6 Tested up to: 6. 47 Stable tag: 1.9. 16 Tested up to: 6.7 7 Stable tag: 1.9.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 54 54 55 55 == Changelog == 56 57 = 1.9.2 = 58 * Tested up to WordPress 6.7 56 59 57 60 = 1.9.1 = -
webhotelier/trunk/wp-webhotelier.php
r3033969 r3190095 6 6 * Plugin URI: https://wplugged.com/docs/webhotelier-for-wordpress/ 7 7 * Description: Create and manage WebHotelier Forms easily through your WordPress 8 * Version: 1.9. 18 * Version: 1.9.2 9 9 * Author: WPlugged 10 10 * Author URI: https://wplugged.com … … 23 23 * Current plugin version. 24 24 */ 25 define('WP_WEBHOTELIER_VERSION', '1.9. 1');25 define('WP_WEBHOTELIER_VERSION', '1.9.2'); 26 26 27 27 … … 58 58 function wp_webhotelier_upgrader($upgrader_object, $options) 59 59 { 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'; 61 61 62 62 if ($options['action'] == 'update' && $options['type'] == 'plugin' && isset($options['plugins'])) {
Note: See TracChangeset
for help on using the changeset viewer.