Closed raelgc closed 8 years ago
Hi @boonebgorges, how are you, good sir?
Yes, exactly, you got both!
To explain the overall idea: I've reworked all the onboarding process for InviteAnyone users to make it much more simpler.
It'll be just a 3 steps process: signup, purcharsed, click in a button to get back to InviteAnyone. No more confirmation emails, no more complicated screens.
In order to achieve this, like you already got it, in the InviteAnyone side, I'm getting the callback url and automatically filling the admin panel.
About the save button: good idea! I'll include a message to the user!
@boonebgorges I just included the warning message.
Thanks!
Welcome, and thank you @boonebgorges for all guidance and help!
One dummie question: is the plugin automatically updated on WP plugins directory after merge or still requires you to publish somewhere?
Nope, it doesn't deploy automatically to wordpress.org - I will do it later this week, after I make a couple other mods.
On 04/26/16 06:47, Rael Gugelmin Cunha wrote:
Welcome, and thank you @boonebgorges https://github.com/boonebgorges for all guidance and help!
One dummie question: is the plugin automatically updated on WP plugins directory after merge or still requires you to publish somewhere?
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/boonebgorges/invite-anyone/pull/134#issuecomment-214714870
Hey @raelgc - Thanks for the PR. Just so I understand the implications here:
callback
param, which you store on your end through the checkout process.{$callback}?cloudsponge_key={$key}
, and the value of$_GET['cloudsponge_key']
is filled in on the WordPress DashboardIs that right? Since the user will still have to save the changes, maybe there should be a "don't forget to save" reminder displayed when
cloudsponge_key
has been provided.