Diego

Results 26 issues of Diego

Closes https://github.com/YahnisElsts/plugin-update-checker/issues/347

**Describe the bug** In a recent update (version 3.12.0.3), WP Rocket seems to have started using version 2.x of the Monolog library. This causes conflicts with plugins that still use...

type: bug
priority: medium
severity: critical

Wrapped the path to the `phpunit.xml` file in quotes, to handle the case in which it contains spaces.

# 🐞 bug report **Behavior**: When a plugin includes an upgrade notice in the readme.txt file, the notice should only be displayed when upgrading from a lower version. For example,...

# 🐞 bug report **Behavior**: When a plugin loads the PHP SDK before the WordPress SDK, the class `Freemius_Api_Base` from the former is loaded automatically. When the class `Freemius_Api_WordPress` is...

I'm using a simple test configuration for mozart, as follows: ``` "mozart": { "dep_namespace": "\Dependencies\\", "dep_directory": "/dependencies/packages/", "classmap_directory": "/dependencies/classes/", "classmap_prefix": "Deps_", "packages": [ "geoip2/geoip2" ], "delete_vendor_directories": true } ``` Composer...

I came across the error on two sites that were running the Query Monitor plugin. I couldn't reproduce the error on my development servers, but I was able to fetched...

Ref. feature request https://github.com/nategood/httpful/issues/137. ## Usage example ``` $Response = \Httpful\Request::get('http://somesite.com') ->limit(1000) // Limit the amount of bytes retrieved ->send(); ```

REQUIRES-TEST

I'm not sure if this is already possible, but I was looking for a way to limit the amount of data retrieved with a `Request::get()`. Such option would be useful...

FEATURE-REQUEST

Removed support for legacy PHP features, in order to get rid of the warnings triggered by PHP compatibility checker tools. * Removed all references to `$HTTP_SERVER_VARS`. * Removed all references...