Skip to content

Div PHP Ajax Mapping 1.3.0

Latest
Compare
Choose a tag to compare
@rafageist rafageist released this 03 Sep 15:33

New release of the library with several important updates and improvements:

  • Bug Fixes: We've resolved various issues to enhance stability and performance. Now the server name is optional.
$server = new ajaxmap();
  • New Feature: You can now load the JS library directly using the same server instance, eliminating the need to manually copy it to your assets folder.
<script src="server.php?lib"></script>
  • Improved Documentation and Examples: We've updated the documentation and examples to make it easier for you to integrate and use the library in your projects.

We hope these enhancements will improve your experience. Thank you for your continued support!