Commit Graph

192 Commits

Author SHA1 Message Date
Patrick Henninger
8a73831c33 revert last change 2019-01-08 23:26:17 +01:00
Patrick Henninger
a97e055ed3 Re add prefer-lowest build 2019-01-08 22:59:37 +01:00
Patrick Henninger
2e7d9d5730 Reverted change to dev dependencies 2019-01-08 22:22:24 +01:00
Patrick Henninger
5dc86f3c1f Fix travis yml 2019-01-08 22:01:20 +01:00
Patrick Henninger
f80bcc0b6f Adjust travis.yml 2019-01-08 21:53:34 +01:00
Patrick Henninger
ed298c59d0 removed --prefer-lowest build for testing pruposes 2019-01-08 21:28:20 +01:00
Patrick Henninger
cf7cdd01c6 Adjusted travis.yml 2019-01-08 21:14:02 +01:00
Patrick
c2847438ad Merge pull request #1 from bumbummen99/update_2
Removed EOL php versions
Added weight option from Crinsane#502
Improved Code quality and testing
2019-01-08 21:01:26 +01:00
Patrick Henninger
52a56768ba Code formatting & quality
Cleaned up __get methods
2019-01-08 20:53:41 +01:00
Patrick Henninger
dbfe5e01fd Removed unnecessary assignments 2019-01-08 20:18:09 +01:00
Patrick Henninger
5d117a0acd Manually merged https://github.com/Crinsane/LaravelShoppingcart/pull/502
Added more tests
2019-01-08 20:00:28 +01:00
Patrick Henninger
fe2d61160a Corrected tavis.yml 2019-01-08 17:48:51 +01:00
Patrick Henninger
79b6a51441 Removed EOL php versions
Added secondary build for low dependency versions
Adjusted dependencies to supported php versions
2019-01-08 17:40:31 +01:00
Patrick Henninger
debfeffdb2 Fixed Logout event in test for 5.1->5.7 2019-01-08 02:50:30 +01:00
Patrick Henninger
aa091ef810 Added coverage to Readme
Added coverage.xml to .gitignore
2018-12-28 17:08:34 +01:00
Patrick Henninger
423e2b7c3f Restructuring
Added codecov
2018-12-28 17:00:55 +01:00
Patrick Henninger
1190d72b52 Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/350
Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/349
Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/478
2.7.7
2018-12-28 03:50:42 +01:00
Patrick Henninger
4a2ae61ed4 Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/509 2018-12-28 03:40:59 +01:00
Patrick Henninger
f38cdb4ba9 Fixed typo 2018-12-28 03:38:26 +01:00
Patrick Henninger
4af50346eb Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/452 2018-12-28 03:37:34 +01:00
Patrick Henninger
4cfd3e99b0 Added Cart merge functionality
Added Readme for merge
2.7.6
2018-12-28 03:16:29 +01:00
Patrick Henninger
3ebe09f6ab Renamed migration file
Fixed migration being published multiple times
Added more tests
Fixed setGlobalTax and setGlobalDiscount
2018-12-23 23:24:05 +01:00
Patrick Henninger
8615c1131f Added accessors for float values 2018-12-23 22:42:31 +01:00
Patrick Henninger
1994e841ba Fixed Readme 2018-12-23 18:21:23 +01:00
Patrick Henninger
b39e78db5d Remove types from method parameter 2.7.5 2018-12-21 19:06:59 +01:00
Patrick Henninger
9fbc9cd927 Remove type from parameter 2018-12-21 18:48:26 +01:00
Patrick Henninger
892c76cc61 Updated readme
minor modifications
2.7.4
2018-12-21 18:37:36 +01:00
Patrick Henninger
8ac18c1759 Fixed mistake with InstanceIdentifier 2.7.3 2018-12-21 17:54:51 +01:00
Patrick Henninger
388951d289 Fixed cart calculation methods 2.7.2 2018-12-21 17:32:55 +01:00
Patrick Henninger
706261dd4f Added InstanceIdentifier 2.7.1 2018-12-21 17:11:18 +01:00
Patrick Henninger
d947fe8a57 minor additions 2.7.0 2018-12-21 16:56:54 +01:00
Patrick Henninger
9e4c6c4a71 Adjusted calcualtion tests need specific discount tests 2018-12-21 15:52:00 +01:00
Patrick Henninger
48df3f5d74 Adjusted for global discount
Fixed tests for Laravel 5.7
2018-12-21 15:18:27 +01:00
Patrick
645d6f78ad Update README.md 2.6.0 2018-10-11 17:08:56 +02:00
Patrick
db986c37c3 Updated composer json
Updated composer.json to support laravel 5.7
2018-10-11 17:07:29 +02:00
Rob Gloudemans
7ff157b7e1 Merge pull request #425 from publiux/master
Updated composer.json for Laravel 5.6 support
2.5.0
2018-02-17 10:34:00 +01:00
Raul Ruiz
545eddec5b Updated composer.json for Laravel 5.6 support 2018-02-09 08:32:07 -05:00
Rob Gloudemans
095a260a7c Merge pull request #353 from sobhanattar/patch-6
update migration
2.4.0
2017-09-02 10:44:31 +02:00
Rob Gloudemans
22650c62b7 Update README.md 2017-09-02 10:44:00 +02:00
Rob Gloudemans
ab78836942 Merge pull request #383 from Crinsane/dev-laravel55
Updated PHPUnit to work with version 6.0 required by Laravel 5.5
2017-09-02 10:32:05 +02:00
Rob Gloudemans
711a514c67 Updated PHPUnit to work with version 6.0 required by Laravel 5.5 2017-09-02 10:22:02 +02:00
Rob Gloudemans
ef3c23a275 Merge pull request #377 from 4ilo/master
Laravel 5.5 support
2017-09-02 10:11:09 +02:00
Olivier
c4c6a53033 Laravel 5.5 support 2017-08-27 09:13:18 +02:00
Rob Gloudemans
05684f901e Merge pull request #372 from jmarkese/newlogix
Update CartItem.php
2017-08-23 06:47:20 +02:00
John Markese
803703d170 Update CartItem.php
Fix fatal error caused by instantiating a null associatedModel.
2017-08-22 10:29:39 -05:00
Sobhan Attar
7ec5eb2b8a update migration
creating table and dropping it can be based on `table` item of cart config
2017-06-25 16:43:25 +04:30
Rob Gloudemans
a0d2905d7a Merge pull request #335 from decadence/patch-1
Correct method name
2017-05-28 18:09:30 +02:00
Victor Isadov
d824b8b83a Update README.md 2017-05-28 18:37:04 +03:00
Rob Gloudemans
2248412af5 Improved test a bit 2017-05-21 16:45:08 +02:00
Rob Gloudemans
39de887e09 Made CartItem implement Jsonable, so it can be cast to json by laravel when building a response 2017-05-21 16:38:33 +02:00