Skip to content

Commit ec159fe

Browse files
authored
Update CHANGELOG.txt
1 parent 1b15257 commit ec159fe

1 file changed

Lines changed: 77 additions & 73 deletions

File tree

CHANGELOG.txt

Lines changed: 77 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -3,79 +3,83 @@
33
####################################
44

55
## Added Features:
6-
7-
[+] CO : [#217] `auto_generated` column in `address` table added to track address creation source
8-
[+] CO : [#207] New order states 'Partial payment accepted' and 'Awaiting partial payment' added for the partial payment
9-
[+] CO : [#208] "Catalog Mode" option to disable all booking options, customer can only view Rooms
10-
[+] CO : [#198, #226] Multiple hooks are added in the different QloApps core files
11-
12-
[+] FO : [#187] Display voucher name along with voucher code on order page
13-
14-
## Improved/changed features:
15-
16-
[*] BO : [#206] Removed Other Modules setting from admin Hotel Reservation System -> Settings
17-
[*] BO : [#200] Removed shipping option from car rule condition.
18-
[*] BO : [#199] Removed "Display suppliers and manufacturers" and "Display best sellers" options from Admin Preferences controller
19-
[*] BO : [#193] Removed Payment Modules setting from admin Hotel Reservation System -> Settings
20-
[*] BO : [#189] Moved hotel selection from configuration tab to information tab
21-
[*] BO : [#179] Added hotel column in room type feature pricing list
22-
[*] BO : [#177] Removed multishop option
23-
[*] BO : [#149] Removed carrier column from Booking Carts Controller
24-
[*] BO : [#183] Added hotel name along with room name when adding filter of room type for cart rule
25-
[*] BO : [#204, #196, #182] Text Changes
26-
[*] BO : [#110, #111] Code Optimization
27-
28-
[*] CO : [#223] getHotelCartBookingData() : function multiplication optimized
29-
[*] CO : [#225] HotelRoomTypeFeaturePricing.php optimized (Removed unused variables, removed static values assigned)
30-
[*] CO : [#218] Added hotel name column in order confirmation mail and invoice.
31-
[*] CO : [#210] CMS page Delivery is not valid for hotel industry. So changed it to Policies page
32-
[*] CO : [#205] Prevent deleting profile which is used by at least one employee
33-
[*] CO : [#214] blockcart module :: Removed unused hooks displayLeftColumn and displayrightColumn
34-
[*] CO : [#180] license file name changed from LICENSES to LICENSE
35-
[*] CO : [#181] Readme file improvements with more information and links
36-
[*] CO : [#221] dataforfrontsearch() function now calculate and provide "feature_price_diff" value in response
37-
[*] CO : [#175] Changed QloApps versioning system (now 1.5.0.0 please check)
38-
[*] CO : [#175] Updated module compatibility check with QloApps version
39-
[*] CO : [#215] "hotelreservationsystem.php" code optimization in hook "actionValidateOrder"
40-
[*] CO : [#117, #118, #119, #120, #121, #122, #134, #137, #138, #139] Changes for PHP7 compatibility
41-
[*] CO : [#178] Text Changes
42-
43-
[*] FO : [#222] Disabled mobile keyboard pop up when using date-picker in home search
44-
[*] FO : [#208] Room type listing on search result page moved to different template "room_type_listing.tpl"
45-
[*] FO : [#185] Replaced star rating plugin with jquery Raty in Product Comments module
46-
[*] FO : [#156] "product.js" code multiplication optimized
47-
[*] FO : [#215] "ajax-cart.js" add validation
48-
[*] FO : [#125, #127, #141, #142] Changes for PHP7 compatibility
49-
50-
51-
## Bug/Issues Resolved:
52-
53-
[-] BO : Fixed : [#211] Errors on cart rule page when add room type, which is not assigned to hotel, selected in room type condition
54-
[-] BO : Fixed : [#197] wrong theme information is displayed at Preferences -> Themes admin controller
55-
[-] BO : Fixed : [#195] Filter by position in the render lists of admin controllers
56-
[-] BO : Fixed : [#194] Entering wrong discount while Group creation, page redirects to list page
57-
[-] BO : Fixed : [#192] Using filter in customer Group list, page redirects to previous list
58-
[-] BO : Fixed : [#189] Room Type associations with its hotel parent category
59-
[-] BO : Fixed : [#176] Birthday input field width in Helper Form
60-
[-] BO : Fixed : [#173] Undefined varaible issue Manage Order Refund Request Controller
61-
[-] BO : Fixed : [#171] Multiple request on single click in Helper List
62-
[-] BO : Fixed : [#160] "Access Denied" issue when an employee other than super admin create a new room.
63-
[-] BO : Fixed : [#168] Room number not updating after room reallocation and swap
64-
[-] BO : Fixed : [#162] Additional facility price changes for room type after saving
65-
[-] BO : Fixed : [#147] Creating order status without entering "status name", page redirects to blank page
66-
[-] BO : Fixed : [#148] Creating order refund status without entering "status name", page redirects to list page
67-
[-] BO : Fixed : [#229] Resolved undefined variable error in Manage Order Refund Request Controller
68-
69-
[-] FO : Fixed : [#212] Design issue of select in the ADDITIONAL FACILITIES if text exceeds from block in the product detail page
70-
[-] FO : Fixed : [#209] Errors on the search result page: If new group is created and only this group is assigned to the customer
71-
[-] FO : Fixed : [#203] Guest is unable to submit Refund Request again after entering invalid Refund Reason once
72-
[-] FO : Fixed : [#158] Hotel selection in search panel for mobile devices
73-
[-] FO : Fixed : [#169] Wrong price displayed when booking from 1 march to 30 march
74-
[-] FO : Fixed : [#151] Room search check-in && check-out don't change when friendly URL is disabled.
75-
76-
[-] CO : Fixed : [#186] Links in mail for my-account, guest tracking and my orders pages are now localized to customer language.
77-
[-] CO : Fixed : [#109] updated invalid varaible "pshone_mobile" to "phone_mobile"
78-
[-] CO : Fixed : [#202] "global.css" added missing class for aligning images left and right in discription
6+
- Core:
7+
- #208: "Catalog Mode" option added by which user can view room details but not abe to create booking
8+
9+
10+
## Improvements:
11+
- Back Office:
12+
- #206: Removed Other Modules setting from admin Hotel Reservation System -> Settings
13+
- #200: Removed shipping option from car rule condition.
14+
- #199: Removed "Display suppliers and manufacturers" and "Display best sellers" options from Admin Preferences controller
15+
- #193: Removed Payment Modules setting from admin Hotel Reservation System -> Settings
16+
- #189: Moved hotel selection from configuration tab to information tab
17+
- #179: Added hotel column in room type feature pricing list
18+
- #177: Removed multishop option
19+
- #149: Removed carrier column from Booking Carts Controller
20+
- #183: Added hotel name along with room name when adding filter of room type for cart rule
21+
- #204, #196, #182: Text Changes
22+
- #110, #111: Code Optimization
23+
24+
- Core:
25+
- #223: getHotelCartBookingData() : function multiplication optimized
26+
- #225: HotelRoomTypeFeaturePricing.php optimized (Removed unused variables, removed static values assigned)
27+
- #218: Added hotel name column in order confirmation mail and invoice.
28+
- #210: CMS page Delivery is not valid for hotel industry. So changed it to Policies page
29+
- #205: Prevent deleting profile which is used by at least one employee
30+
- #214: blockcart module :: Removed unused hooks displayLeftColumn and displayrightColumn
31+
- #180: license file name changed from LICENSES to LICENSE
32+
- #181: Readme file improvements with more information and links
33+
- #221: dataforfrontsearch() function now calculate and provide "feature_price_diff" value in response
34+
- #175: Changed QloApps versioning system (Ex: X.X.X.X)
35+
- #175: Updated module compatibility check with QloApps version
36+
- #215: "hotelreservationsystem.php" code optimization in hook "actionValidateOrder"
37+
- #117, #118, #119, #120, #121, #122, #134, #137, #138, #139: Changes for PHP7 compatibility
38+
- #178: Text Changes
39+
- #198, #226: Multiple hooks are added in the different QloApps core files
40+
- #217: `auto_generated` column in `address` table added to track address creation source
41+
- #207: New order states 'Partial payment accepted' and 'Awaiting partial payment' added for the partial payment
42+
43+
- Front Office:
44+
- #222: Disabled mobile keyboard pop up when using date-picker in home search
45+
- #208: Room type listing on search result page moved to different template "room_type_listing.tpl"
46+
- #185: Replaced star rating plugin with jquery Raty in Product Comments module
47+
- #156: "product.js" code multiplication optimized
48+
- #215: "ajax-cart.js" add validation
49+
- #125, #127, #141, #142: Changes for PHP7 compatibility
50+
- #187: Display voucher name along with voucher code on order page
51+
52+
53+
## Bug Fixed:
54+
- Back Office:
55+
- #211: Errors on cart rule page when add room type, which is not assigned to hotel, selected in room type condition
56+
- #197: wrong theme information is displayed at Preferences -> Themes admin controller
57+
- #195: Filter by position in the render lists of admin controllers
58+
- #194: Entering wrong discount while Group creation, page redirects to list page
59+
- #192: Using filter in customer Group list, page redirects to previous list
60+
- #189: Room Type associations with its hotel parent category
61+
- #176: Birthday input field width in Helper Form
62+
- #173: Undefined varaible issue Manage Order Refund Request Controller
63+
- #171: Multiple request on single click in Helper List
64+
- #160: "Access Denied" issue when an employee other than super admin create a new room.
65+
- #168: Room number not updating after room reallocation and swap
66+
- #162: Additional facility price changes for room type after saving
67+
- #147: Creating order status without entering "status name", page redirects to blank page
68+
- #148: Creating order refund status without entering "status name", page redirects to list page
69+
- #229: Resolved undefined variable error in Manage Order Refund Request Controller
70+
71+
- Front Office:
72+
- #212: Design issue of select in the ADDITIONAL FACILITIES if text exceeds from block in the product detail page
73+
- #209: Errors on the search result page: If new group is created and only this group is assigned to the customer
74+
- #203: Guest is unable to submit Refund Request again after entering invalid Refund Reason once
75+
- #158: Hotel selection in search panel for mobile devices
76+
- #169: Wrong price displayed when booking from 1 march to 30 march
77+
- #151: Room search check-in && check-out don't change when friendly URL is disabled.
78+
79+
- Core:
80+
- #186: Links in mail for my-account, guest tracking and my orders pages are now localized to customer language.
81+
- #109: updated invalid varaible "pshone_mobile" to "phone_mobile"
82+
- #202: "global.css" added missing class for aligning images left and right in discription
7983

8084

8185
####################################

0 commit comments

Comments
 (0)