Support EU-hosted wrike.com
This commit is contained in:
parent
a9d1726707
commit
23c9af90b3
@ -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
|
- Add support for starting/stopping a timer
|
||||||
- Show hours as HH:MM or decimal in the Bubble, depending on setting in MOCO
|
- 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
|
## [1.2.0] - 2019-04-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "moco-browser-extensions",
|
"name": "moco-browser-extensions",
|
||||||
"description": "Browser plugin for MOCO",
|
"description": "Browser plugin for MOCO",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "yarn start:chrome",
|
"start": "yarn start:chrome",
|
||||||
|
@ -100,6 +100,8 @@ export default {
|
|||||||
urlPatterns: [
|
urlPatterns: [
|
||||||
"https\\://www.wrike.com/workspace.htm#path=mywork",
|
"https\\://www.wrike.com/workspace.htm#path=mywork",
|
||||||
"https\\://www.wrike.com/workspace.htm#path=folder",
|
"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: {
|
queryParams: {
|
||||||
id: ["t", "ot"],
|
id: ["t", "ot"],
|
||||||
|
Loading…
Reference in New Issue
Block a user