Skip to content

Commit

Permalink
Merge branch 'vanWittlaer:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuCiao committed Sep 26, 2023
2 parents de96a9a + 07eaf11 commit 588ad92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG_en-GB.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 1.0.0
# 1.1.0
* Switch to w3w javascript component version 4.1.6

* First release
# 1.0.2
* Prepare for packagist to facilitate install via composer

# 1.0.1

* Add help text for what3words field in address form

# 1.0.2

* Prepare for packagist to facilitate install via composer
# 1.0.0
* First release
4 changes: 2 additions & 2 deletions src/Resources/views/storefront/component/analytics.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
] %}
<script
type="module"
src="https://cdn.what3words.com/javascript-components@4-latest/dist/what3words/what3words.esm.js"
src="https://cdn.what3words.com/javascript-components@4.1.6/dist/what3words/what3words.esm.js"
/>
<script
nomodule
src="https://cdn.what3words.com/javascript-components@4-latest/dist/what3words/what3words.js?key={{ config('VanWittlaerWhatThreeWords.config.apiKey') }}"
src="https://cdn.what3words.com/javascript-components@4.16/dist/what3words/what3words.js"
/>
{% endif %}
{% endblock %}

0 comments on commit 588ad92

Please sign in to comment.