Commit Graph

247 Commits

Author SHA1 Message Date
Patrick
04506b6d53 Update README_de-DE.md
Further translated, need to check for typos
2019-10-15 20:52:15 +02:00
Patrick
fd767e22db Create README_de-DE.md
Started german Readme translation.
2019-10-15 10:22:51 +02:00
Patrick
015b2a8607 Update composer.json
Should also support Laravel 6.1
2.8.4
2019-10-04 09:54:04 +02:00
Patrick Henninger
14e8a40534 Changed $taxRate from private to public, Solve https://github.com/Crinsane/LaravelShoppingcart/issues/436 2019-09-27 19:00:10 +02:00
Patrick
bfbebfd391 Merge pull request #21 from dtwebuk/6.0
Updated to support Laravel 6.0
2.8.3
2019-09-06 18:05:24 +02:00
Patrick
6f9aace218 Updated Laravel version in the readme 2019-09-06 18:00:29 +02:00
Dan Tomlinson
7401f5bbb1 Replaced array_get with Arr::get as the helper method has been removed in 6.0 2019-09-06 16:49:50 +01:00
Dan Tomlinson
bcc43079e3 Updated composer.json to allow Laravel 6.0 dependencies 2019-09-06 16:47:53 +01:00
Patrick
0252107aa8 Merge pull request #15 from CaddyDz/master
fixed typo
2019-07-11 23:25:58 +02:00
Salim Djerbouh
a79ed9ff6e fixed typo 2019-06-30 15:05:04 +01:00
Patrick
74607eb5eb Update ShoppingcartServiceProvider.php
https://github.com/bumbummen99/LaravelShoppingcart/issues/8
Added missing publish group parameter
2.8.2
2019-06-26 15:53:08 +02:00
Patrick
30cd02f5f8 Update README.md
https://github.com/bumbummen99/LaravelShoppingcart/issues/11
Fixed copypasta in the Readme
2019-06-26 15:48:14 +02:00
Patrick
d78b555aa1 Update CartTest.php
Codestyle
2019-06-26 15:38:40 +02:00
Patrick
a464a240e8 Update CartTest.php
Added Test for CartItem.php invalid weight exception.
2019-06-26 15:36:53 +02:00
Patrick
ecb4d9717a Update Cart.php
Changed default value of $weight to 0
2019-06-23 00:25:32 +02:00
Patrick
0c36a1d72e Update CartItem.php
Revert last change
2019-06-23 00:24:25 +02:00
Patrick
9d6a5dab8c Update CartItem.php
Remove strlen from weight
2019-06-23 00:11:50 +02:00
Patrick Henninger
8f186e5edf Added homepages to authors 2019-06-19 18:02:26 +02:00
Patrick Henninger
9e35faece2 Add validation and exception for weight to CartItem Constructor 2019-05-12 17:23:14 +02:00
Patrick
e21c2e93ab Merge pull request #5 from PazkaL/patch-1
Update Cart.php, fix CartItem::fromAttributes call
2.8.1
2019-04-16 12:24:11 +02:00
Patrick Henninger
f4673140f7 Codestyle 2019-04-16 12:12:11 +02:00
Patrick Henninger
279e820760 Fixed weight integration, added testcase, fixed weird readme code example 2019-04-16 12:10:06 +02:00
Pascal Kousbroek
4d302fb4a2 Update Cart.php, fix CartItem::fromAttributes call
The CartItem::fromAttributes call is missing the $weight parameter, and the CartItemOptions don't work any more because of this.
2019-03-29 15:39:17 +01:00
Patrick Henninger
7b9b47039b Remove incompatible versions composer.json 2.8.0 2019-03-01 15:19:35 +01:00
Patrick
767a367a5c Merge pull request #4 from bumbummen99/5.8
Laravel 5.8
2019-03-01 15:15:39 +01:00
Patrick Henninger
e83371d542 Removed unneccessary return statements 2019-03-01 15:11:31 +01:00
Patrick Henninger
c0cc008c85 Codestyle
Update version in readme
2019-03-01 15:03:24 +01:00
Patrick Henninger
1499475663 Replaced deprecated OR operator https://getcomposer.org/doc/articles/versions.md#version-range
Added 5.8.* compatibility
Updated dependency versions
Added phpunit result cache to gitignore
2019-03-01 14:59:44 +01:00
Patrick Henninger
1e96466ee4 Added test to ensure everything is ok
https://github.com/Crinsane/LaravelShoppingcart/issues/544
2019-01-21 17:22:05 +01:00
Patrick Henninger
ea929aad20 Added styleci to readme 2019-01-14 18:22:14 +01:00
Patrick Henninger
7436422b01 Codestyle 2019-01-14 18:18:21 +01:00
Patrick Henninger
5636a36388 Codestyle
ignore tests added to styleci.yml
2019-01-14 18:16:29 +01:00
Patrick Henninger
862030288c Codestyle 2019-01-14 18:11:13 +01:00
Patrick Henninger
21ebf67f99 Further codestyle changes 2019-01-14 18:05:10 +01:00
Patrick Henninger
d6c7226e35 Further adjusting codestyle 2019-01-14 17:56:43 +01:00
Patrick Henninger
0521280040 Further codestyle changes 2019-01-14 17:54:38 +01:00
Patrick Henninger
f93ae51838 Adjustements to code style 2019-01-14 17:42:23 +01:00
Patrick Henninger
3892879b02 Added styleci.yml 2019-01-14 17:30:26 +01:00
Patrick Henninger
d9d28ef8e3 Added test for model using trait
Added readme for CanBeBoughtTrait
https://github.com/Crinsane/LaravelShoppingcart/issues/427
2019-01-14 17:26:24 +01:00
Patrick Henninger
59eadb74a1 Removed Cart facade from coverage (does not provide a public inteterface)
Exclude migrations from coverage
Added tests for InstanceIdentifier
Added InstanceIdentifier support to store, restore and merge
Added weight to CanBeBought trait
Excluded CanBeBought trait from coverage temporarily
2019-01-09 14:08:09 +01:00
Patrick Henninger
70073ccb92 manuall readded reverted changes 2019-01-09 13:06:16 +01:00
Patrick Henninger
6767fdd944 Revert "Removed EOL php versions"
This reverts commit 79b6a51441.
2019-01-09 12:22:33 +01:00
Patrick Henninger
9bd7f1ab7b Revert "Corrected tavis.yml"
This reverts commit fe2d61160a.
2019-01-09 12:22:29 +01:00
Patrick Henninger
55f1c4617f Revert "Manually merged https://github.com/Crinsane/LaravelShoppingcart/pull/502"
This reverts commit 5d117a0acd.
2019-01-09 12:22:25 +01:00
Patrick Henninger
13238f9883 Revert "Removed unnecessary assignments"
This reverts commit dbfe5e01fd.
2019-01-09 12:22:21 +01:00
Patrick Henninger
dcab743407 Revert "Code formatting & quality"
This reverts commit 52a56768ba.
2019-01-09 12:22:15 +01:00
Patrick Henninger
efb44978a2 Revert "Adjusted travis.yml"
This reverts commit cf7cdd01c6.
2019-01-09 12:22:05 +01:00
Patrick Henninger
cd6096675c Revert "removed --prefer-lowest build for testing pruposes"
This reverts commit ed298c59d0.
2019-01-09 12:22:00 +01:00
Patrick Henninger
5a000b7f4c Revert "Adjust travis.yml"
This reverts commit f80bcc0b6f.
2019-01-09 12:21:52 +01:00
Patrick Henninger
a10255f4fd Revert "Fix travis yml"
This reverts commit 5dc86f3c1f.
2019-01-09 12:21:48 +01:00