Chauncey McAskill
Chauncey McAskill
Based on my past experience with EDD packages, I suggest using [`edd_action=get_version`](https://easydigitaldownloads.com/docs/software-licensing-api/) until a better solution arises either with [ffraenz/private-composer-installer](https://github.com/ffraenz/private-composer-installer/search?q=edd&type=issues) or with ACF Extended: ```sh curl 'https://www.acf-extended.com/?edd_action=get_version&license={%ACF_EXTENDED_LICENSE_KEY}&item_name=ACF+Extended+Pro&url={%ACF_EXTENDED_LICENSE_URL}' | json_pp ```...
A while back we implemented a similar flexible content layout sorting mechanism. In our case, layouts can be assigned a `position` value to ensure layouts before/after others. We mostly used...
I've tested this PR in a project that uses Timber v2 and it works very well. Would be nice to merge these changes.
The [Hierarchy package](https://github.com/Brain-WP/Hierarchy) was what I was using in my last WP project which I thought worked very well and would probably be what I would use in my next...
It requests a username/password because ACF Extended Pro uses Easy Digital Downloads (same for Ninja Forms, Polylang, PublishPress, WP All Import). You will need to add the username/password of your...
> We should probably update the Readme to include this info? Good idea, a general notice about this occurrence, and which plugins are affected, would be practical.
@influactivecom Are you still having issues with ACF Extended Pro? It could be an SSL certificate problem which requires updating the `wp-includes/certificates/ca-bundle.crt`. See this [comment in #64](https://github.com/junaidbhura/composer-wp-pro-plugins/issues/64#issuecomment-1559061281). If you copy...
Should we integrate a fallback request using `POST` if `GET` fails?
We could. Maybe we should switch all EDD plugins to `POST` in case any others deploy some kind of plugin or software that hijacks the `GET` request 🤷♂️. In my...
Yeah, I was reluctant to adding another helper class but couldn't think of a quicker solution at the time. I'll try to refactor this in the next month or so....