Support EU-hosted wrike.com

This commit is contained in:
Manuel Bouza 2019-05-03 08:47:19 +02:00
parent a9d1726707
commit 23c9af90b3
3 changed files with 9 additions and 1 deletions

View File

@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for starting/stopping a timer
- Show hours as HH:MM or decimal in the Bubble, depending on setting in MOCO
## [1.2.1] - 2019-05-03
### Fixed
- Support EU-hosted wrike.com (app-eu.wrike.com)
## [1.2.0] - 2019-04-26
### Added

View File

@ -1,7 +1,7 @@
{
"name": "moco-browser-extensions",
"description": "Browser plugin for MOCO",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"scripts": {
"start": "yarn start:chrome",

View File

@ -100,6 +100,8 @@ export default {
urlPatterns: [
"https\\://www.wrike.com/workspace.htm#path=mywork",
"https\\://www.wrike.com/workspace.htm#path=folder",
"https\\://app-eu.wrike.com/workspace.htm#path=mywork",
"https\\://app-eu.wrike.com/workspace.htm#path=folder",
],
queryParams: {
id: ["t", "ot"],