workarea 3.4.34 → 3.4.35

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +78 -0
  3. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9dd665448005fc987e300f597fc7c3ce3dbb51cc452a43b093fd4eb0f4abdf7
4
- data.tar.gz: 33985ea549e8d982250f2671157a5910f43f7669afa9fa24c9c62e594c5740e1
3
+ metadata.gz: aa9860dff671718a99702382c8152f5b09df8f771e279bdc6b111c77313aedd2
4
+ data.tar.gz: 1356a871dd097b8cf6c72b3b0970892c027ebc96da7f0c26a698866c6f336ccf
5
5
  SHA512:
6
- metadata.gz: b463245e3bf858d3096cadad4cb6e6876429644c4b32883e23238c8e2dea19e91cf3f1246b77c6df3b580fd78ddfe28c5d2a3b5b5a44e8225a4c8e35c38532f3
7
- data.tar.gz: e9b5d8b5c39c604662745f200bb993708df5d88d43b56e409cb56730f151aecc2faddeefdca29ad16b00cac6eb39d04008d53ae241ae8d415004d655d967ad68
6
+ metadata.gz: 20d49c885eb997e5a782e5a5908b1dc352152aade409e5096bd75bb9f408f8a869f2d4be9b6a6d709acd60c49ce23d72151458c83b5295bdb8b8acd4457ad4ac
7
+ data.tar.gz: 1514faeed52dbc4e6e762a28d1c62c25c00fd47b729f3baa89501a8fe851fcac1b1b6a881105261f6e95e83ca2337deacc107f96f6a9f2e8f163b3ead2defdd8
@@ -1,3 +1,81 @@
1
+ Workarea 3.4.35 (2020-06-25)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Reset Geocoder between tests
5
+
6
+ This ensures individual tests monkeying around with Geocoder config will
7
+ get restored before the next test runs.
8
+
9
+ Ben Crouse
10
+
11
+ * Use Display Name For Applied Facet Values
12
+
13
+ When rendering the applied filters, wrap the given facet value in
14
+ the `facet_value_display_name` helper, ensuring that the value rendered
15
+ is always human readable. This addresses an issue where if the applied
16
+ filter value is that of a BSON ID, referencing a model somewhere, the
17
+ BSON ID was rendered in place of the model's name.
18
+
19
+ WORKAREA-122
20
+
21
+ Tom Scott
22
+
23
+ * Fix Promo Code Counts in Admin
24
+
25
+ Previously, promo codes could only be generated once through the admin,
26
+ so rendering the count of all promo codes as the count requested to be
27
+ generated was working out. However, as CSV imports and API updates became
28
+ more widespread, this began to break down as the `#count` field would
29
+ have to be updated each time a new set of promo codes were added.
30
+ Instead of reading from this pre-defined field on the code list, render
31
+ the actual count of promo codes from the database on the code list and
32
+ promo codes admin pages.
33
+
34
+ WORKAREA-199
35
+
36
+ Tom Scott
37
+
38
+
39
+
40
+ Workarea 3.4.35 (2020-06-25)
41
+ --------------------------------------------------------------------------------
42
+
43
+ * Reset Geocoder between tests
44
+
45
+ This ensures individual tests monkeying around with Geocoder config will
46
+ get restored before the next test runs.
47
+
48
+ Ben Crouse
49
+
50
+ * Use Display Name For Applied Facet Values
51
+
52
+ When rendering the applied filters, wrap the given facet value in
53
+ the `facet_value_display_name` helper, ensuring that the value rendered
54
+ is always human readable. This addresses an issue where if the applied
55
+ filter value is that of a BSON ID, referencing a model somewhere, the
56
+ BSON ID was rendered in place of the model's name.
57
+
58
+ WORKAREA-122
59
+
60
+ Tom Scott
61
+
62
+ * Fix Promo Code Counts in Admin
63
+
64
+ Previously, promo codes could only be generated once through the admin,
65
+ so rendering the count of all promo codes as the count requested to be
66
+ generated was working out. However, as CSV imports and API updates became
67
+ more widespread, this began to break down as the `#count` field would
68
+ have to be updated each time a new set of promo codes were added.
69
+ Instead of reading from this pre-defined field on the code list, render
70
+ the actual count of promo codes from the database on the code list and
71
+ promo codes admin pages.
72
+
73
+ WORKAREA-199
74
+
75
+ Tom Scott
76
+
77
+
78
+
1
79
  Workarea 3.4.34 (2020-06-11)
2
80
  --------------------------------------------------------------------------------
3
81
 
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.34
4
+ version: 3.4.35
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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-25 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.34
19
+ version: 3.4.35
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.34
26
+ version: 3.4.35
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.34
33
+ version: 3.4.35
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.34
40
+ version: 3.4.35
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.34
47
+ version: 3.4.35
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.34
54
+ version: 3.4.35
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.34
61
+ version: 3.4.35
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.34
68
+ version: 3.4.35
69
69
  description: Workarea is an enterprise-grade Ruby on Rails commerce platform.
70
70
  email:
71
71
  - bcrouse@workarea.com