Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: recurly/recurly-client-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5.2
Choose a base ref
...
head repository: recurly/recurly-client-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.3
Choose a head ref
  • 20 commits
  • 49 files changed
  • 5 contributors

Commits on May 5, 2016

  1. Copy the full SHA
    fbacb9b View commit details

Commits on Jun 15, 2016

  1. Copy the full SHA
    6087eb1 View commit details
  2. Assign to a variable to allow returning a reference

    > Notice: Only variable references should be returned by reference
    davedevelopment committed Jun 15, 2016
    Copy the full SHA
    de5612c View commit details

Commits on Jun 20, 2016

  1. Return correct node name for Recurly_NoteList

    Notes weren't loaded after rewind() was called. The name didn't match what
    was in the XML so __parseXmlToObject() was never called and hence the object
    were never added to $this->_objects.
    
    While I'm here I fixed a bug in the pager where it'd keep checking for a
    next link so it could reload... that wasn't ever going to happen so it's
    better to give a hard error.
    drewish committed Jun 20, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    89d496b View commit details
  2. Merge pull request #236 from recurly/fix-notes

    Return correct node name for Recurly_NoteList
    bhelx authored Jun 20, 2016
    Copy the full SHA
    a92720a View commit details
  3. Copy the full SHA
    068f791 View commit details

Commits on Jun 22, 2016

  1. Provide default getWriteableAttributes()

    Cut down on some of the boiler plate code in every class. We could probably
    just remove the function entirely but I'll leave that for another PR.
    drewish committed Jun 22, 2016
    Copy the full SHA
    947454d View commit details
  2. Merge pull request #224 from recurly/updates_coupons_for_free_trial_c…

    …oupon
    
    updates Recurly_Coupon for free trial coupons
    bhelx authored Jun 22, 2016
    Copy the full SHA
    0f90b28 View commit details
  3. Merge pull request #237 from recurly/drop-transparent-paths

    Drop old transparent post paths
    bhelx authored Jun 22, 2016
    Copy the full SHA
    b896a78 View commit details
  4. Merge pull request #241 from recurly/less-getRequiredAttributes

    Provide default getWriteableAttributes()
    bhelx authored Jun 22, 2016
    Copy the full SHA
    5805e80 View commit details
  5. Merge pull request #234 from davedevelopment/add-phpunit-xml

    Use PHPUnit configuration file
    drewish authored Jun 22, 2016
    Copy the full SHA
    471d668 View commit details

Commits on Jun 24, 2016

  1. Copy the full SHA
    f86c24e View commit details
  2. Copy the full SHA
    d874519 View commit details
  3. Merge pull request #242 from recurly/fix_subscription_update_with_add…

    …_ons
    
    Fix subscription updates when subcription has add_ons
    drewish authored Jun 24, 2016
    Copy the full SHA
    512f7b8 View commit details

Commits on Jun 29, 2016

  1. Merge pull request #235 from davedevelopment/avoid-return-non-variabl…

    …e-warning
    
    Assign to a variable to allow returning a reference
    drewish authored Jun 29, 2016
    Copy the full SHA
    f597f30 View commit details

Commits on Jul 1, 2016

  1. Update release notes

    drewish committed Jul 1, 2016
    Copy the full SHA
    244248c View commit details
  2. Merge pull request #247 from recurly/update-release-notes

    Update release notes
    bhelx authored Jul 1, 2016
    Copy the full SHA
    c5892ee View commit details
  3. Merge pull request #243 from recurly/correct-coupon-listing

    Coupon lists require a parent object
    bhelx authored Jul 1, 2016
    Copy the full SHA
    88f948b View commit details

Commits on Jul 5, 2016

  1. Copy the full SHA
    30a8bae View commit details
  2. Merge pull request #248 from recurly/version-bump

    Bump version and add another missing changelog entry
    bhelx authored Jul 5, 2016
    Copy the full SHA
    ef02b6d View commit details
Loading