Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: deliciousbrains
Tags: mysql, database, backup, database backup
Requires at least: 3.6.0
Tested up to: 5.9.3
Stable tag: 2.5.2
Tested up to: 6.0
Stable tag: 2.5.3
Requires PHP: 5.3

Database Backup for WordPress is your one-stop database backup solution for WordPress.
Expand Down Expand Up @@ -96,6 +96,9 @@ The plugin will attempt to create a directory `/wp-content/backup-*/` inside you

== Changelog ==

= 2.5.3 - 2022-05-24 =
* Improvement: Compatibility with WordPress 6.0

= 2.5.2 - 2022-05-09 =
* Security: "Scheduled Backup" form now has nonce check

Expand Down
4 changes: 2 additions & 2 deletions wp-db-backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: On-demand backup of your WordPress database. Navigate to <a href="edit.php?page=wp-db-backup">Tools &rarr; Backup</a> to get started.
Author: Delicious Brains
Author URI: https://deliciousbrains.com
Version: 2.5.2
Version: 2.5.3
Domain Path: /languages

This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -51,7 +51,7 @@ class wpdbBackup {
var $basename;
var $page_url;
var $referer_check_key;
var $version = '2.5.2';
var $version = '2.5.3';

function module_check() {
$mod_evasive = false;
Expand Down