Skip to content

Commit

Permalink
Merge pull request #3577 from plentymarkets/fix/recaptcha_consent
Browse files Browse the repository at this point in the history
fix assistant and condition for consent
  • Loading branch information
stentrop authored Aug 20, 2024
2 parents c5e60ba + 199b23a commit d1b11fd
Show file tree
Hide file tree
Showing 405 changed files with 221,904 additions and 184,911 deletions.
24 changes: 19 additions & 5 deletions dist/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Geändert

- Eine Änderung in der Version 5.0.64 konnte zu horizontalem scrollverhalten führen. Diese Änderung wurde rückgängig gemacht.
- Die Einstellungen für reCAPTCHA wurden überarbeitet. Falls reCAPTCHA als notwendig registriert, oder der Gruppe "Essenziell" zugewiesen wird, wird es ohne explizite Zustimmung geladen.

## v5.0.64 (2024-08-19) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.63...5.0.64" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

Expand Down
1 change: 1 addition & 0 deletions meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changed

- A change in version 5.0.64 could lead to horizontal scrolling behaviour. This change has been reversed.
- The settings for reCAPTCHA have been revised. If reCAPTCHA has been registered as necessary or assigned to the ‘Essential’ group, it will be loaded without explicit consent.

## v5.0.64 (2024-08-19) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.63...5.0.64" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ceres",
"license": "AGPL-3.0",
"version": "5.0.64",
"version": "5.0.65",
"repository": {
"type": "git",
"url": "https://github.com/plentymarkets/plugin-ceres.git"
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "5.0.64",
"version" : "5.0.65",
"name" : "Ceres",
"marketplaceName" : {"de": "plentyShop LTS","en": "plentyShop LTS"},
"description" : "This is the official plentyShop LTS plugin developed by plentymarkets. plentyShop LTS is the default template plugin for plentymarkets online stores.",
Expand Down
Loading

0 comments on commit d1b11fd

Please sign in to comment.