Skip to content

Commit 09d03ed

Browse files
committed
Version bump 1.4.0
1 parent cb4b634 commit 09d03ed

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ It tests the following:
9999
| SQL | :white_check_mark: | :white_check_mark: | :white_check_mark: |
100100
| Catalog Price Rules | :white_check_mark: | :x: | :white_check_mark: |
101101
| Shipping Table Rates | :white_check_mark: | :white_check_mark: | :white_check_mark: |
102+
| Customer Attributes | :white_check_mark: | :x: | :white_check_mark: |
102103
| Shopping Cart Price Rules | :x: | :x: | :x: |
103104
| Orders | :x: | :x: | :x: |
104105

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"satooshi/php-coveralls": "^1.0",
2020
"phpunit/phpunit": "4.1.0"
2121
},
22-
"version": "1.3.0",
22+
"version": "1.4.0",
2323
"autoload": {
2424
"files": [ "registration.php" ],
2525
"psr-4": {

docs/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ <h2>Supported Components</h2>
210210
<span class="icon fa-database"></span>
211211
<strong>SQL</strong>
212212
</li>
213+
<li class="style2">
214+
<span class="icon fa-clone"></span>
215+
<strong>Customer </strong>Attributes
216+
</li>
213217
</ul>
214218
<footer class="major">
215219
<p><strong>Status:&nbsp;</strong> ✅ &nbsp;Code Written&nbsp; ❕ Tests Written&nbsp; ✅ &nbsp;Included

0 commit comments

Comments
 (0)