Skip to main content

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

7.3.3

🐞 Fixes

  • Fix Gallery laout

7.3.1

🐞 Fixes

  • Fixed "Show another map" feature
  • Fixed broken marker images that were showing up during the map loading

7.3.2

🐞 Fixes

  • Fix beforeLoad event handler

7.3.0

🚀 Features / Improvements

  • Updated JS linter in CodeMirror (Map / Menu / JavaScript) to the latest version, ES 2023;
  • Changed CodeMirror editor style to dark VSCode theme, bringing advanced look to it 😎;

🐞 Fixes

  • New plugin version checker now fires one time per day;
  • Fixed details view size on mobile devices, also the height of the details view changes depending on the height of the top wp admin bar when user is logged in to WordPress;