Skip to content

Releases: rdohms/meetup-api-client

v2.4.0

01 Sep 08:25
v2.4.0
e6344cf
Compare
Choose a tag to compare

Division by Zero

26 Dec 11:07
6abb76a
Compare
Choose a tag to compare
  • solve issue where division by zero was happening if meetup reported limits badly. Thanks @DragonBe.

December Parity

11 Dec 10:26
Compare
Choose a tag to compare

Align with latest API changes.

v2.2

14 Aug 21:11
Compare
Choose a tag to compare
  • API parity for August/2016
  • Fix/Improvement for caching responses

Parity Release

17 Jun 14:19
Compare
Choose a tag to compare

Updated to match the changes in MeetupAPI, some renaming may have occurred, as far as i can tell its not BC breaking.

v2.0.1

23 Dec 13:57
Compare
Choose a tag to compare
  • Added Accept Header
  • PHP 7.0 is no longer optional

Auto Parity Release

02 May 20:19
Compare
Choose a tag to compare

Auto API Parity: added a new command to parse json docs and auto generate operation definitions
Deprecated Anywhere API methods
New Methods: v3 events, dashboard and abuse
RateLimiting: added by @dennisdegreef a plugin now automatically slows queries according to rate limit.

EW Deprecation

30 Dec 10:59
Compare
Choose a tag to compare

In the wake of the death of Meetup EveryWhere (EW), we are dropping this support from the client.

Notice this may be a BC break if you used these methods, but the API has already stopped responding.

v1.2.0 - Parity Release

18 Apr 18:04
Compare
Choose a tag to compare
  • Merge pull request #12 from rdohms/qa-tooling
  • Fixing Travis
  • Handling null values
  • Fixing deprecated methods
  • Added Scrutinizer config and adjusted travis config to add hhvm.
  • API Parity
  • Removing Deprecates
  • Adding test for bug #8
  • Merge pull request #10 from mtougeron/issues-5
  • Add the new fields for the event creation & editing from the 08/16/2013 announcement (https://groups.google.com/forum/?fromgroups=#!api/zfNsUc9GfVw)
  • Add the ZendStudio IDE files to the .gitignore

Serialization fix

12 Nov 21:22
Compare
Choose a tag to compare

This release bumps Guzzle dependency up to 3.7 and makes custom response objects compatible with Guzzle's new serialization implementation.