Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced array_get() with Arr::get(), array_get() removed in Laravel 6.0 #590

Open
wants to merge 67 commits into
base: master
Choose a base branch
from

Commits on Feb 27, 2018

  1. fix links in Readme

    Fixing links for 
    - Storing the cart
    - Restoring the cart
    in Database section
    raakesh authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    53eaa89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from raakesh/raakesh-fix-links-readme

    fix links in Readme
    raakesh authored Feb 27, 2018
    Configuration menu
    Copy the full SHA
    71abbd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a4adbd View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Fixes tax rounding issue

    Fixes the rounding issue for tax.  See Crinsane#344
    olimortimer authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    3e4f5a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    5a75e93 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Update composer.json

    hardevine authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    c8f5d40 View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    hardevine authored Sep 19, 2018
    Configuration menu
    Copy the full SHA
    673bc57 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Update README.md

    hardevine authored Oct 28, 2018
    Configuration menu
    Copy the full SHA
    d1388a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Update CartItem.php

    add save for later flag on cart item
    hardevine authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    861de3d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Merge pull request #1 from KristobalJunta/master

    added section about Buyable interface to README
    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    926b4c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from raakesh/master

    links change
    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    01473f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from awoyele/master

    Add Buyable interface path to documentation
    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    965f141 View commit details
    Browse the repository at this point in the history
  4. Update Cart.php

    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    2a6e62e View commit details
    Browse the repository at this point in the history
  5. Update CartTest.php

    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    2c9c27d View commit details
    Browse the repository at this point in the history
  6. Update README.md

    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    67c9364 View commit details
    Browse the repository at this point in the history
  7. Update CartItemTest.php

    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    8115c4e View commit details
    Browse the repository at this point in the history
  8. Update CartTest.php

    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    09ab68d View commit details
    Browse the repository at this point in the history
  9. Update README.md

    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    927f0c1 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    hardevine authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    22bb9ca View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Update Cart.php

    deleteStoredCart() added
    hardevine authored Dec 8, 2018
    Configuration menu
    Copy the full SHA
    a25541e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Update Cart.php

    restore wont delete stored cart
    hardevine authored Dec 15, 2018
    Configuration menu
    Copy the full SHA
    63250f3 View commit details
    Browse the repository at this point in the history
  2. Update CartTest.php

    hardevine authored Dec 15, 2018
    Configuration menu
    Copy the full SHA
    948616b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Update Cart.php

    made $session protected
    hardevine authored Dec 31, 2018
    Configuration menu
    Copy the full SHA
    b8fe654 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Merge pull request #5 from olimortimer/master

    Fixes tax rounding issue
    hardevine authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    172a6c5 View commit details
    Browse the repository at this point in the history
  2. Update CartItemTest.php

    hardevine authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f4e6408 View commit details
    Browse the repository at this point in the history
  3. Update CartItemTest.php

    hardevine authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    9f2222f View commit details
    Browse the repository at this point in the history
  4. Update CartItem.php

    hardevine authored Jan 31, 2019
    Configuration menu
    Copy the full SHA
    daeec55 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Update composer.json

    support L5.8
    hardevine authored Mar 5, 2019
    Configuration menu
    Copy the full SHA
    4573962 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Configuration menu
    Copy the full SHA
    076c1d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Merge pull request #6 from drehimself/master

    Update event->fire to event->dispatch
    hardevine authored Mar 18, 2019
    Configuration menu
    Copy the full SHA
    05de8fd View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Update Cart.php

    added created_at ts
    hardevine authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    d9185d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fbeb25 View commit details
    Browse the repository at this point in the history
  3. Update Cart.php

    accepts CartItem
    hardevine authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    f598dbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4855d38 View commit details
    Browse the repository at this point in the history
  5. Update .travis.yml

    hardevine authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    7571d4e View commit details
    Browse the repository at this point in the history
  6. Update Cart.php

    hardevine authored Apr 20, 2019
    Configuration menu
    Copy the full SHA
    599fb6d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Update composer.json

    Supports L6
    hardevine authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    0ef89eb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Update composer.json

    L6 support update
    hardevine authored Nov 28, 2019
    Configuration menu
    Copy the full SHA
    4ea0f32 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Update CartItem.php

    Using use Illuminate\Support\Arr; instead of array_get
    szabizs authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    5fc2566 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Merge pull request #7 from szabizs/patch-1

    Update CartItem.php
    hardevine authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    9aad9e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Database query also check for instance

    Shakil Alam committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    05ddc67 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Merge pull request #8 from Itxshakiil/master

    Database query also check for instance
    hardevine authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    804c759 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    46b3ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3244936 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Support Laravel 7

    divdax authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    14ddf6b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Merge pull request #11 from divdax/patch-1

    Support Laravel 7
    hardevine authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    0e93e13 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. update composer.json

    owiesnama committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    c52cec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da55ec View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. toJson return with model if available

    toJson Method will return CartItem's model if available. so it can be used in Vue Component
    Shakil Alam authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    4510098 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from owiesnama/support-laravel-7.0.8

    Support laravel 7.0.8
    hardevine authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    ad9b663 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from lkrempler/newTaxes

    Allow multiple taxrates
    hardevine authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    3092880 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Update composer.json

    winkelco authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    96cbee2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Merge pull request #14 from winkelco/patch-1

    Update composer.json
    hardevine authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1dcc4ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from Itxshakiil/patch-1

    toJson return with model if available
    hardevine authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    fe4f4c0 View commit details
    Browse the repository at this point in the history
  3. Update CartItem.php

    hardevine authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    00e180b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Update Cart.php

    Fixed a bug where 0 is passed as the taxrate to the Cart:add facade resulting in it not evaluating right since '0' is not true in a if statement. Changed therefore the comparison to isset() so it rather checks if there is passed a taxrate of some kind. Also added in the if statement a simple check to see if the taxrate is numeric, and if not default to the one in the config
    OscarKolsrud authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    fbb271b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Merge pull request #15 from OscarKolsrud/patch-1

    Update Cart.php
    hardevine authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    08f7e19 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. support v8

    hardevine authored Sep 6, 2020
    Configuration menu
    Copy the full SHA
    2fc6eff View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Update README.md

    hardevine authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    e72f59b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Update Cart.php

    deleteStoredCart made 'public'
    hardevine authored May 19, 2021
    Configuration menu
    Copy the full SHA
    f3acf54 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Update Cart.php

    Fix MongoDB Driver issue Crinsane#478
    hardevine authored May 26, 2021
    Configuration menu
    Copy the full SHA
    8dea942 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. add support to Laravel 9

    manelds committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    990c872 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Merge pull request #45 from manelds/master

    Add support to Laravel 9
    hardevine authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    fc73491 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Update composer.json

    hardevine authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    df52560 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Update README.md

    hardevine authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4290204 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    33b12f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0785c08 View commit details
    Browse the repository at this point in the history