WordPress Fan

Results 70 comments of WordPress Fan

Everything is added here: https://github.com/wp-media/imagify-helpers/tree/master/imagify-updater @Mai-Saad you can approve this one and move it to Done with your comments (if there are any)

> `gulp build:sass:all` task did not complete every other tasks is fine. > > cc @wordpressfan Done

> Could you add somewhere (either in the main gulp file, or the readme) The list of all gulp commands, and what it does? That would be helpful for everyone...

As @MathieuLamiot mentioned, this is inside dependency, so we may need to fix it from berlindb side or at least in its fork, what do u think?

We faced a problem with action scheduler v3.9.1 so we reverted it to use v3.9 which still has some deprecation errors.

this has been reviewed by @jeawhanlee , I'll send it to `in progress` until we create a pull request with ported changes here in WPR repo.

That's a good idea @jeawhanlee

@hanna-meda we don't need to reopen this issue. We just need to update the other PR with develop to have this fix there. I did that now, plz check it...

So to add more details here, When we update WPR plugin, we have a github workflow to update dynamic lists json files (this is the fallback) inside the plugin to...

# Grooming with wp_rocket_upgrade we will have a callback [here](https://github.com/wp-media/wp-rocket/blob/73488699424f726bef28dbf2c934340efcab8e47/inc/Engine/Optimization/DynamicLists/Subscriber.php#L30-L48), let's call it `update_lists_from_files` and inside this new method, we will have the following code: ``` $this->dynamic_lists->update_lists_from_files(); ``` then we...