Skip to main content

7.1.2

🐞 Fixes

  • Fixed SVG file not loading on some servers due to PHP setting;
  • Fixed the maps no randomly not loading on the front-end in some environments;
  • Removed circular dependencies.

7.1.1

🐞 Fixes

  • Fixed the non-functional drop-down list and buttons on the start screen of the MapSVG admin panel, caused by missing dependencies in some environments;

7.1.0

We continue working on increasing the performance of MapSVG. This update adds lazy loading and changes the way the maps are initialized.

It is highly recommended to use the lazy loading feature if your map is located below the top visible area of the website and is not immediately visible to the user. Example:

[mapsvg id="1" lazy="true"]

🚀 Features / Improvements

  • Added 'lazy loading" functionality. Now you can add lazy="true" parameter to the shortcode to postpone map loading and increase page loading speed;
  • Map initialization scripts are no longer injected into the page body. This reduces the page size and increases loading speed. All the code is now downloaded on demand from the server. If you need to reinitialize the maps, use MapSVG.loadMaps() and MapSVG.unloadMaps() functions;
  • Google Maps API is now loaded asynchronously;
  • All JS dependencies have been updated to the latest version (Handlebars, Bootstrap, etc).

7.0.3

🚀 Features

  • Replaced outdated Font-Awesome icons with new thin ones from Bootstrap package

🐞 Fixes

  • Fixed directory sorting

7.0.2

🐞 Fixes

  • Fix deletion of images in the "Images" field in the forms

7.0.1

🐞 Fixes

  • Clustering

7.0.0

After a long break, we're happy to announce a new version of MapSVG that has important bug fixes and new features.

Additionally, we've added the new MapSVG logo, signaling the start of a complete product redesign. Other exciting enhancements and innovative features are already in the development!

🚀 Features / Improvements

  • MapSVG.Gallery: this has been sold as an add-on previously. Now it's free of extra charge! If you have a separate MapSVG.Gallery plugin - please disable it;
  • New MapSVG logo;
  • Initial JS bundle size has been reduced by 100Kb - which means faster page loading speed. We're going to continue recuding the JS file size by implementing modules and "tree shaking";

🐞 Fixes

  • Fixed "Download SVG with Google Map" feature (which got broken due to the changes in Google Maps engine)
  • Fixed ACF plugin integration
  • Fixed custom posts connection

6.2.25

Fixed

  • fix "duplicate map" functionality

6.2.24

Fixed

  • fix MapSVG in Gutenberg editor

6.2.23

Fixed

  • multiple minor Fixed