Rémy Perona
Rémy Perona
This is more a question on the right use of `expect` than an issue. I'm trying to test that a method was called, but I'm not sure I'm doing it...
## Description Use the dynamic lists for the frontend classes that have exclusions list Fixes #3703 ## Type of change - [x] Sub-task (part of an epic) ## How Has...
Sub-task for epic #3602 Update the frontend classes to use the dynamic lists instead of the hardcoded values All classes will need to implement the trait created in sub-task #3699...
Brotli is a new compression algorithm that performs better than gzip to compress static assets. It is now well supported in all major browsers: https://caniuse.com/#search=brotli This means we can add...
## Description Remove the check for `is_admin()` in the method adding the admin bar menu item Fixes #5251 ## Type of change - [x] Bug fix (non-breaking change which fixes...
## Description Update the broken link in the activation notice Fixes #5102 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) # Checklist: - [x]...
## Description Exclude cfm extension from CDN rewrite Fixes #5020 ## Type of change - [x] Enhancement (non-breaking change which improves an existing functionality) ## Is the solution different from...
- Using v0.7 **Bug description** After updating to version 0.7 and running the `compose` command, I noticed that the word `for` was prefixed with the `classmap_prefix_` defined in the composer...
Hello 👋🏼 , While migrating from v2 to v3, I'm trying to use the new tagged definition system to get an array of specific services to loop over. What is...
Hello, By default, the_post_thumbnail can have an array parameter passed to it, with (among other) the class to add to the html generated code. With WPThumb we can't do it...