Changeset 2666184
- Timestamp:
- 01/26/2022 05:18:57 PM (4 years ago)
- Location:
- webhotelier/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
includes/class-wp-webhotelier-widget.php (modified) (1 diff)
-
wp-webhotelier.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webhotelier/trunk/README.txt
r2656404 r2666184 4 4 Tags: forms, hotel, webhotelier 5 5 Requires at least: 4.9 6 Tested up to: 5. 8.17 Stable tag: 1.7. 36 Tested up to: 5.9 7 Stable tag: 1.7.4 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 54 54 55 55 == Changelog == 56 57 = 1.7.4 = 58 * Fixes a PHP Notice 59 * Tested up to WordPress 5.9 56 60 57 61 = 1.7.3 = -
webhotelier/trunk/includes/class-wp-webhotelier-widget.php
r2656143 r2666184 77 77 'checkout-date', 78 78 'orientation', 79 'nights-or-checkout',80 79 'css-class', 81 80 'days-after-checkin-allowed', -
webhotelier/trunk/wp-webhotelier.php
r2656404 r2666184 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.7. 38 * Version: 1.7.4 9 9 * Author: WPlugged 10 10 * Author URI: https://wplugged.com … … 23 23 * Current plugin version. 24 24 */ 25 define('WP_WEBHOTELIER_VERSION', '1.7. 3');25 define('WP_WEBHOTELIER_VERSION', '1.7.4'); 26 26 27 27
Note: See TracChangeset
for help on using the changeset viewer.