Rodolfo Ruiz

Results 5 issues of 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...