The Tour Operator platform has always been about helping travel companies tell great stories online. Version 2.1 pushes that vision forward by improving the developer experience, refining the design system and delivering client‑facing features that make your site faster and easier to use. This article groups the update into three audiences – developers, designers and clients – with clear examples and visuals for each.
Below is an overview of the additions and improvements we’ve made to the plugin, for a comprehensive list of all the changes, see our Github changelog.
Developer improvements: modern tooling and clean code
Our development workflow has matured significantly in 2.1. We’ve replaced the old Gulp and custom scripts with @wordpress/scripts, added npm scripts for common tasks like start, build and lint, and removed legacy assets and dependencies. These changes make building and maintaining the plugin more predictable and reduce the amount of boilerplate code you need to carry forward. Continuous integration via GitHub Actions runs linting and tests automatically when pull requests are merged, ensuring that code quality stays high.
We’ve also refactored the codebase to follow WordPress block editor standards. Each block now has its own block.json file and lives in its own folder; block metadata includes proper descriptions and supports so that core block features like spacing, color palettes and typography controls work out of the box. Redundant files and unused scripts have been removed, and coding standards have been updated to the latest WordPress Coding Standards. Together, these changes result in a slimmer, better‑structured codebase that’s easier to extend.
Another highlight is the introduction of new blocks and enhancements:
- Icons block – a flexible block that pulls SVG icons from our design system and lets you place them alongside titles or in lists.
- Videos block – display a gallery of YouTube videos on any page or post.
- Modal support – blocks can now display their content in modals, perfect for quick views and enquiry forms.
- Action Scheduler integration – tours can automatically expire or change status thanks to integration with WordPress’s Action Scheduler.
Beyond the code, we’re embracing GitHub Copilot with Model Context Protocol (MCP) to assist in coding and connect directly with the design system. The MCP server lets Copilot fetch design tokens, components and behaviours from Figma, ensuring that code suggestions match the intended design. This bridges the gap between design and development and will make future iterations even more efficient.

Designer enhancements: a refined design system
If you design travel websites, you’ll appreciate how our design system has evolved. We’ve reworked the colour palette, spacing scales and typography tokens to align with modern WordPress styling. Redundant colours have been removed and naming conventions now follow the TwentyTwentyFive theme standards. Fluid spacing and font sizes help your designs scale elegantly from mobile to desktop, and the palette meets WCAG 2.1 AA contrast levels.
New components include a modal pattern with clear overlays and accessible focus states, a Best Time to Visit seasonal bar for highlighting travel seasons and an expanded Fast Facts section that now supports group size and tour type. We’ve also added patterns for testimonials, featured grids, banners and full‑page layouts. These patterns ship with the plugin as ready‑made block patterns, so what you build in Figma is what your clients see in the WordPress editor.
Behind the scenes, designers can run Figma’s Dev Mode MCP server and link components to code via Code Connect. This means our AI tools can extract design context directly from your files, reducing hand‑off friction and keeping design and code in sync.

Client benefits: faster sites and richer experiences
For tour operators and travel businesses, the 2.1 release isn’t just about under‑the‑hood changes – it brings noticeable improvements for your visitors. Thanks to a leaner codebase and the removal of unused scripts, websites built on the LSX Tour Operator plugin load more quickly. The new build process optimises assets and supports lazy loading for galleries and sliders, boosting performance on both desktop and mobile.
Navigation is now mobile‑first. Long itinerary pages convert into collapsible accordion menus on small screens, and a sticky table of contents appears on larger screens to help visitors jump between sections. Interactive elements like enquiry forms, accommodation details and itinerary items open in modals, keeping users on the same page and improving engagement.
Dynamic content blocks make your site smarter. You can insert Related Tours, Featured Tours or On Sale Specials blocks that automatically display relevant content based on destinations, travel styles or promotions. A Best Time to Visit bar lets you visually communicate when a destination is in peak season. Combined with accessible design and improved contrast, your website becomes more inclusive and easier to use.
We’ve already rolled these improvements out on African Safari Consultants’ new site, read our case study about it here: From Legacy to Leading: African Safari Consultants’ Website Transformation. Their pages feel smoother, tours are easy to explore and enquiries are just a click away. Next up, we’ll be bringing the same experience to AfricanSafaris.co.nz and other upcoming builds.

Real‑world projects and what’s next
This release isn’t happening in isolation. We’ve been working closely with clients to validate our improvements:
- African Safari Consultants – their newly rebuilt website showcases the Tour Operator plugin 2.1 and our starter theme. It features redesigned itineraries, modal‑based enquiry forms and dynamic related tours. The build served as a pilot for many of the features mentioned above. Read our in-depth case study about how we built this custom Tour Operator website.
- AfricanSafaris.co.nz – currently in development, this New Zealand counterpart will benefit from the same enhancements and demonstrates how the LSX design system can support multiple brands with different visuals.
Looking ahead, we’re continuing to enrich our blocks with better descriptions and metadata, add more block supports and integrate deeper with the WordPress block directory. We’ll also release an updated design system (version 2.1) aligned with these plugin updates and plan to tag new 2.0 versions of the three extensions – to‑team, to‑specials and to‑reviews – on WordPress.org.

Final thoughts
The LSX Tour Operator 2.1 release represents a significant step forward for the plugin and its accompanying design system. By adopting modern build tooling, standardising block metadata and leveraging AI‑assisted development, our developers can deliver features faster and more consistently. The refined design system gives designers a cohesive, accessible toolkit that scales across brands and devices. Most importantly, clients benefit from faster, richer websites that make it easier for travellers to explore and book experiences. Upgrade today and let us know what you think.


