workarea 3.4.36 → 3.4.37
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +39 -0
- metadata +11 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d8e99dbd603c4bc0d0c6ed453ba5ad1f3c0c32030bc22b8e22b6865542765fcc
|
4
|
+
data.tar.gz: e4f0e045dc4b62693d0a1ead19598bf9065d3a71bbeee494f5b0c4371165ff7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfd3c3392dc586ebd5081feb86a27e68d0f03ba0bd0b81143b8b42ea1ac943f39875032ffac2848c6ebc4f0d56a33ad32c20a22f823034b8476e52f69b7185fe
|
7
|
+
data.tar.gz: db61b7e15ee7924d44bef765ad1d926ebc0747b9ac8347314cfd1a83adf53474ee641c0fe4bf0b185320bc0109c57c3ad55acbbdfed939ff1837b8ff7df19813
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1
|
+
Workarea 3.4.37 (2020-07-22)
|
2
|
+
--------------------------------------------------------------------------------
|
3
|
+
|
4
|
+
* Configure Sliced Credit Card Attributes
|
5
|
+
|
6
|
+
To prevent an unnecessary decoration of the `Workarea::Payment` class,
|
7
|
+
the attributes sliced out of the Hash given to `Workarea::Payment#set_credit_card`
|
8
|
+
is now configurable in initializers. This same set of attributes is also
|
9
|
+
used in the `Users::CreditCardsController`, so the configuration will be
|
10
|
+
reused when users are attempting to add a new credit card to their
|
11
|
+
account.
|
12
|
+
|
13
|
+
WORKAREA-257
|
14
|
+
|
15
|
+
Tom Scott
|
16
|
+
|
17
|
+
* Setup PlaceOrderIntegrationTest in a Method
|
18
|
+
|
19
|
+
Currently, decorating the PlaceOrderIntegrationTest to edit the way its
|
20
|
+
set up (such as when adding an additional step) is impossible, you have
|
21
|
+
to basically copy everything out of the `setup` block and duplicate it
|
22
|
+
in your tests. Setup blocks should be methods anyway, so convert this to
|
23
|
+
a method and allow it to be decorated in host apps.
|
24
|
+
|
25
|
+
Tom Scott
|
26
|
+
|
27
|
+
* Improve Content Area Select UX
|
28
|
+
|
29
|
+
Remove the current content name and replace it with a static label
|
30
|
+
indicating what the `<select>` menu to the right of it is selecting,
|
31
|
+
which is the current content area. This UI only displays when there are
|
32
|
+
multiple areas for a given `Content`.
|
33
|
+
|
34
|
+
WORKAREA-244
|
35
|
+
|
36
|
+
Tom Scott
|
37
|
+
|
38
|
+
|
39
|
+
|
1
40
|
Workarea 3.4.36 (2020-07-07)
|
2
41
|
--------------------------------------------------------------------------------
|
3
42
|
|
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.37
|
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-07-
|
11
|
+
date: 2020-07-22 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.37
|
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.37
|
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.37
|
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.37
|
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.37
|
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.37
|
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.37
|
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.37
|
69
69
|
description: Workarea is an enterprise-grade Ruby on Rails commerce platform.
|
70
70
|
email:
|
71
71
|
- bcrouse@workarea.com
|
@@ -97,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
- !ruby/object:Gem::Version
|
98
98
|
version: '0'
|
99
99
|
requirements: []
|
100
|
-
|
101
|
-
rubygems_version: 2.6.14.1
|
100
|
+
rubygems_version: 3.0.3
|
102
101
|
signing_key:
|
103
102
|
specification_version: 4
|
104
103
|
summary: The Workarea Commerce Platform
|