diff --git a/README.md b/README.md index 8ea7269..29b76d0 100644 --- a/README.md +++ b/README.md @@ -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: | diff --git a/composer.json b/composer.json index d509aaf..e3775a3 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/docs/index.html b/docs/index.html index 476d2f3..89c7920 100644 --- a/docs/index.html +++ b/docs/index.html @@ -210,6 +210,10 @@