Server Platform Architecture Updated
The core platform has been moved from a proprietary server cluster on Amazon EC2 instances that were self-managed to a container-based platform. This will allow for seamless software updates with minimal downtime during the update process. The previous platform would go into maintenance mode and be unavailable for users for up to 20 minutes when a major software update was performed. The new platform switches software in less than 2 minutes, often with no noticeable downtime for users.
Underlying Core Software Updated
PHP is running on version 8.3.2 which improves security and performance.
WordPress, a core element of the SaaS platform, is running 6.4.5 which improves security and fixes multiple bugs related to user session stabilization.
MySQL, the core database, is running version 8.x which is faster for most queries.
Locator Styles
Changing the styles of the Store Locator Plus® interface has been updated to a completely new design. This feature replaces the previous Settings | View | Locator Style interface and now resides in its own top level menu as “Style”.
The SaaS version of Store Locator Plus® will show a preview of the newly selected interface after the settings have been updated. The page will refresh to ensure the encapsulated CSS styling that goes with the new settings is loaded in its entirety.

This interface replaces the legacy interface shown below:

Pages : New Feature
While the generate embed interface helps preview what the map interface may look like on your site, it is often difficult to see the full impact as the page sizes are limited. Users can now create their own test pages to try out a wider variety of page layouts with the embedded map.
The new pages menu appears in the sidebar when a user is logged in.
While we do not restrict the pages at the moment, this is NOT meant to be a full location services or public web hosting option. Please do not direct your general website visitors to pages published on the Store Locator Plus® SaaS platform. This feature can change at any time and is not guaranteed to always be visible to the general public.
Stripe Payment Processing Update
The Stripe payment processing engine has been updated to version 3, a major upgrade — two in fact, since the core Stripe engine was initially implemented in the Store Locator Plus® SaaS platform. This will enable us to extend the subscription renewal and modification system and include automated billing for overages while providing more detailed reports on customer usage in a future release.
Add SaaS Signup Page On SaaS Dashboard
Add a SaaS Sign up page using the latest Stripe V3 JavaScript API on the SaaS dashboard site. This is mostly to enable rapid turn around testing on staging and development servers but will also provide for newer UX updates to the sign up process as well as better account and subscription management through Stripe in the future.
Dev Notes
- 2411.xx releases
- 2412.xx releases
- Moved all Store Locator Plus menu entries to reside as top-level entries to reduce the number of user clicks to perform an action. This is the start of the redesign to use a modern React-style top-level design and move away from the shackles of the very outdated WordPress PHP driven interface design.
- Ensure the SaaS edition initializes the customer info when starting data I/O, moving the SLP database init to the post WordPress set_current_user hook
- Moved all Store Locator Plus menu entries to reside as top-level entries to reduce the number of user clicks to perform an action. This is the start of the redesign to use a modern React-style top-level design and move away from the shackles of the very outdated WordPress PHP driven interface design.
- 2501.XX releases
- Fixed an issue with WPSLP generating a null error when performing a new install.
- Final removal of all WPML references in SLP, Experience, and MySLP Dashboard.
- Force Load JavaScript is not longer supported as it was designed to allow SLP to work with malformed or poorly written WordPress themes.
- Info tab on SaaS is removed, it is the main SLP logo menu item now that shows info.
- 2502.XX releases
- Long latitude/longitude entries (over 14 characters total, more than 9 after decimal) would not save, this has been resolved. Maximum lat/lng resolution is 9 precision or about 11cm.
- Settings|Search Radius Behavior was showing duplicate entries for Professional and Enterprise users. This was due to an internal code object being duplicated, impacting memory consumption and performance. This has been resolved.
- Settings | Tools – minor ux update to align the import/export settings buttons.