You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADD: Added support for sending page information with events (thanks to patches from GlaserFrank & ryan.mcgarrie, issue #16)
CHG: The autoloader will no longer raise an error if a file in its namespace doesn't exist.
CHG: Renamed Item::$variation to Item::$category – getVariation()/setVariation() are still present for backwards-compatibility but marked as deprecated (thanks to
filippo.desantis, issue #13)
CHG: Moved project to GitHub.
FIX: Fixed proxy support in Visitor::fromServerVar() (thanks to sylph.lin, issue #38)