backwpup
backwpup copied to clipboard
BackWPup - WordPress Backup Plugin
# Description When `$buckets` does not contain `Buckets` as a key in the array, the plugin falls over as it tries to count a non-existent variable. This PR ensures that...
Note: I've posted WordPress.org plugin support forum [Multiple issues with version 5.5](https://wordpress.org/support/topic/multiple-issues-with-version-5-5/) but haven't received any responses, probably because I didn't mark it as a support request. **Describe the bug**...
In my opinion, the icon representing 'Plugins' should be updated — it looks too similar to the file icon and isn’t easily distinguishable. Let's change it to a plug or...
# Description This change is to make the names consistent, so 'DB Backup' got changed to 'Database' to match 'Files' and 'Plugins' in the Type column. ## Type of change...
# Description Let's serve visually lossless compressed files to save space/loading time. Impact is minor, but still.. This should happen through the entire project.
We run the WordPress cron via the following cron job command: ```sh wp cron event run --due-now --quiet ``` Here we deliberately use the `--quiet` parameter so that the command...