Sean Benoit
Sean Benoit
Found a bug in AuthHelper related to getCurrentUrl() (the querystring isn't stripped out). It's easy enough to fix, however - If `static::getCurrentUrl()` was used in place of `self::getCurrentUrl()` in `\PHPShopify\AuthHelper::createAuthRequest()`...
 When the selected item label is too long and options.removable, a.selectivity-single-selected-item-remove is covered up by span.selectivity-single-selected-item. It seems like a CSS fix - but figured I'd mention it because...
Maybe it's the way I'm doing things, or I don't understand how to use $(el).selectivity('clear')... but I cannot figure out why the JS error "Cannot call method on element without...
Add a data attribute to the parent element as a way to style child elements based on mode (styling height differently for single vs multiple). I figured doing it this...
Had to rework sqlJoinsAndWhere method to work with alias's properly. Probably a few other changes that I don't recall. ``` php
Make sure all escaping is handled correctly.