Diego
Diego
# 🐞 bug report **Behavior**: A customer reported that the PHP log file contains a large amount of notices indicating that `$_SERVER['REQUEST_METHOD']` is missing. This seems to occur in customer's...
# 🐞 bug report **Behavior**: A customer reported the following issue occurring on their site: `PHP Fatal error: Uncaught Error: Call to undefined function get_theme_root() in //vendor/freemius/wordpress-sdk/start.php:56.php` Line 56 is...
**Behavior**: I ran some tests with several plugins that rely on this SDK and the following notice appears in the backend: `Notice: Undefined property: stdClass::$newest in /path/to//vendor/freemius/wordpress-sdk/start.php on line 284`...
# 🐞 bug report **Behavior**: When a plugin is public on the public WordPress repository, it only has to declare compatibility to the major and minor versions of WordPress. For...
# 🐞 bug report **Behavior**: When the Pricing page is rendered, it creates an `` with the page content. The scripts inside that iframe throw the following error: `Uncaught ReferenceError:...
# 🚀 feature request Not all plugins can use sub-menus or Freemius' specific tabs structure to show the account, contact and pricing pages. It would be good to have some...
# 🐞 bug report **Behavior**: This issue occurs when the tab navigation is enabled (see https://github.com/Freemius/wordpress-sdk/issues/494), and the page is configured [as described in the documentation](https://freemius.com/help/documentation/wordpress-sdk/tabs-navigation/). Example: ``` Settings ```...
# 🐞 bug report **Behavior**: During the initialisation of the Freemius SDK, passing `'navigation' => 'tabs' with the settings is not sufficient to show the navigation tabs. For that to...
There seems to be a minor glitch when using this library and PHP 8.1. On that version, the following deprecation appears: `Deprecated: preg_match(): Passing null to parameter #2 ($subject) of...
Currently, class `Puc_v4p9_Metadata` raises a PHP notice when the response from the update server doesn't contain what the client library expects, such as the `name` and `version` entries. This notice...