|
| 1 | +#################################### |
| 2 | +# V1.5.2 |
| 3 | +#################################### |
| 4 | + |
| 5 | +## Added Features: |
| 6 | +- #264: Added SECURITY.md file. |
| 7 | +- #313: Update for module upgrade and suggestion |
| 8 | + |
| 9 | + |
| 10 | +## Improvements: |
| 11 | +- core |
| 12 | + - #240: Updated TCPDF library |
| 13 | + - #242: Changes for PHP7 compatibility |
| 14 | + - #243: Removed pclzip library |
| 15 | + - #244: Removed pear JSON lib instead use PHP JSON library |
| 16 | + - #245: Updated swift mailer |
| 17 | + - #246: Updated htmlpurifier |
| 18 | + - #247: Updated Smarty library |
| 19 | + - #249: Updated Sql Parser Library |
| 20 | + - #250: Updated Pear and Archive tar library |
| 21 | + - #267: Removed mysql support, pdomysql now required |
| 22 | + - #269: Replaced mcrypt with openssl |
| 23 | + - #272: Changed default DB prefix to qlo_ |
| 24 | + - #276: Paypal and PaypalUSA module removed |
| 25 | + - #290: Updated path for including css and js in modules | Moved plugins to core js folder |
| 26 | + - #299: Added composer.json file |
| 27 | + |
| 28 | +- Front Office: |
| 29 | + - #296: Improved Social Sharing module |
| 30 | + - #316: Display Room Capacity on room type detail page |
| 31 | + |
| 32 | +- Back Office |
| 33 | + - #297: Changed import button icon on Localization page |
| 34 | + - #310: Dashboard improvement |
| 35 | + - #327: Resolved QloApps dashboard issues |
| 36 | + |
| 37 | + |
| 38 | +## Bug Fixed: |
| 39 | +- core: |
| 40 | + - #238: Update date format in invoice according to format provided in language |
| 41 | + - #253: Using room status as constants instead in values |
| 42 | + - #270: Using room availability status as constants instead in values |
| 43 | + - #273: Fixed date format for additional facilities in invoice |
| 44 | + - #281: Resolved smarty html comments issue. |
| 45 | + - #283: Invalid value inserted in 'special_days' field in htl_room_type_feature_pricing table through API |
| 46 | + - #284: Resolved: No validation for the fields in 'hotel_refund_rules' API for add and update. |
| 47 | + - #285: Resolved: No validation for the fields in 'hotel_features' API for add and update |
| 48 | + - #286: Validations added for 'password' and 'email' fields for the 'employees' API. |
| 49 | + - #287: Resolved fatal error while generating class index file |
| 50 | + - #288: Resolved: No validation for field 'id_parent in' in 'categories' API. |
| 51 | + - #289: Validations added to the fields of "bookings" API for POST / PUT API requests |
| 52 | + - #307: Cart and Order API Issues resolved |
| 53 | + - #312: Text issues solved |
| 54 | + - #321: Fixed QloApps installation issues |
| 55 | + - #324: Resolved compatibility issue with php5.6 |
| 56 | + |
| 57 | +- Back Office: |
| 58 | + - #255: Fixed filter by Due amount results in "Bad SQL query" |
| 59 | + - #259: Fixed room reallocation availability list for temporary unavailable rooms |
| 60 | + - #256: Fixed Swap rooms leads to reservations duplications |
| 61 | + - #251: Removed unused options from images controller |
| 62 | + - #271: Fixed syntax issue in admin information cont |
| 63 | + - #275: Resolve order total update issue on additional facilities update |
| 64 | + - #282: Order refund states 'Refunded' and 'Denied' should not enabled together from render list |
| 65 | + - #293: Add profile access restriction when adding room types |
| 66 | + - #294: Resolve order edit issues, Added hooks in order edit process |
| 67 | + - #303: In 'Manage Hotel' Controller, validation added for 'check-out time must be before check in' |
| 68 | + - #304, #315: Text change. |
| 69 | + - #318: Resolve multiple rooms addition issue on AdminOrdersController |
| 70 | + - #320: Resolved new room features automatically mapping to all the room types |
| 71 | + |
| 72 | +- Front Office: |
| 73 | + - #252: Update function getRoomBookingData |
| 74 | + - #268: Update blockrss module |
| 75 | + - #277: In _DB_PREFIX__orders table column advance_paid_amount value is wrong |
| 76 | + - #280: Wrong amount displayed in Order confirmation page in the payment gateways PaymentReturn Hook |
| 77 | + - #291: Resolved: Wrong price return by advance payment functions in HotelAdvancedPayment class |
| 78 | + - #295: Resolve DNI field issue during guest checkout |
| 79 | + - #298, #274: QloApps text changes |
| 80 | + - #300: Room amenities name shown with feature icon in room type details page |
| 81 | + - #301: Unused CSS file htl-reservation-general.css and its classes are removed |
| 82 | + - #302: Resolved: On translating page checking and checkout dates are changed to NaN-NaN-NaN |
| 83 | + - #305: Resolve tab design issue on room type detail page |
| 84 | + - #317: Resolve jQZoom issue on room type detail page |
| 85 | + - #319: Resolved smarty minify HTML issue |
| 86 | + |
| 87 | + |
1 | 88 | #################################### |
2 | 89 | # V1.5.1 |
3 | 90 | #################################### |
|
0 commit comments