File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ It tests the following:
99
99
| SQL | :white_check_mark : | :white_check_mark : | :white_check_mark : |
100
100
| Catalog Price Rules | :white_check_mark : | :x : | :white_check_mark : |
101
101
| Shipping Table Rates | :white_check_mark : | :white_check_mark : | :white_check_mark : |
102
+ | Customer Attributes | :white_check_mark : | :x : | :white_check_mark : |
102
103
| Shopping Cart Price Rules | :x : | :x : | :x : |
103
104
| Orders | :x : | :x : | :x : |
104
105
Original file line number Diff line number Diff line change 19
19
"satooshi/php-coveralls" : " ^1.0" ,
20
20
"phpunit/phpunit" : " 4.1.0"
21
21
},
22
- "version" : " 1.3 .0" ,
22
+ "version" : " 1.4 .0" ,
23
23
"autoload" : {
24
24
"files" : [ " registration.php" ],
25
25
"psr-4" : {
Original file line number Diff line number Diff line change @@ -210,6 +210,10 @@ <h2>Supported Components</h2>
210
210
< span class ="icon fa-database "> </ span >
211
211
< strong > SQL</ strong >
212
212
</ li >
213
+ < li class ="style2 ">
214
+ < span class ="icon fa-clone "> </ span >
215
+ < strong > Customer </ strong > Attributes
216
+ </ li >
213
217
</ ul >
214
218
< footer class ="major ">
215
219
< p > < strong > Status: </ strong > ✅ Code Written ❕ Tests Written ✅ Included
You can’t perform that action at this time.
0 commit comments