Skip to main content

8.3.0

🚀 Features / Improvements

  • Access tokens management interface;
  • Chat workflow improvements;

Our goal with this update was to improve the support experience. Now you can easily grant access to your WordPress-admin or WordPress-logs right from the chat application! If we need to check something in your WordPress, we will ask you to grant us access by pressing a button in the chat conversation. When you press the button, the chatbot will generate an access token in your WordPress and copy the magic link to the clipboard. All you need to do is to paste the link in the chat!

Access management interface

Also, we have made it possible to generate multiple access tokens, with different access levels. Now every ticket can have its own access token, which can be easily deleted when issue is resolved.

Access management interface

8.2.0

🚀 Features / Improvements

  • Add authentication for the Clockwork tool that provides access to the logs and database queries (makes it eaiser to debug issues)
  • Add logs page for support agents

🐞 Fixes

  • Make marker/region labels inactive for the mouse pointer

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