Changeset 3419373
- Timestamp:
- 12/14/2025 01:30:52 PM (4 months ago)
- Location:
- codobookings/trunk
- Files:
-
- 2 edited
-
codobookings.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codobookings/trunk/codobookings.php
r3419362 r3419373 4 4 * Plugin URI: https://wpdemo.codoplex.com/codobookings/ 5 5 * Description: A Lightweight WordPress Booking & Appointment Plugin. 6 * Version: 1.4. 06 * Version: 1.4.1 7 7 * Author: CODOPLEX 8 8 * Author URI: https://codoplex.com/ … … 16 16 17 17 // Constants 18 define( 'CODOBOOKINGS_VERSION', '1.4. 0' );18 define( 'CODOBOOKINGS_VERSION', '1.4.1' ); 19 19 define( 'CODOBOOKINGS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 20 20 define( 'CODOBOOKINGS_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
codobookings/trunk/readme.txt
r3419355 r3419373 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 1.4. 06 Stable tag: 1.4.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 85 85 == Changelog == 86 86 87 = 1.4.1 = 88 * FIXED: Issues with design system is fixed. 89 87 90 = 1.4.0 = 88 91 * NEW: A drag & drop enabled dynamic User Fields system to collect custom user data associated to a booking. … … 134 137 135 138 == Upgrade Notice == 139 140 = 1.4.1 = 141 Fixed an issue with the design system loading. 136 142 137 143 = 1.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.