Skip to content

Commit

Permalink
Version bump 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chevli committed Feb 5, 2018
1 parent cb4b634 commit 09d03ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ It tests the following:
| SQL | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Catalog Price Rules | :white_check_mark: | :x: | :white_check_mark: |
| Shipping Table Rates | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Customer Attributes | :white_check_mark: | :x: | :white_check_mark: |
| Shopping Cart Price Rules | :x: | :x: | :x: |
| Orders | :x: | :x: | :x: |

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"satooshi/php-coveralls": "^1.0",
"phpunit/phpunit": "4.1.0"
},
"version": "1.3.0",
"version": "1.4.0",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
Expand Down
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ <h2>Supported Components</h2>
<span class="icon fa-database"></span>
<strong>SQL</strong>
</li>
<li class="style2">
<span class="icon fa-clone"></span>
<strong>Customer </strong>Attributes
</li>
</ul>
<footer class="major">
<p><strong>Status:&nbsp;</strong> ✅ &nbsp;Code Written&nbsp; ❕ Tests Written&nbsp; ✅ &nbsp;Included
Expand Down

0 comments on commit 09d03ed

Please sign in to comment.