tiotobing
8a9a506659
Create README_Idn.md
...
add descriptions in Indonesian languange, Code Idn/ID
2019-10-31 11:09:03 +07:00
tiotobing
819d7de5af
Update README_Ind.md
...
Add Description in Indonesian language, Code Ind/ID
2019-10-25 14:28:11 +07:00
Patrick
fe5fe942c2
Merge pull request #28 from Jam-Iko/Readme_uk-UA
...
README Translation: Ukrainian
2.8.5
2019-10-23 10:34:09 +02:00
Patrick
c271cd190d
Merge pull request #30 from Sartoric/master
...
Update CartItem.php
2019-10-21 19:53:47 +02:00
Patrick Henninger
d0cf5d7ab0
Corrected PHPDoc
2019-10-21 19:52:03 +02:00
Cristian
f31c153e3e
Update CartItem.php
...
weight variable in if block
2019-10-21 19:00:34 +02:00
LucyIkonnikova-Skutsenia
473de6429d
Update README_uk-UA.md
2019-10-19 00:43:18 +03:00
LucyIkonnikova-Skutsenia
77e7acd50a
Add Ukrainian translation of README.md - needs proofreading
2019-10-18 14:11:41 +03:00
LucyIkonnikova-Skutsenia
950e3de7d8
Add README_uk-UA.md
2019-10-18 00:11:01 +03: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