Prevent double initialization

This commit is contained in:
Emanuel Mutschlechner
2020-01-06 20:55:15 +01:00
parent 3a2d2e2368
commit 49f829643a
5 changed files with 105 additions and 42 deletions

View File

@@ -2,6 +2,35 @@
All notable changes will be documented in this file.
### 1.2.1 - 2020-01-06
- Prevent double initialization
### 1.2.0 - 2020-01-06
- Add support for marker popups
- Events
### 1.1.0 - 2020-01-06
- Add support for custom marker icon images
### 1.0.4 - 2020-01-06
- Add Laravel 6 compatibility
### 1.0.3 - 2019-04-18
- Update service provider
### 1.0.2 - 2018-10-25
- Code cleanup
### 1.0.1 - 2018-08-30
- Code cleanup
## 1.0.0 - 2018-08-30
- Improvements, first stable release