Releases: sam-wealthyman/tour-manager
Releases · sam-wealthyman/tour-manager
Release list
Tour Manager v1.0.0 – Initial Release
✨ Features
- Added Custom Post Type:
tour_package - Added Taxonomy:
tour_categoryfor organizing tours - Created meta boxes for:
- Price & Currency
- Duration
- Location
- Start & End Dates
- Features (comma-separated)
- Featured Image/Thumbnail
- Built shortcode
[tour_packages]to display tours on the frontend- Supports filtering by category (e.g.,
[tour_packages cats="beach,safari"]) - Supports limiting number of tours displayed (
limit="6")
- Supports filtering by category (e.g.,
- Responsive grid layout for frontend display (via CSS)
- Added thumbnail column in admin list view
- i18n ready (text domain:
tour-manager) - Included clean uninstall script to remove plugin options
📖 Usage
- Activate the plugin in WordPress.
- Add new tours under Tour Manager → Add New.
- Use the shortcode in any post/page:
[tour_packages cats="beach,safari" limit="12"]