Renato Alves
Renato Alves
I noticed this while testing a client site with PHP 8.2 ``` PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/site/wp-content/plugins/liveblog/classes/class-wpcom-liveblog-entry-extend-feature-commands.php on line 243 ``` This...
### Description of the bug As titled. ### Steps To Reproduce ```php function add_custom_meta_boxes() { $custom_meta_group = new Fieldmanager_Group( array( 'name' => 'custom_group', 'children' => array( 'meta' => new Fieldmanager_Checkbox(...
### Description of the bug When trying to trigger the show and/or hide fields, `display_if` matches the partial field name of a sibling field instead of performing an exact match....
Ticket: https://buddypress.trac.wordpress.org/ticket/9145 Move to V2: https://github.com/buddypress/buddypress/pull/337
### Description In a large site, with +1m posts in Apple News, I noticed the Index Page is not very performant, taking almost 10s to build the page. ⚡ This...
### Summary This PR adds support for handling scenarios where the Apple News API reports that an article does not exist anymore, by removing the associated metadata in WordPress. This...
### Description This project would benefit greatly in having support for PHPStan. The way the returned types are advertisized in `phpDoc` are confusing and sometimes misleading (not specific or wrong)....
### Description Currently, the code does not work because it is not returned. See https://github.com/search?q=repo%3Aalleyinteractive%2Fapple-news%20%5CApple_News%3A%3Ahas_uninitialized_error()%3B&type=code Please, add unit tests. ### Use Case If Apple News is not initialized with the...
### Description The [Developer Tools](https://github.com/alleyinteractive/apple-news/wiki/Configuration#developer-tools) has an option to send debugging information to a single email address only. ### Use Case Multiple users, with different email addresses, need to get...
### Description Ideally, `Fieldmanager_Context_Term` could be extended so that a field using this context can be added to child terms only (or maybe only to parent terms too). Currently, one...