8.1.1
🐞 Fixes
- Data from a custom API endpoint will no longer be loaded on map initialization in the backend. Instead, data loading is deferred to the front-end, allowing the use of JavaScript request middleware.
8.1.2
🐞 Fixes
- Directory items were not loading in some cases
8.1.3
🐞 Fixes
- Popovers / details view for Regions not showing the list of connected objects
8.1.0
This update contains long-awaited feature: custom API data sources support! Now you can fetch data from any custom API, format it using the new middleware feature, and load it to the map!
Also, we added a new type of JavaScript functions that you can edit in the "JavaScript" tab: Middlewares. Those are functions that accept some data and context, format the data, and pass it further to the next recepient. There are 4 types of middleware in mapsvg:
- Map init
- Controller render
- API Request
- API Response
In our blog, we've released a tutorial on using a custom API data source and middleware.
🚀 Features / Improvements
- Data sources editor (Map / Toolbar menu / Database / Data sources / Add +);
- New data source: API;
- Middlewares
8.0.0
🚀 Features / Improvements
- The most imprtant an long-awaited: new event handlers that provide full access to the map lifecycle. Now you can connect maps to any custom API source or even Google Sheets! The documentation and tutorials will arrive soon;
- New template structure for the Directory that gives you full control over it - now you can have directory as HTML table or anything else, there are no limitations;
- Add an object ID to the URL on click on a Marker. When user shares the link and opens it, details view or popover opens up for a location on map load;
🐞 Fixes
- Minor bugfix
7.4.0
🚀 Features / Improvements
- Added chat with support into the plugin: now you can ask any questions without leaving MapSVG in WP-Admin area!
7.3.6
🚀 Features / Improvements
- Clicking
Support / Create new ticket
now redirects to mapsvg.com/dashboard - new Dashboard that contains information about your licenses and authorized chat app that keeps track of your tickets. If you create a magic link and you have logged in to the dashboard already, the magic link will be added to the ticket automatically.
7.3.5
🐞 Fixes
- Fix
.convertPixelToSVG()
error
7.3.4
🐞 Fixes
- Fix Automatic updates in WP-Admin area. If you don't see new versions of MapSVG in WP-Admin area, please download the latest version of MapSVG from CodeCanyon