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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +68 -0
  3. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3dc480733f733d3fb42f1fc369525e63763142ee62714388fb638fe3159c8200
4
- data.tar.gz: 77f4bb9edd00389d0aaad494cd50cfb203e97206f59ee44bd067a0aed80f0206
3
+ metadata.gz: 92003ba59c2d81aaf711d73400f8bcf06f850a905131a8713eb305f3cec9ed7c
4
+ data.tar.gz: aec49677476497147a62a9e997b923185e285e09dc453b1a8c95b77b6c56b15d
5
5
  SHA512:
6
- metadata.gz: 0f99b397e4b401ec283fb02ef3db54d5908fa7a886a6706953024fe3b3b6a8d8d60228a5c7a753423aecb679b7b6721af0c391ed519e3f222c0c4f67c3706766
7
- data.tar.gz: 26d9c72ca4df9ef70b024c9d15036a6eb8b10f6e51bd335cf9a92eff703a6471f156114073efd11502de212fb2067a06c9487c9d996521c9d6dc30aa99708906
6
+ metadata.gz: 0e984ba960a49e954160460e23e7b4b339b705ac9102786a3b39b71b39020300b49969d6cc8b8f2436e5797449b9ffcf565f6561329b8693784af90358a4d380
7
+ data.tar.gz: bf5452903ac1a7706957bb3cbb87ecb588f092319da27f1a966a9336830371aba77bf4be1afe121f6911ca96aa1a5b337570ad6507939756f320c188d7ba9946
@@ -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.42
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-10-14 00:00:00.000000000 Z
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.42
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.42
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.42
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.42
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.42
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.42
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.42
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.42
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