Jon Fuller
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailgun for WordPress] 2.0 is out but no changelogThey’re known for not updating their changelog.
- https://www.ads-software.com/support/topic/1-9-9-is-out-but-changelog-only-shows-up-to-1-9-8/
- https://www.ads-software.com/support/topic/for-petes-sake-please-update-your-changelog/
- https://www.ads-software.com/support/topic/no-changelog-update-after-1-8-3/
- https://www.ads-software.com/support/topic/changelog-is-wrong/
As well, the 2.0 bump is likely nothing major. They probably just do the annoying WordPress version numbering, where 1.9.9 then goes to 2.0.0, rather then 1.10.0.
Literally changed nothing other than the “Tested up to” https://github.com/mailgun/wordpress-plugin/commit/2d5f5f9099c128bdf7ab70fa838f1a9a5a455472
Per GitHub comments, it’s related to the plugin recently being temporarily closed: https://github.com/mailgun/wordpress-plugin/issues/180#issuecomment-2232831162
Forum: Plugins
In reply to: [Mailgun for WordPress] Plugin Closed?@razorfrog , that’s classic Mailgun for ya. They don’t update the changelog. See: https://www.ads-software.com/support/topic/1-9-9-is-out-but-changelog-only-shows-up-to-1-9-8/
Yes, that seems to have fixed it.
Cleared Cloudflare cache (also after most recent update to AIOSEO 4.5.7.1) and one of those fixed it. ??
Forum: Everything else WordPress
In reply to: Merging two www.ads-software.com accountsFYI, this is actually happening on website without any sort of custom AIOSEO function/filter/action.
I see changelog has been updated, but release is unavailable? Would appreciate a bug fix to be released sooner than a scheduled release.
Yes, it seemed to work fine, thanks!
Forum: Plugins
In reply to: [Jetpack Protect] Brute force protectionWe are on v1.4.0. We are also hosting with Pressable and using Jetpack Complete plan.
Forum: Plugins
In reply to: [Jetpack Protect] Brute force protectionI don’t see a “Firewall” tab: https://i.imgur.com/EAoPhec.png
Pretend we’re not though. Because that was just an example. We have other sites with this free plugin with the exact same issue.
Forum: Plugins
In reply to: [Mailgun for WordPress] No changelog update after 1.8.3Support here is lacking. But I did find the changelog (on my own) here: https://github.com/mailgun/wordpress-plugin/blob/master/CHANGELOG.md
I’ve done further testing, and it only happens when the Theme My Login Notifications addon is active, of which the ONLY thing we changed in there was to disable the “New User Admin Notification” email.
- This reply was modified 2 years ago by Jon Fuller.
Taking over for Harshad here:
Upon registration, the user doesn’t put in their email, since we have it set to Registration Type: Email only
They then receive the email with the “to set your password….” link of:
https://domain.com/resetpass/?key=cXF626JIB1drb0dMlmRp&login=test%40example.com
Which then redirects them to:
https://domain.com/lostpassword/?error=invalidkey
Response headers are:
Request URL: https://domain.com/resetpass/?key=cXF626JIB1drb0dMlmRp&login=test%40example.com Status Code: 302 cache-control: no-cache, must-revalidate, max-age=0
Then:
Request URL: https://domain.com/resetpass/ Status Code: 302 cache-control: no-cache, must-revalidate, max-age=0
Then:
https://domain.com/lostpassword/?error=invalidkey Status Code: 200 cache-control: no-cache, must-revalidate, max-age=0
- This reply was modified 2 years ago by Jon Fuller.