Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgrshaw committed May 9, 2022
1 parent 87c8580 commit 263ca88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ When having the database backup emailed or sent to your browser for immediate do
Changelog
---------

2.5.2
-----
* Security: "Scheduled Backup" form now has nonce check

2.5.1
-----
* Security: Make sure table exists before attempting backup
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: deliciousbrains
Tags: mysql, database, backup, database backup
Requires at least: 3.6.0
Tested up to: 5.8
Stable tag: 2.5.1
Stable tag: 2.5.2
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.2 - 2022-05-09 =
* Security: "Scheduled Backup" form now has nonce check

= 2.5.1 - 2022-01-17 =
* Security: Make sure table exists before attempting backup

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.1
Version: 2.5.2
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.1';
var $version = '2.5.2';

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

0 comments on commit 263ca88

Please sign in to comment.