From 263ca88a5a85da3421882e2e90636c7209f392c2 Mon Sep 17 00:00:00 2001 From: Matt Shaw Date: Mon, 9 May 2022 11:06:25 -0400 Subject: [PATCH] Version bump --- README.md | 4 ++++ readme.txt | 5 ++++- wp-db-backup.php | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e6467b..cd592a2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/readme.txt b/readme.txt index 56b4ca5..2606085 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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 diff --git a/wp-db-backup.php b/wp-db-backup.php index 61aac30..525db09 100755 --- a/wp-db-backup.php +++ b/wp-db-backup.php @@ -5,7 +5,7 @@ Description: On-demand backup of your WordPress database. Navigate to Tools → Backup 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 @@ -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;