workarea 3.4.26 → 3.4.27

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 +56 -0
  3. metadata +11 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a808b2a0e363e30ddcb1042d769274b865934377f8f49d9e1bf61b9c3cbd3ded
4
- data.tar.gz: 301c7675f57b2b1f85834e9109fb67455e6f0f94d784dcff5a83c477a5a484a4
3
+ metadata.gz: e90da0bebb195eabb3c05b58ad007447ead50d411cfb3d1b2889cbfef6e7a625
4
+ data.tar.gz: 8686b9e93b536e63fd453f68ec915cfcc853d7673814d7dd7c58f327a7ca065a
5
5
  SHA512:
6
- metadata.gz: 934856d28caf10c327ec0b5a4c53b06133557d3911b6134dd6aff8ca456a35f8cd1f639ab414579231f626ba58e81f2b07df299b1da09a3f63e376c93a2cd79c
7
- data.tar.gz: 4fd5a31f06084054a959fef792953de62b7f5355ccb7fe6e1e8d874e97edfca39f54601fe860a4bb627fb05968d30d9b116bcd331f88b7f31bb92e33b837ff03
6
+ metadata.gz: ac4caefa78d5fd6987e59164e1ef4fd42e9af37e2efc0426cf461fa5d2d2b4a2d9bf5aca6207592c4bc2881f67a50965109786feedf9853f86e3369171351e47
7
+ data.tar.gz: 48719f0edf053697c194bf12579b9c96090d68ceaeaf64f047ffba2a6eee5ab8381ce64a590d1baa2d894be274cdff38a1ebc3f8fcf140df2a660458e802336b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,59 @@
1
+ Workarea 3.4.27 (2020-02-21)
2
+ --------------------------------------------------------------------------------
3
+
4
+ * Add Append Point For Post Subtotal Adjustments
5
+
6
+ This adds an append point right underneath the order subtotal and above
7
+ the shipping total in the admin order attributes view.
8
+
9
+ WORKAREA-183
10
+ Tom Scott
11
+
12
+ * Handle Deleted Categories in Category Options (#359)
13
+
14
+ In the `options_for_category` method, Workarea did not previously check
15
+ for whether a category exists, resulting in Mongoid throwing a
16
+ `DocumentNotFound` error when encountering the method and causing a 500
17
+ error in the real world. This has now been resolved by rewriting the
18
+ code to check for whether the model was found before proceeding.
19
+ `options_for_category` will now return an empty string early.
20
+
21
+ WORKAREA-207
22
+ Tom Scott
23
+
24
+ * Fix Overwriting CORS Rules for S3 Direct Uploads
25
+
26
+ Workarea previously replaced the existing CORS configuration on the S3
27
+ bucket used for storing direct uploads with its own, which caused issues
28
+ for environments that share an S3 bucket between servers (such as ad-hoc
29
+ demo servers or low-traffic "all-in-one" instances). Instead of
30
+ replacing the entire configuration, Workarea now reads the existing
31
+ allowed hosts configuration and appends its own onto the end, preserving
32
+ the configuration that previously existed. This should address the
33
+ problem wherein if another server attempts a direct upload, it can
34
+ revoke the access from previous servers to upload to the S3 bucket,
35
+ since they were no longer in the CORS configuration.
36
+
37
+ WORKAREA-209
38
+ Tom Scott
39
+
40
+ * Use correct page title for navigation menus index
41
+
42
+ Luis Mercado
43
+
44
+ * Fix Sidekiq callbacks workers missing due to code reloaded
45
+
46
+ This can cause missing workers in development, which causes callback
47
+ workers which should be enqueued to be missing.
48
+ Ben Crouse
49
+
50
+ * Expose shipping service code in admin create and edit screens
51
+
52
+ WORKAREA-190
53
+ Jeff Yucis
54
+
55
+
56
+
1
57
  Workarea 3.4.26 (2020-01-21)
2
58
  --------------------------------------------------------------------------------
3
59
 
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.26
4
+ version: 3.4.27
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-01-22 00:00:00.000000000 Z
11
+ date: 2020-02-21 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.26
19
+ version: 3.4.27
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
26
+ version: 3.4.27
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.26
33
+ version: 3.4.27
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.26
40
+ version: 3.4.27
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.26
47
+ version: 3.4.27
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.26
54
+ version: 3.4.27
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.26
61
+ version: 3.4.27
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.26
68
+ version: 3.4.27
69
69
  description: Workarea is an enterprise-grade Ruby on Rails commerce platform.
70
70
  email:
71
71
  - bcrouse@workarea.com
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.1.2
100
+ rubygems_version: 3.0.6
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: The Workarea Commerce Platform