workarea 3.4.42 → 3.4.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +68 -0
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92003ba59c2d81aaf711d73400f8bcf06f850a905131a8713eb305f3cec9ed7c
|
4
|
+
data.tar.gz: aec49677476497147a62a9e997b923185e285e09dc453b1a8c95b77b6c56b15d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e984ba960a49e954160460e23e7b4b339b705ac9102786a3b39b71b39020300b49969d6cc8b8f2436e5797449b9ffcf565f6561329b8693784af90358a4d380
|
7
|
+
data.tar.gz: bf5452903ac1a7706957bb3cbb87ecb588f092319da27f1a966a9336830371aba77bf4be1afe121f6911ca96aa1a5b337570ad6507939756f320c188d7ba9946
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,71 @@
|
|
1
|
+
Workarea 3.4.43 (2020-11-03)
|
2
|
+
--------------------------------------------------------------------------------
|
3
|
+
|
4
|
+
* Delete old user metrics after merging
|
5
|
+
|
6
|
+
This will ensure the consistency of user-based reports.
|
7
|
+
|
8
|
+
Ben Crouse
|
9
|
+
|
10
|
+
* Be more specific when matching reverts in changelogs
|
11
|
+
|
12
|
+
This change will allow starting commit messages with the word Revert
|
13
|
+
without the changelog task ignoring the commit.
|
14
|
+
|
15
|
+
Ben Crouse
|
16
|
+
|
17
|
+
* Add metrics explanation for users
|
18
|
+
|
19
|
+
This additional explanation is meant to communicate why customer
|
20
|
+
insights may occasionally mismatch with the orders card.
|
21
|
+
|
22
|
+
Ben Crouse
|
23
|
+
|
24
|
+
* Include Guest Orders In Admin For Users
|
25
|
+
|
26
|
+
When looking up recent orders for a user in the admin, also include any
|
27
|
+
guest orders placed with the same email address. This fixes a
|
28
|
+
discrepancy between the amount of orders seen in admin for a given user,
|
29
|
+
and the amount of orders attributed to a user within insights, as
|
30
|
+
insights treat all orders with the same email address as coming from the
|
31
|
+
same user.
|
32
|
+
|
33
|
+
WORKAREA-283
|
34
|
+
|
35
|
+
Tom Scott
|
36
|
+
|
37
|
+
* Add Note To Category Default Sort Edit
|
38
|
+
|
39
|
+
The selected `default_sort` of a category will be always used in the
|
40
|
+
storefront. If the category contains featured products, this sort will
|
41
|
+
be labelled "Featured", and this might prove confusing to some admins.
|
42
|
+
To resolve this, add a note just below the dropdown indicating what will
|
43
|
+
occur when products are featured in the category.
|
44
|
+
|
45
|
+
WORKAREA-289
|
46
|
+
|
47
|
+
Tom Scott
|
48
|
+
|
49
|
+
* Include referrer in ending impersonation redirect fallbacks
|
50
|
+
|
51
|
+
When ending an impersonation, this changes to allow redirecting to the referrer
|
52
|
+
if the return_to parameter isn't present. Better UX for ending
|
53
|
+
impersonations while working in the admin.
|
54
|
+
|
55
|
+
WORKAREA-293
|
56
|
+
|
57
|
+
Ben Crouse
|
58
|
+
|
59
|
+
* Merge metrics when a user's email is updated
|
60
|
+
|
61
|
+
This ensures the old metrics info stays around after the email change.
|
62
|
+
|
63
|
+
WORKAREA-294
|
64
|
+
|
65
|
+
Ben Crouse
|
66
|
+
|
67
|
+
|
68
|
+
|
1
69
|
Workarea 3.4.42 (2020-10-14)
|
2
70
|
--------------------------------------------------------------------------------
|
3
71
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workarea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.43
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Crouse
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: workarea-core
|
@@ -16,56 +16,56 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.4.
|
19
|
+
version: 3.4.43
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.4.
|
26
|
+
version: 3.4.43
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: workarea-storefront
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.4.
|
33
|
+
version: 3.4.43
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.4.
|
40
|
+
version: 3.4.43
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: workarea-admin
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 3.4.
|
47
|
+
version: 3.4.43
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 3.4.
|
54
|
+
version: 3.4.43
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: workarea-testing
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.4.
|
61
|
+
version: 3.4.43
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.4.
|
68
|
+
version: 3.4.43
|
69
69
|
description: Workarea is an enterprise-grade Ruby on Rails commerce platform.
|
70
70
|
email:
|
71
71
|
- bcrouse@workarea.com
|