-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update Google API Library #10
base: master
Are you sure you want to change the base?
Conversation
…actor Conflicts: hmtp.admin.php
Coding standards and inline docs
…actor Conflicts: hmtp.admin.php
…ded in the returned posts
@joehoyle you may want to take a look here too. All works well enough although the fetch gave me an out of memory error so may need to check on that. I've committed the vendor folder, I know it's not ideal but means the plugin will work out of the box on clone for anyone not using a build process. |
Hey looks good - this project got a little abandoned - but I'd done a bunch of work to update the google stuff over on the refactor branch: https://github.com/humanmade/hm-top-posts/tree/refactor Also done some work to optimize this, as it didn't really scale well at all and I was running into lots of problems. Didn't realize anyone was using it! |
@mattheu cheers for looking :) I'm extending it further still with some multisite related features eg. top blogs and top posts for the whole network. This branch is built on top of the refactor branch so all the work you've done so far is in there too. Going to finish up in the next day or so so we can get it tested & ready before the 20th cutoff |
Switching to composer based installation of the google PHP API Client.