Skip to content

Commit

Permalink
Extension version 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclav-slavik committed May 22, 2024
1 parent bf45d48 commit fb73704
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Extension

## 2.1.8
* Added shop.billa.cz
* Added albert.cz
* Added pennydomu.cz
* Removed kasa.cz

## 2.1.7
* Fix Teta original price parsing
* Fix Knihy Dobrovsky original price parsing
Expand Down
20 changes: 10 additions & 10 deletions apple/App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
PRODUCT_BUNDLE_IDENTIFIER = "com.topmonks.hlidac-shopu.ShareExtension";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -656,7 +656,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
PRODUCT_BUNDLE_IDENTIFIER = "com.topmonks.hlidac-shopu.ShareExtension";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -795,7 +795,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -828,7 +828,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -868,7 +868,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -908,7 +908,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -945,7 +945,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -979,7 +979,7 @@
"@executable_path/../../../../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -1017,7 +1017,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down Expand Up @@ -1057,7 +1057,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 2.1.7;
MARKETING_VERSION = 2.1.8;
OTHER_LDFLAGS = (
"-framework",
SafariServices,
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "cs",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.1.7",
"version": "2.1.8",
"author": "TopMonks s.r.o. & contributors",
"homepage_url": "https://www.hlidacshopu.cz/",
"background": {
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hlidac-shopu/extension",
"version": "2.1.7",
"version": "2.1.8",
"description": "Extension",
"dependencies": {
"@hlidac-shopu/lib": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion extension/popup/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>
/>
</svg>
</a>
<small>2.1.7</small>
<small>2.1.8</small>
</h1>
<div class="c">
<p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hlidac-shopu",
"version": "2.1.7",
"version": "2.1.8",
"private": true,
"description": "Rozšíření zobrazuje historická data pro největší české eshopy.",
"author": "TopMonks s.r.o. & contributors",
Expand Down
2 changes: 1 addition & 1 deletion www.hlidacshopu.cz/src/static/webapp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.7",
"version": "2.1.8",
"name": "Hlídač Shopů",
"description": "Ověřte si, jestli v nejoblíbenějších českých e-shopech nakupujete opravdu se slevou.",
"type": "web",
Expand Down

0 comments on commit fb73704

Please sign in to comment.