Skip to content

Commit

Permalink
Update the release. Update documentation with new component functiona…
Browse files Browse the repository at this point in the history
…lity.
  • Loading branch information
paulpartington-cti committed Apr 19, 2017
1 parent ae20201 commit bf2225c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Do also include sample files with your component that works
| Media | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| Tax Rules | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| API Integrations | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| Tax Rates | :x: | :x: | :x: |
| Tax Rates | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| Attribute Sets | :x: | :x: | :x: |
| Customers | :x: | :x: | :x: |
| Related Products | :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 @@ -21,7 +21,7 @@
"satooshi/php-coveralls": "^1.0",
"phpunit/phpunit": "4.1.0"
},
"version": "0.13.0-dev",
"version": "0.14.0-dev",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
Expand Down
15 changes: 5 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,8 @@ <h2>Supported Components</h2>
</li>
<li class="style4">
<span class="icon fa-gbp"></span>
<strong>Tax</strong> Rules
<strong>Tax</strong> Rules &amp; Rates
</li>

</ul>
<footer class="major">
<p><strong>Status:&nbsp;</strong> ✅ &nbsp;Code Written&nbsp; ❕ Tests Written&nbsp; ✅ &nbsp;Included
Expand All @@ -196,29 +195,25 @@ <h2>Work In Progress Components</h2>
<p>Below are the list of components, not supported and been worked upon.</p>
</header>
<ul class="statistics">
<li class="style2">
<span class="icon fa-lightbulb-o"></span>
<strong>Tax</strong> Rates
</li>
<li class="style1">
<span class="icon fa-lightbulb-o"></span>
<strong>Related</strong> Products
</li>
<li class="style2">
<li class="style3">
<span class="icon fa-lightbulb-o"></span>
<strong>Customers</strong>
</li>
<li class="style1">
<li class="style2">
<span class="icon fa-lightbulb-o"></span>
<strong>SQL</strong>
</li>
</ul>
<ul class="statistics">
<li class="style1">
<li class="style2">
<span class="icon fa-lightbulb-o"></span>
<strong>Shipping</strong> Table rates
</li>
<li class="style2">
<li class="style3">
<span class="icon fa-lightbulb-o"></span>
<strong>Price Rules</strong> Catalog, Shopping Cart
</li>
Expand Down

0 comments on commit bf2225c

Please sign in to comment.