Add frontend features with search, shortcodes, widgets, and blocks (v0.6.0)
All checks were successful
Create Release Package / build-release (push) Successful in 1m20s

- Room search with availability, capacity, room type, amenity, price range, and building filters
- AJAX-powered search with pagination and load more
- Shortcodes: [bnb_buildings], [bnb_rooms], [bnb_room_search], [bnb_building], [bnb_room]
- Widgets: Similar Rooms, Building Rooms, Availability Calendar
- Gutenberg blocks: Building, Room, Room Search, Buildings List, Rooms List
- Frontend CSS with responsive design and CSS custom properties
- Frontend JavaScript with SearchForm, CalendarWidget, AvailabilityForm, PriceCalculator

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 14:08:11 +01:00
parent 05f24fdec7
commit 864b8b2869
14 changed files with 5573 additions and 19 deletions

29
PLAN.md
View File

@@ -116,11 +116,11 @@ This document outlines the implementation plan for the WP BnB Management plugin.
- [x] Automatic price calculation
- [x] Service summary display
## Phase 6: Frontend Features (v0.6.0)
## Phase 6: Frontend Features (v0.6.0) - Complete
### Search & Filtering
- [ ] Room search with filters
- [x] Room search with filters
- Date range (availability)
- Capacity
- Room type
@@ -130,23 +130,24 @@ This document outlines the implementation plan for the WP BnB Management plugin.
### Display Components
- [ ] Building list/grid shortcode
- [ ] Room list/grid shortcode
- [ ] Room detail template
- [ ] Availability widget
- [x] Building list/grid shortcode
- [x] Room list/grid shortcode
- [x] Room detail template
- [x] Availability widget
### Gutenberg Blocks
- [ ] Building block
- [ ] Room block
- [ ] Room search block
- [ ] Booking form block
- [x] Building block
- [x] Room block
- [x] Room search block
- [x] Buildings list block
- [x] Rooms list block
### Widgets
- [ ] Similar rooms widget
- [ ] Building rooms widget
- [ ] Availability calendar widget
- [x] Similar rooms widget
- [x] Building rooms widget
- [x] Availability calendar widget
## Phase 7: Contact Form 7 Integration (v0.7.0)
@@ -293,7 +294,7 @@ The plugin will provide extensive hooks for customization:
| 0.3.0 | Bookings | Complete |
| 0.4.0 | Guests | Complete |
| 0.5.0 | Services | Complete |
| 0.6.0 | Frontend | TBD |
| 0.6.0 | Frontend | Complete |
| 0.7.0 | CF7 Integration | TBD |
| 0.8.0 | Dashboard | TBD |
| 1.0.0 | Stable Release | TBD |