Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Sep 3, 2024
1 parent 7d847bc commit 7419737
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Visit our [Help Center](https://help.tawk.to/) for answers to FAQs

## Changelog

### 1.1.2
* Fix module status

### 1.1.1
* Fix visitor recognition

Expand Down
4 changes: 2 additions & 2 deletions catalog/view/template/module/tawkto.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
#}

<!--Start of Tawk.to Script (1.1.1)-->
<!--Start of Tawk.to Script (1.1.2)-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
Expand Down Expand Up @@ -90,4 +90,4 @@
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script (1.1.1)-->
<!--End of Tawk.to Script (1.1.2)-->
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tawk/tawk-opencart4",
"description": "tawk.to extension module for Opencart 4",
"version": "1.1.1",
"version": "1.1.2",
"type": "project",
"license": "GPL3",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tawk.to Live Chat",
"version": "1.1.1",
"version": "1.1.2",
"author": "tawk.to",
"link": "https://tawk.to"
}

0 comments on commit 7419737

Please sign in to comment.