Nick Hance
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Connectr: Power Automate integration] Allow for custom rest prefixWe will look into this. There are only a few areas where we are bound to the certified connectors on the Microsoft side and this may be one of them.
Our development team is heading to a Microsoft conference in Slovenia this week, so it may take a little while to get back to you.
In the meantime, you may be able to get around this with an htaccess redirect specific to the wp-connectr API endpoints. Hopefully a path math like this could be compatible with your setup.
Nick
Forum: Plugins
In reply to: [WP Connectr: Power Automate integration] Fatal Errors from Version 2.0.0You are indeed correct! There was an issue with the
svnrelease process that caused us to miss files during the publishing process. When we tested we were using a local release instead of the release from the ww.wp.xz.cn repository!We updated our release scripts and rolled out version 2.0.1 which will resolve this issue. Sorry about that! It won’t happen again
Forum: Plugins
In reply to: [WP Connectr: Power Automate integration] PaginationYes, it wraps the WordPress REST API.
As long as the endpoint you’re using properly describes the pagination parameters in JSON schema, you will be able to access them in Power Automate.
What endpoint are you working with? (If it’s a custom post type, that’s the posts controller)
Forum: Plugins
In reply to: [WP Connectr: Power Automate integration] Fatal Errors from Version 2.0.0This appears to be a caching issue on your site, potentially. We’ve just tested the upgrade path on a WordPress website that was running 1.4.0 and upgraded through the WordPress updates page without issue.
This is a significant upgrade that modifies many of the existing files, so if you have a caching system that pre-compiles or caches php files on your website it could cause it not to see the updated file changes.
Can you share a system report?Forum: Plugins
In reply to: [WP Connectr: Power Automate integration] Fatal Errors from Version 2.0.0My apologies! We’re looking into this now.
Forum: Plugins
In reply to: [WP Connectr: Power Automate integration] UsermetaHi there!
We’ve added meta and options support to the pro version of the plugin, which is available on our website. We’ll be releasing an update to this plugin soon with all of the details to upgrade.
Thank you,Nick