Changeset 3033969
- Timestamp:
- 02/10/2024 03:00:35 PM (2 years ago)
- Location:
- webhotelier/trunk
- Files:
-
- 1 deleted
- 2 edited
-
README.txt (modified) (2 diffs)
-
blocks (deleted)
-
wp-webhotelier.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webhotelier/trunk/README.txt
r3033837 r3033969 5 5 Requires at least: 4.9 6 6 Tested up to: 6.4 7 Stable tag: 1.9. 07 Stable tag: 1.9.1 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 55 55 == Changelog == 56 56 57 = 1.9.0= 57 = 1.9.1 = 58 * Removes unused code 59 60 = 1.9.0 = 58 61 * Complete refactoring of the Gutenberg block 59 62 * Fixes a shortcode bug related to the opening and closing dates 60 63 * Fixes a bug occuring solely on Safari 61 64 62 = 1.8.2 =65 = 1.8.2 = 63 66 * Fixes some deprecation notices 64 67 * Tested up to WordPress 6.4.3 65 68 66 = 1.8.1 =69 = 1.8.1 = 67 70 * Fixes a default option check 68 71 * Tested up to WordPress 6.4 69 72 70 = 1.8.0 =73 = 1.8.0 = 71 74 * Updates codestar framework to 2.3.0 72 75 * Tested up to WordPress 6.2.2 73 76 74 = 1.7.7 =77 = 1.7.7 = 75 78 * Fixes a legacy widget bug related to the opening and closing dates 76 79 -
webhotelier/trunk/wp-webhotelier.php
r3033837 r3033969 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. 08 * Version: 1.9.1 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. 0');25 define('WP_WEBHOTELIER_VERSION', '1.9.1'); 26 26 27 27
Note: See TracChangeset
for help on using the changeset viewer.