Rodolfo Ruiz
Rodolfo Ruiz
This PR: * [x] Exclude development packages when releasing the plugin. * [X] Security vulnerabilities from dev composer dependencies were bundled into production code Fixes #1027
Because Wordpress 5.5 is using the query var "sitemap" to generate the "wp-sitemap.xml" file there is a conflict with this plugin. Both are using the same query var. This PR...
Because Wordpress 5.5 is using the query var "**sitemap**" to generate the "wp-sitemap.xml" file there is a conflict with this plugin. Both are using the same query var. The quickest...
## Description **share_plus** requires iPad users to provide the **sharePositionOrigin** parameter. This parameter is not available in the **shareUri** method. When the **sharePositionOrigin** parameter is not provided on iPads you...
Fixes: - #144 - #159 - To read the config file from a custom path: ```php $myclient = new ET_Client(true, false, null, true, '/path/to/config.php'); ``` To ignore config file: ```php...
`vip -v` => `3.12.2` `NODE_OPTIONS=--trace-deprecation vip @example-app.develop -- wp option get siteurl` Warning: ``` (node:62733) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead. at Encoder.encode (~/.nvm/versions/node/v22.14.0/lib/node_modules/@automattic/vip/node_modules/socket.io-stream/lib/parser.js:23:19) at...